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

oracle.bpm.services.organization.model
Class ConditionType

java.lang.Object
  extended by oracle.bpm.services.organization.model.ConditionType
All Implemented Interfaces:
java.io.Serializable

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

Java class for conditionType complex type.

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

 <complexType name="conditionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="attribute" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="operator" type="{http://xmlns.oracle.com/bpm/lpg/peopleQuery}filterOperationEnum"/>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
ConditionType()
           
 
Method Summary
 java.lang.String getAttribute()
          Gets the value of the attribute property.
 FilterOperationEnum getOperator()
          Gets the value of the operator property.
 java.lang.String getValue()
          Gets the value of the value property.
 boolean isSetAttribute()
           
 boolean isSetOperator()
           
 boolean isSetValue()
           
 void setAttribute(java.lang.String value)
          Sets the value of the attribute property.
 void setOperator(FilterOperationEnum value)
          Sets the value of the operator property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConditionType

public ConditionType()
Method Detail

getAttribute

public java.lang.String getAttribute()
Gets the value of the attribute property.

Returns:
possible object is String

setAttribute

public void setAttribute(java.lang.String value)
Sets the value of the attribute property.

Parameters:
value - allowed object is String

isSetAttribute

public boolean isSetAttribute()

getOperator

public FilterOperationEnum getOperator()
Gets the value of the operator property.

Returns:
possible object is FilterOperationEnum

setOperator

public void setOperator(FilterOperationEnum value)
Sets the value of the operator property.

Parameters:
value - allowed object is FilterOperationEnum

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

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

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