public class Xor extends TermType implements Serializable
Java class for xor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="xor">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}TermType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}TermType" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<? extends TermType>> |
termTypes |
| Constructor and Description |
|---|
Xor() |
protected List<JAXBElement<? extends TermType>> termTypes
public List<JAXBElement<? extends TermType>> getTermTypes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the termTypes property.
For example, to add a new item, do as follows:
getTermTypes().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<DateTimeEvaluation>
JAXBElement<ShapeEvaluation>
JAXBElement<PDFPathEvaluation>
JAXBElement<And>
JAXBElement<Not>
JAXBElement<RectangleEvaluation>
JAXBElement<DurationEvaluation>
JAXBElement<Xor>
JAXBElement<NameEvaluation>
JAXBElement<TermType>
JAXBElement<MatrixEvaluation>
JAXBElement<IntegerEvaluation>
JAXBElement<EnumEvaluation>
JAXBElement<XYPairEvaluation>
JAXBElement<Test>
JAXBElement<IsPresentEvaluation>
JAXBElement<BooleanEvaluation>
JAXBElement<NumberEvaluation>
JAXBElement<TestRef>
JAXBElement<Or>
JAXBElement<StringEvaluation>
Copyright © 2012. All Rights Reserved.