|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.cogroo.tools.checker.rules.model.Composition
public class Composition
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>
| 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 |
|---|
public Composition()
| Method Detail |
|---|
public Operator getAnd()
Operatorpublic void setAnd(Operator value)
value - allowed object is
Operatorpublic Operator getOr()
Operatorpublic void setOr(Operator value)
value - allowed object is
Operator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||