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 PredicateClauseType

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

All Implemented Interfaces:
java.io.Serializable

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

This type is deprecatd. Use clauseType instead.

Java class for predicateClauseType complex type.

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

 <complexType name="predicateClauseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="column" type="{http://www.w3.org/2001/XMLSchema}string" 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"/>
         </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
PredicateClauseType()
           

 

Method Summary
 java.lang.String getColumn()
          Gets the value of the column property.
 javax.xml.datatype.XMLGregorianCalendar getDateValue()
          Gets the value of the dateValue 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 isSetDateValue()
           
 boolean isSetIgnoreCase()
           
 boolean isSetJoinOperator()
           
 boolean isSetOperator()
           
 boolean isSetValue()
           
 boolean isSetValueList()
           
 void setColumn(java.lang.String value)
          Sets the value of the column property.
 void setDateValue(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the dateValue 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

PredicateClauseType

public PredicateClauseType()

Method Detail

getColumn

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

setColumn

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

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()

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.