public class

ConjunctionOperatorDomain

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

Class Overview

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>
 

Summary

Fields
protected String conjunctionOperator
Public Constructors
ConjunctionOperatorDomain()
Public Methods
String getConjunctionOperator()
Gets the value of the conjunctionOperator property.
void setConjunctionOperator(String value)
Sets the value of the conjunctionOperator property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String conjunctionOperator

Public Constructors

public ConjunctionOperatorDomain ()

Public Methods

public String getConjunctionOperator ()

Gets the value of the conjunctionOperator property.

Returns
  • possible object is String

public void setConjunctionOperator (String value)

Sets the value of the conjunctionOperator property.

Parameters
value Allowed object is String