public class

ExpressionOperator

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

Class Overview

The Expression Operators domain.

Java class for ExpressionOperator complex type.

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

 <complexType name="ExpressionOperator">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/svc}DataObject">
       <sequence>
         <element name="Operator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OperatorType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String operator
protected String operatorType
Public Constructors
ExpressionOperator()
Public Methods
String getOperator()
Gets the value of the operator property.
String getOperatorType()
Gets the value of the operatorType property.
void setOperator(String value)
Sets the value of the operator property.
void setOperatorType(String value)
Sets the value of the operatorType property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String operator

protected String operatorType

Public Constructors

public ExpressionOperator ()

Public Methods

public String getOperator ()

Gets the value of the operator property.

Returns
  • possible object is String

public String getOperatorType ()

Gets the value of the operatorType property.

Returns
  • possible object is String

public void setOperator (String value)

Sets the value of the operator property.

Parameters
value Allowed object is String

public void setOperatorType (String value)

Sets the value of the operatorType property.

Parameters
value Allowed object is String