org.eclipse.stardust.engine.api.ws.query
Class IsEqualPredicateXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.query.PredicateBaseXto
      extended by org.eclipse.stardust.engine.api.ws.query.BinaryPredicateBaseXto
          extended by org.eclipse.stardust.engine.api.ws.query.BinaryPredicateXto
              extended by org.eclipse.stardust.engine.api.ws.query.IsEqualPredicateXto

public class IsEqualPredicateXto
extends BinaryPredicateXto

Java class for IsEqualPredicate complex type.

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

 <complexType name="IsEqualPredicate">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}BinaryPredicate">
       <attribute name="caseSensitive" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
IsEqualPredicateXto()
           
 
Method Summary
 boolean isCaseSensitive()
          Gets the value of the caseSensitive property.
 void setCaseSensitive(Boolean value)
          Sets the value of the caseSensitive property.
 
Methods inherited from class org.eclipse.stardust.engine.api.ws.query.BinaryPredicateXto
getRhsAttribute, getRhsValue, setRhsAttribute, setRhsValue
 
Methods inherited from class org.eclipse.stardust.engine.api.ws.query.BinaryPredicateBaseXto
getLhsAttribute, getLhsVariable, setLhsAttribute, setLhsVariable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsEqualPredicateXto

public IsEqualPredicateXto()
Method Detail

isCaseSensitive

public boolean isCaseSensitive()
Gets the value of the caseSensitive property.

Returns:
possible object is Boolean

setCaseSensitive

public void setCaseSensitive(Boolean value)
Sets the value of the caseSensitive property.

Parameters:
value - allowed object is Boolean


Copyright © 2017 Eclipse Stardust. All Rights Reserved.