Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


oracle.bpm.services.organization.model
Class ClauseType

java.lang.Object
  extended by oracle.bpm.services.organization.model.ClauseType

All Implemented Interfaces:
java.io.Serializable

public class ClauseType
extends java.lang.Object
implements java.io.Serializable

Java class for clauseType complex type.

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

 <complexType name="clauseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="column" type="{http://xmlns.oracle.com/bpel/workflow/taskQuery}columnType" minOccurs="0"/>
         <element name="operator" type="{http://xmlns.oracle.com/bpel/workflow/taskQuery}predicateOperationEnum"/>
         <choice>
           <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           <element name="dateValue" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
           <element name="valueList" type="{http://xmlns.oracle.com/bpel/workflow/taskQuery}valueListType" minOccurs="0"/>
           <element name="columnValue" type="{http://xmlns.oracle.com/bpel/workflow/taskQuery}columnType" minOccurs="0"/>
           <element name="identityTypeValue" type="{http://xmlns.oracle.com/bpel/workflow/task}identityType" minOccurs="0"/>
           <element name="identityTypeValueList" type="{http://xmlns.oracle.com/bpel/workflow/taskQuery}identityTypeValueListType" minOccurs="0"/>
         </choice>
       </sequence>
       <attribute name="joinOperator" type="{http://xmlns.oracle.com/bpel/workflow/taskQuery}predicateJoinOperatorEnum" />
       <attribute name="ignoreCase" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
ClauseType()
           

 

Method Summary
 ColumnType getColumn()
          Gets the value of the column property.
 ColumnType getColumnValue()
          Gets the value of the columnValue property.
 javax.xml.datatype.XMLGregorianCalendar getDateValue()
          Gets the value of the dateValue property.
 IdentityType getIdentityTypeValue()
          Gets the value of the identityTypeValue property.
 IdentityTypeValueListType getIdentityTypeValueList()
          Gets the value of the identityTypeValueList property.
 PredicateJoinOperatorEnum getJoinOperator()
          Gets the value of the joinOperator property.
 PredicateOperationEnum getOperator()
          Gets the value of the operator property.
 java.lang.String getValue()
          Gets the value of the value property.
 ValueListType getValueList()
          Gets the value of the valueList property.
 boolean isIgnoreCase()
          Gets the value of the ignoreCase property.
 boolean isSetColumn()
           
 boolean isSetColumnValue()
           
 boolean isSetDateValue()
           
 boolean isSetIdentityTypeValue()
           
 boolean isSetIdentityTypeValueList()
           
 boolean isSetIgnoreCase()
           
 boolean isSetJoinOperator()
           
 boolean isSetOperator()
           
 boolean isSetValue()
           
 boolean isSetValueList()
           
 void setColumn(ColumnType value)
          Sets the value of the column property.
 void setColumnValue(ColumnType value)
          Sets the value of the columnValue property.
 void setDateValue(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the dateValue property.
 void setIdentityTypeValue(IdentityType value)
          Sets the value of the identityTypeValue property.
 void setIdentityTypeValueList(IdentityTypeValueListType value)
          Sets the value of the identityTypeValueList property.
 void setIgnoreCase(boolean value)
          Sets the value of the ignoreCase property.
 void setJoinOperator(PredicateJoinOperatorEnum value)
          Sets the value of the joinOperator property.
 void setOperator(PredicateOperationEnum value)
          Sets the value of the operator property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 void setValueList(ValueListType value)
          Sets the value of the valueList property.
 void unsetIgnoreCase()
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ClauseType

public ClauseType()

Method Detail

getColumn

public ColumnType getColumn()
Gets the value of the column property.
Returns:
possible object is ColumnType

setColumn

public void setColumn(ColumnType value)
Sets the value of the column property.
Parameters:
value - allowed object is ColumnType

isSetColumn

public boolean isSetColumn()

getOperator

public PredicateOperationEnum getOperator()
Gets the value of the operator property.
Returns:
possible object is PredicateOperationEnum

setOperator

public void setOperator(PredicateOperationEnum value)
Sets the value of the operator property.
Parameters:
value - allowed object is PredicateOperationEnum

isSetOperator

public boolean isSetOperator()

getValue

public java.lang.String getValue()
Gets the value of the value property.
Returns:
possible object is String

setValue

public void setValue(java.lang.String value)
Sets the value of the value property.
Parameters:
value - allowed object is String

isSetValue

public boolean isSetValue()

getDateValue

public javax.xml.datatype.XMLGregorianCalendar getDateValue()
Gets the value of the dateValue property.
Returns:
possible object is XMLGregorianCalendar

setDateValue

public void setDateValue(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateValue property.
Parameters:
value - allowed object is XMLGregorianCalendar

isSetDateValue

public boolean isSetDateValue()

getValueList

public ValueListType getValueList()
Gets the value of the valueList property.
Returns:
possible object is ValueListType

setValueList

public void setValueList(ValueListType value)
Sets the value of the valueList property.
Parameters:
value - allowed object is ValueListType

isSetValueList

public boolean isSetValueList()

getColumnValue

public ColumnType getColumnValue()
Gets the value of the columnValue property.
Returns:
possible object is ColumnType

setColumnValue

public void setColumnValue(ColumnType value)
Sets the value of the columnValue property.
Parameters:
value - allowed object is ColumnType

isSetColumnValue

public boolean isSetColumnValue()

getIdentityTypeValue

public IdentityType getIdentityTypeValue()
Gets the value of the identityTypeValue property.
Returns:
possible object is IdentityType

setIdentityTypeValue

public void setIdentityTypeValue(IdentityType value)
Sets the value of the identityTypeValue property.
Parameters:
value - allowed object is IdentityType

isSetIdentityTypeValue

public boolean isSetIdentityTypeValue()

getIdentityTypeValueList

public IdentityTypeValueListType getIdentityTypeValueList()
Gets the value of the identityTypeValueList property.
Returns:
possible object is IdentityTypeValueListType

setIdentityTypeValueList

public void setIdentityTypeValueList(IdentityTypeValueListType value)
Sets the value of the identityTypeValueList property.
Parameters:
value - allowed object is IdentityTypeValueListType

isSetIdentityTypeValueList

public boolean isSetIdentityTypeValueList()

getJoinOperator

public PredicateJoinOperatorEnum getJoinOperator()
Gets the value of the joinOperator property.
Returns:
possible object is PredicateJoinOperatorEnum

setJoinOperator

public void setJoinOperator(PredicateJoinOperatorEnum value)
Sets the value of the joinOperator property.
Parameters:
value - allowed object is PredicateJoinOperatorEnum

isSetJoinOperator

public boolean isSetJoinOperator()

isIgnoreCase

public boolean isIgnoreCase()
Gets the value of the ignoreCase property.
Returns:
possible object is Boolean

setIgnoreCase

public void setIgnoreCase(boolean value)
Sets the value of the ignoreCase property.
Parameters:
value - allowed object is Boolean

isSetIgnoreCase

public boolean isSetIgnoreCase()

unsetIgnoreCase

public void unsetIgnoreCase()

Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.