public abstract class ObmService
extends org.lsc.configuration.ServiceType
Java class for obmService complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="obmService"> <complexContent> <extension base="{http://lsc-project.org/XSD/lsc-core-2.0.xsd}serviceType"> <sequence> <element name="domainUUID" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="writableAttributes" type="{http://lsc-project.org/XSD/lsc-core-2.0.xsd}valuesType"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
ObmService() |
Modifier and Type | Method and Description |
---|---|
String |
getDomainUUID()
Gets the value of the domainUUID property.
|
org.lsc.configuration.ValuesType |
getWritableAttributes()
Gets the value of the writableAttributes property.
|
void |
setDomainUUID(String value)
Sets the value of the domainUUID property.
|
void |
setWritableAttributes(org.lsc.configuration.ValuesType value)
Sets the value of the writableAttributes property.
|
public String getDomainUUID()
String
public void setDomainUUID(String value)
value
- allowed object is
String
public org.lsc.configuration.ValuesType getWritableAttributes()
ValuesType
public void setWritableAttributes(org.lsc.configuration.ValuesType value)
value
- allowed object is
ValuesType
Copyright © 2013-2015. All Rights Reserved.