java.lang.Object | |||
↳ | org.mule.modules.oracle.model.AbstractDataObject | ||
↳ | com.oracle.xmlns.svc.DataObject | ||
↳ | com.oracle.xmlns.svc.ChildDataCriteria |
Represents DataCriteria than can be applied to children nodes.
A DataCriteria
object can be set on child identified by its
child accessor attribute name.
Java class for ChildDataCriteria complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChildDataCriteria"> <complexContent> <extension base="{http://xmlns.oracle.com/svc}DataObject"> <sequence> <element name="ChildAttributeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DataCriteria" type="{http://xmlns.oracle.com/svc}DataCriteria" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
childAttributeName | |||||||||||
dataCriteria |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the childAttributeName property.
| |||||||||||
Gets the value of the dataCriteria property.
| |||||||||||
Sets the value of the childAttributeName property.
| |||||||||||
Sets the value of the dataCriteria property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.oracle.model.AbstractDataObject
| |||||||||||
From class
java.lang.Object
|
Gets the value of the childAttributeName property.
Gets the value of the dataCriteria property.
DataCriteria
Sets the value of the childAttributeName property.
value | Allowed object is String |
---|
Sets the value of the dataCriteria property.
value | Allowed object is
DataCriteria
|
---|