java.lang.Object | |||
↳ | org.mule.modules.oracle.model.AbstractDataObject | ||
↳ | com.oracle.xmlns.svc.DataObject | ||
↳ | com.oracle.xmlns.svc.QueryControl |
Defines the control switches to be used when retriving data by a service.
Java class for QueryControl complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryControl"> <complexContent> <extension base="{http://xmlns.oracle.com/svc}DataObject"> <sequence> <element name="RetrieveAllTranslations" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="ControlProperties" type="{http://xmlns.oracle.com/svc}DataObject" minOccurs="0"/> <element name="FetchOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
controlProperties | |||||||||||
fetchOnly | |||||||||||
retrieveAllTranslations |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the controlProperties property.
| |||||||||||
Gets the value of the fetchOnly property.
| |||||||||||
Gets the value of the retrieveAllTranslations property.
| |||||||||||
Sets the value of the controlProperties property.
| |||||||||||
Sets the value of the fetchOnly property.
| |||||||||||
Sets the value of the retrieveAllTranslations property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.oracle.model.AbstractDataObject
| |||||||||||
From class
java.lang.Object
|
Gets the value of the controlProperties property.
DataObject
Gets the value of the fetchOnly property. This getter has been renamed from isFetchOnly() to getFetchOnly() by cxf-xjc-boolean plugin.
Gets the value of the retrieveAllTranslations property. This getter has been renamed from isRetrieveAllTranslations() to getRetrieveAllTranslations() by cxf-xjc-boolean plugin.
Sets the value of the controlProperties property.
value | Allowed object is
DataObject
|
---|
Sets the value of the fetchOnly property.
value | Allowed object is Boolean |
---|
Sets the value of the retrieveAllTranslations property.
value | Allowed object is Boolean |
---|