public class

QueryControl

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

Class Overview

Defines the control switches to be used when retriving data by a service.

See Also
  • DataSourceService#getDataList

    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>
     

Summary

Fields
protected DataObject controlProperties
protected Boolean fetchOnly
protected Boolean retrieveAllTranslations
Public Constructors
QueryControl()
Public Methods
DataObject getControlProperties()
Gets the value of the controlProperties property.
Boolean getFetchOnly()
Gets the value of the fetchOnly property.
Boolean getRetrieveAllTranslations()
Gets the value of the retrieveAllTranslations property.
void setControlProperties(DataObject value)
Sets the value of the controlProperties property.
void setFetchOnly(Boolean value)
Sets the value of the fetchOnly property.
void setRetrieveAllTranslations(Boolean value)
Sets the value of the retrieveAllTranslations property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected DataObject controlProperties

protected Boolean fetchOnly

protected Boolean retrieveAllTranslations

Public Constructors

public QueryControl ()

Public Methods

public DataObject getControlProperties ()

Gets the value of the controlProperties property.

Returns

public Boolean getFetchOnly ()

Gets the value of the fetchOnly property. This getter has been renamed from isFetchOnly() to getFetchOnly() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getRetrieveAllTranslations ()

Gets the value of the retrieveAllTranslations property. This getter has been renamed from isRetrieveAllTranslations() to getRetrieveAllTranslations() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setControlProperties (DataObject value)

Sets the value of the controlProperties property.

Parameters
value Allowed object is DataObject

public void setFetchOnly (Boolean value)

Sets the value of the fetchOnly property.

Parameters
value Allowed object is Boolean

public void setRetrieveAllTranslations (Boolean value)

Sets the value of the retrieveAllTranslations property.

Parameters
value Allowed object is Boolean