java.lang.Object | |||
↳ | org.mule.modules.oracle.model.AbstractDataObject | ||
↳ | com.oracle.xmlns.svc.DataObject | ||
↳ | com.oracle.xmlns.svc.ProcessControl |
Defines the control switches to be used when processing data by a service.
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>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
controlProperties | |||||||||||
exceptionReturnMode | |||||||||||
keySet | |||||||||||
returnMode |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the controlProperties property.
| |||||||||||
Gets the value of the exceptionReturnMode property.
| |||||||||||
Gets the value of the keySet property.
| |||||||||||
Gets the value of the returnMode property.
| |||||||||||
Sets the value of the controlProperties property.
| |||||||||||
Sets the value of the exceptionReturnMode property.
| |||||||||||
Sets the value of the keySet property.
| |||||||||||
Sets the value of the returnMode 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 exceptionReturnMode property.
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
Gets the value of the returnMode property.
Sets the value of the controlProperties property.
value | Allowed object is
DataObject
|
---|
Sets the value of the exceptionReturnMode property.
value | Allowed object is String |
---|
Sets the value of the keySet property.
keySet | Allowed object is
KeySets
|
---|
Sets the value of the returnMode property.
value | Allowed object is String |
---|