public class XYPairEvaluation extends TermType implements Serializable
Java class for XYPairEvaluation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XYPairEvaluation">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}TermType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}BasicPreflightTest" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="EnumXYRelation" type="{http://www.CIP4.org/JDFSchema_2_0}EnumXYRelation" />
<attribute name="ValueList" type="{http://www.CIP4.org/JDFSchema_2_0}XYPairRangeList" />
<attribute name="Tolerance" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="XPath" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}XPath" />
<attribute name="XPathRoot" type="{http://www.CIP4.org/JDFSchema_2_0}XPath" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<BasicPreflightTest> |
basicPreflightTest |
protected EnumXYRelation |
enumXYRelation |
protected XYPair |
tolerance |
protected List<Double> |
valueList |
protected String |
xPath |
protected String |
xPathRoot |
| Constructor and Description |
|---|
XYPairEvaluation() |
| Modifier and Type | Method and Description |
|---|---|
List<BasicPreflightTest> |
getBasicPreflightTest()
Gets the value of the basicPreflightTest property.
|
EnumXYRelation |
getEnumXYRelation()
Gets the value of the enumXYRelation property.
|
XYPair |
getTolerance()
Gets the value of the tolerance property.
|
List<Double> |
getValueList()
Gets the value of the valueList property.
|
String |
getXPath()
Gets the value of the xPath property.
|
String |
getXPathRoot()
Gets the value of the xPathRoot property.
|
void |
setEnumXYRelation(EnumXYRelation value)
Sets the value of the enumXYRelation property.
|
void |
setTolerance(XYPair value)
Sets the value of the tolerance property.
|
void |
setXPath(String value)
Sets the value of the xPath property.
|
void |
setXPathRoot(String value)
Sets the value of the xPathRoot property.
|
protected List<BasicPreflightTest> basicPreflightTest
protected EnumXYRelation enumXYRelation
protected XYPair tolerance
protected String xPath
protected String xPathRoot
public List<BasicPreflightTest> getBasicPreflightTest()
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 basicPreflightTest property.
For example, to add a new item, do as follows:
getBasicPreflightTest().add(newItem);
Objects of the following type(s) are allowed in the list
BasicPreflightTest
public EnumXYRelation getEnumXYRelation()
EnumXYRelationpublic void setEnumXYRelation(EnumXYRelation value)
value - allowed object is
EnumXYRelationpublic List<Double> getValueList()
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 valueList property.
For example, to add a new item, do as follows:
getValueList().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public XYPair getTolerance()
Stringpublic void setTolerance(XYPair value)
value - allowed object is
Stringpublic String getXPath()
Stringpublic void setXPath(String value)
value - allowed object is
Stringpublic String getXPathRoot()
StringCopyright © 2013. All Rights Reserved.