public class

ChildDataCriteria

extends DataObject
java.lang.Object
   ↳ org.mule.modules.oracle.model.AbstractDataObject
     ↳ com.oracle.xmlns.svc.DataObject
       ↳ com.oracle.xmlns.svc.ChildDataCriteria

Class Overview

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>
 

Summary

Fields
protected String childAttributeName
protected DataCriteria dataCriteria
Public Constructors
ChildDataCriteria()
Public Methods
String getChildAttributeName()
Gets the value of the childAttributeName property.
DataCriteria getDataCriteria()
Gets the value of the dataCriteria property.
void setChildAttributeName(String value)
Sets the value of the childAttributeName property.
void setDataCriteria(DataCriteria value)
Sets the value of the dataCriteria property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String childAttributeName

protected DataCriteria dataCriteria

Public Constructors

public ChildDataCriteria ()

Public Methods

public String getChildAttributeName ()

Gets the value of the childAttributeName property.

Returns
  • possible object is String

public DataCriteria getDataCriteria ()

Gets the value of the dataCriteria property.

Returns

public void setChildAttributeName (String value)

Sets the value of the childAttributeName property.

Parameters
value Allowed object is String

public void setDataCriteria (DataCriteria value)

Sets the value of the dataCriteria property.

Parameters
value Allowed object is DataCriteria