public class Composition extends Object implements Serializable
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 and Description |
|---|
Composition() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public Operator getAnd()
Operatorpublic void setAnd(Operator value)
value - allowed object is
Operatorpublic Operator getOr()
OperatorCopyright © 2012–2017 CoGrOO. All rights reserved.