public class ShapeEvaluation extends TermType implements java.io.Serializable
Java class for ShapeEvaluation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ShapeEvaluation">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}TermType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}BasicPreflightTest" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="Z" type="{http://www.CIP4.org/JDFSchema_2_0}NumberRangeList" />
<attribute name="X" type="{http://www.CIP4.org/JDFSchema_2_0}NumberRangeList" />
<attribute name="Y" type="{http://www.CIP4.org/JDFSchema_2_0}NumberRangeList" />
<attribute name="ValueList" type="{http://www.CIP4.org/JDFSchema_2_0}ShapeRangeList" />
<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 java.util.List<BasicPreflightTest> |
basicPreflightTests |
protected java.util.List<java.lang.Double> |
tolerances |
protected java.util.List<java.lang.Double> |
valueLists |
protected java.lang.String |
xPath |
protected java.lang.String |
xPathRoot |
protected java.util.List<java.lang.Double> |
xs |
protected java.util.List<java.lang.Double> |
ys |
protected java.util.List<java.lang.Double> |
zs |
| Constructor and Description |
|---|
ShapeEvaluation() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BasicPreflightTest> |
getBasicPreflightTests()
Gets the value of the basicPreflightTests property.
|
java.util.List<java.lang.Double> |
getTolerances()
Gets the value of the tolerances property.
|
java.util.List<java.lang.Double> |
getValueLists()
Gets the value of the valueLists property.
|
java.lang.String |
getXPath()
Gets the value of the xPath property.
|
java.lang.String |
getXPathRoot()
Gets the value of the xPathRoot property.
|
java.util.List<java.lang.Double> |
getXS()
Gets the value of the xs property.
|
java.util.List<java.lang.Double> |
getYS()
Gets the value of the ys property.
|
java.util.List<java.lang.Double> |
getZS()
Gets the value of the zs property.
|
void |
setXPath(java.lang.String value)
Sets the value of the xPath property.
|
void |
setXPathRoot(java.lang.String value)
Sets the value of the xPathRoot property.
|
protected java.util.List<BasicPreflightTest> basicPreflightTests
protected java.util.List<java.lang.Double> zs
protected java.util.List<java.lang.Double> xs
protected java.util.List<java.lang.Double> ys
protected java.util.List<java.lang.Double> valueLists
protected java.util.List<java.lang.Double> tolerances
protected java.lang.String xPath
protected java.lang.String xPathRoot
public java.util.List<BasicPreflightTest> getBasicPreflightTests()
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 basicPreflightTests property.
For example, to add a new item, do as follows:
getBasicPreflightTests().add(newItem);
Objects of the following type(s) are allowed in the list
BasicPreflightTest
public java.util.List<java.lang.Double> getZS()
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 zs property.
For example, to add a new item, do as follows:
getZS().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.util.List<java.lang.Double> getXS()
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 xs property.
For example, to add a new item, do as follows:
getXS().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.util.List<java.lang.Double> getYS()
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 ys property.
For example, to add a new item, do as follows:
getYS().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.util.List<java.lang.Double> getValueLists()
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 valueLists property.
For example, to add a new item, do as follows:
getValueLists().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.util.List<java.lang.Double> getTolerances()
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 tolerances property.
For example, to add a new item, do as follows:
getTolerances().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.String getXPath()
Stringpublic void setXPath(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getXPathRoot()
Stringpublic void setXPathRoot(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.