java.lang.Object | |||
↳ | org.mule.modules.oracle.model.AbstractDataObject | ||
↳ | com.oracle.xmlns.svc.DataObject | ||
↳ | com.oracle.xmlns.svc.DomainValueSetNameDomain |
The Domain Value Set Names domain returns the domain value set names used in the data object hierarchy.
Java class for DomainValueSetNameDomain complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DomainValueSetNameDomain"> <complexContent> <extension base="{http://xmlns.oracle.com/svc}DataObject"> <sequence> <element name="DomainValueSetName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
domainValueSetName |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the domainValueSetName property.
| |||||||||||
Sets the value of the domainValueSetName property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.oracle.model.AbstractDataObject
| |||||||||||
From class
java.lang.Object
|
Gets the value of the domainValueSetName property.
Sets the value of the domainValueSetName property.
value | Allowed object is String |
---|