public class MatrixEvaluation extends TermType implements Serializable
Java class for MatrixEvaluation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MatrixEvaluation">
<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="RotateMod" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Shift" type="{http://www.CIP4.org/JDFSchema_2_0}NumberList" />
<attribute name="Tolerance" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Transforms" type="{http://www.CIP4.org/JDFSchema_2_0}EnumOrientation" />
<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> |
basicPreflightTests |
protected Double |
rotateMod |
protected List<Double> |
shifts |
protected List<Double> |
tolerances |
protected EnumOrientation |
transforms |
protected String |
xPath |
protected String |
xPathRoot |
| Constructor and Description |
|---|
MatrixEvaluation() |
| Modifier and Type | Method and Description |
|---|---|
List<BasicPreflightTest> |
getBasicPreflightTests()
Gets the value of the basicPreflightTests property.
|
Double |
getRotateMod()
Gets the value of the rotateMod property.
|
List<Double> |
getShifts()
Gets the value of the shifts property.
|
List<Double> |
getTolerances()
Gets the value of the tolerances property.
|
EnumOrientation |
getTransforms()
Gets the value of the transforms property.
|
String |
getXPath()
Gets the value of the xPath property.
|
String |
getXPathRoot()
Gets the value of the xPathRoot property.
|
void |
setRotateMod(Double value)
Sets the value of the rotateMod property.
|
void |
setTransforms(EnumOrientation value)
Sets the value of the transforms 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> basicPreflightTests
protected Double rotateMod
protected EnumOrientation transforms
protected String xPath
protected String xPathRoot
public 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 Double getRotateMod()
Doublepublic void setRotateMod(Double value)
value - allowed object is
Doublepublic List<Double> getShifts()
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 shifts property.
For example, to add a new item, do as follows:
getShifts().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<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 EnumOrientation getTransforms()
EnumOrientationpublic void setTransforms(EnumOrientation value)
value - allowed object is
EnumOrientationpublic String getXPath()
Stringpublic void setXPath(String value)
value - allowed object is
Stringpublic String getXPathRoot()
StringCopyright © 2012. All Rights Reserved.