java.lang.Object | |||
↳ | org.mule.modules.oracle.model.AbstractDataObject | ||
↳ | com.oracle.xmlns.svc.DataObject | ||
↳ | com.oracle.xmlns.svc.KeySets |
Defines an ordered Key set names to be used to identify a data object. The specified key sets will be evaluated in the supplied order when locating the data object. To get the key set names refer to: oracle.svc.description.DataObjectDescription DataObjectDescription and oracle.svc.description.KeySetDescription KeySetDescription
Java class for KeySets complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeySets"> <complexContent> <extension base="{http://xmlns.oracle.com/svc}DataObject"> <sequence> <element name="DataObjectQualifiedName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="KeySetName" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
dataObjectQualifiedName | |||||||||||
keySetName |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the dataObjectQualifiedName property.
| |||||||||||
Gets the value of the keySetName property.
| |||||||||||
Sets the value of the dataObjectQualifiedName property.
| |||||||||||
Sets the value of the keySetName property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.oracle.model.AbstractDataObject
| |||||||||||
From class
java.lang.Object
|
Gets the value of the dataObjectQualifiedName property.
Gets the value of the keySetName property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the keySetName property.
For example, to add a new item, do as follows:
getKeySetName().add(newItem);
Objects of the following type(s) are allowed in the list String
Sets the value of the dataObjectQualifiedName property.
value | Allowed object is String |
---|
Sets the value of the keySetName property.
keySetName | Allowed object is String |
---|