public class PoseToleranceType extends DataThingType
Java class for PoseToleranceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PoseToleranceType">
<complexContent>
<extension base="{}DataThingType">
<sequence>
<element name="XPointTolerance" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="YPointTolerance" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="ZPointTolerance" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="XAxisTolerance" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="ZAxisTolerance" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
xAxisTolerance |
protected BigDecimal |
xPointTolerance |
protected BigDecimal |
yPointTolerance |
protected BigDecimal |
zAxisTolerance |
protected BigDecimal |
zPointTolerance |
name| Constructor and Description |
|---|
PoseToleranceType() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getXAxisTolerance()
Gets the value of the xAxisTolerance property.
|
BigDecimal |
getXPointTolerance()
Gets the value of the xPointTolerance property.
|
BigDecimal |
getYPointTolerance()
Gets the value of the yPointTolerance property.
|
BigDecimal |
getZAxisTolerance()
Gets the value of the zAxisTolerance property.
|
BigDecimal |
getZPointTolerance()
Gets the value of the zPointTolerance property.
|
void |
setXAxisTolerance(BigDecimal value)
Sets the value of the xAxisTolerance property.
|
void |
setXPointTolerance(BigDecimal value)
Sets the value of the xPointTolerance property.
|
void |
setYPointTolerance(BigDecimal value)
Sets the value of the yPointTolerance property.
|
void |
setZAxisTolerance(BigDecimal value)
Sets the value of the zAxisTolerance property.
|
void |
setZPointTolerance(BigDecimal value)
Sets the value of the zPointTolerance property.
|
getName, setNameprotected BigDecimal xPointTolerance
protected BigDecimal yPointTolerance
protected BigDecimal zPointTolerance
protected BigDecimal xAxisTolerance
protected BigDecimal zAxisTolerance
public BigDecimal getXPointTolerance()
BigDecimalpublic void setXPointTolerance(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getYPointTolerance()
BigDecimalpublic void setYPointTolerance(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getZPointTolerance()
BigDecimalpublic void setZPointTolerance(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getXAxisTolerance()
BigDecimalpublic void setXAxisTolerance(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getZAxisTolerance()
BigDecimalpublic void setZAxisTolerance(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2016. All rights reserved.