java.lang.Object | |||
↳ | org.mule.modules.oracle.model.AbstractDataObject | ||
↳ | com.oracle.xmlns.svc.DataObject | ||
↳ | com.oracle.xmlns.svc.expression.ConjunctionOperatorDomain |
The conjunction operator domain data object.
Java class for ConjunctionOperatorDomain complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConjunctionOperatorDomain"> <complexContent> <extension base="{http://xmlns.oracle.com/svc}DataObject"> <sequence> <element name="ConjunctionOperator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
conjunctionOperator |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the conjunctionOperator property.
| |||||||||||
Sets the value of the conjunctionOperator property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.oracle.model.AbstractDataObject
| |||||||||||
From class
java.lang.Object
|
Gets the value of the conjunctionOperator property.
Sets the value of the conjunctionOperator property.
value | Allowed object is String |
---|