public class Test extends TermType implements Serializable
Java class for Test complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Test">
<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>
<attribute name="ID" type="{http://www.CIP4.org/JDFSchema_2_0}ID" />
<attribute name="Context" type="{http://www.CIP4.org/JDFSchema_2_0}XPath" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
context |
protected String |
id |
protected List<JAXBElement<? extends TermType>> |
termTypes |
| Constructor and Description |
|---|
Test() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContext()
Gets the value of the context property.
|
String |
getID()
Gets the value of the id property.
|
List<JAXBElement<? extends TermType>> |
getTermTypes()
Gets the value of the termTypes property.
|
void |
setContext(String value)
Sets the value of the context property.
|
void |
setID(String value)
Sets the value of the id property.
|
protected List<JAXBElement<? extends TermType>> termTypes
protected String id
protected String context
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<DurationEvaluation>
JAXBElement<MatrixEvaluation>
JAXBElement<EnumEvaluation>
JAXBElement<NumberEvaluation>
JAXBElement<DateTimeEvaluation>
JAXBElement<XYPairEvaluation>
JAXBElement<TermType>
JAXBElement<StringEvaluation>
JAXBElement<IsPresentEvaluation>
JAXBElement<IntegerEvaluation>
JAXBElement<Or>
JAXBElement<Test>
JAXBElement<And>
JAXBElement<RectangleEvaluation>
JAXBElement<Xor>
JAXBElement<Not>
JAXBElement<ShapeEvaluation>
JAXBElement<TestRef>
JAXBElement<NameEvaluation>
JAXBElement<BooleanEvaluation>
JAXBElement<PDFPathEvaluation>
public void setID(String value)
value - allowed object is
Stringpublic String getContext()
StringCopyright © 2012. All Rights Reserved.