public class

ProcessControl

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

Class Overview

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

See Also
  • DataProcessorService#processDataList

    Java class for ProcessControl complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ProcessControl">
       <complexContent>
         <extension base="{http://xmlns.oracle.com/svc}DataObject">
           <sequence>
             <element name="ReturnMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="KeySet" type="{http://xmlns.oracle.com/svc}KeySets" maxOccurs="unbounded" minOccurs="0"/>
             <element name="ExceptionReturnMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="ControlProperties" type="{http://xmlns.oracle.com/svc}DataObject" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     

Summary

Fields
protected DataObject controlProperties
protected String exceptionReturnMode
protected List<KeySets> keySet
protected String returnMode
Public Constructors
ProcessControl()
Public Methods
DataObject getControlProperties()
Gets the value of the controlProperties property.
String getExceptionReturnMode()
Gets the value of the exceptionReturnMode property.
List<KeySets> getKeySet()
Gets the value of the keySet property.
String getReturnMode()
Gets the value of the returnMode property.
void setControlProperties(DataObject value)
Sets the value of the controlProperties property.
void setExceptionReturnMode(String value)
Sets the value of the exceptionReturnMode property.
void setKeySet(List<KeySets> keySet)
Sets the value of the keySet property.
void setReturnMode(String value)
Sets the value of the returnMode property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected DataObject controlProperties

protected String exceptionReturnMode

protected List<KeySets> keySet

protected String returnMode

Public Constructors

public ProcessControl ()

Public Methods

public DataObject getControlProperties ()

Gets the value of the controlProperties property.

Returns

public String getExceptionReturnMode ()

Gets the value of the exceptionReturnMode property.

Returns
  • possible object is String

public List<KeySets> getKeySet ()

Gets the value of the keySet 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 keySet property.

For example, to add a new item, do as follows:

    getKeySet().add(newItem);
 

Objects of the following type(s) are allowed in the list KeySets

public String getReturnMode ()

Gets the value of the returnMode property.

Returns
  • possible object is String

public void setControlProperties (DataObject value)

Sets the value of the controlProperties property.

Parameters
value Allowed object is DataObject

public void setExceptionReturnMode (String value)

Sets the value of the exceptionReturnMode property.

Parameters
value Allowed object is String

public void setKeySet (List<KeySets> keySet)

Sets the value of the keySet property.

Parameters
keySet Allowed object is KeySets

public void setReturnMode (String value)

Sets the value of the returnMode property.

Parameters
value Allowed object is String