org.cogroo.tools.checker.rules.model
Class Composition

java.lang.Object
  extended by org.cogroo.tools.checker.rules.model.Composition
All Implemented Interfaces:
Serializable

public class Composition
extends Object
implements Serializable

Composition: select AND or OR

Java class for Composition complex type.

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

 <complexType name="Composition">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="And" type="{}Operator"/>
         <element name="Or" type="{}Operator"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Composition()
           
 
Method Summary
 Operator getAnd()
          Gets the value of the and property.
 Operator getOr()
          Gets the value of the or property.
 void setAnd(Operator value)
          Sets the value of the and property.
 void setOr(Operator value)
          Sets the value of the or property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Composition

public Composition()
Method Detail

getAnd

public Operator getAnd()
Gets the value of the and property.

Returns:
possible object is Operator

setAnd

public void setAnd(Operator value)
Sets the value of the and property.

Parameters:
value - allowed object is Operator

getOr

public Operator getOr()
Gets the value of the or property.

Returns:
possible object is Operator

setOr

public void setOr(Operator value)
Sets the value of the or property.

Parameters:
value - allowed object is Operator


Copyright © 2012-2013 CoGrOO. All Rights Reserved.