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}double" minOccurs="0"/>
<element name="YPointTolerance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ZPointTolerance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="XAxisTolerance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ZAxisTolerance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
xAxisTolerance |
protected Double |
xPointTolerance |
protected Double |
yPointTolerance |
protected Double |
zAxisTolerance |
protected Double |
zPointTolerance |
name| Constructor and Description |
|---|
PoseToleranceType() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getXAxisTolerance()
Gets the value of the xAxisTolerance property.
|
Double |
getXPointTolerance()
Gets the value of the xPointTolerance property.
|
Double |
getYPointTolerance()
Gets the value of the yPointTolerance property.
|
Double |
getZAxisTolerance()
Gets the value of the zAxisTolerance property.
|
Double |
getZPointTolerance()
Gets the value of the zPointTolerance property.
|
void |
setXAxisTolerance(Double value)
Sets the value of the xAxisTolerance property.
|
void |
setXPointTolerance(Double value)
Sets the value of the xPointTolerance property.
|
void |
setYPointTolerance(Double value)
Sets the value of the yPointTolerance property.
|
void |
setZAxisTolerance(Double value)
Sets the value of the zAxisTolerance property.
|
void |
setZPointTolerance(Double value)
Sets the value of the zPointTolerance property.
|
getName, setNameprotected Double xPointTolerance
protected Double yPointTolerance
protected Double zPointTolerance
protected Double xAxisTolerance
protected Double zAxisTolerance
public Double getXPointTolerance()
Doublepublic void setXPointTolerance(Double value)
value - allowed object is
Doublepublic Double getYPointTolerance()
Doublepublic void setYPointTolerance(Double value)
value - allowed object is
Doublepublic Double getZPointTolerance()
Doublepublic void setZPointTolerance(Double value)
value - allowed object is
Doublepublic Double getXAxisTolerance()
Doublepublic void setXAxisTolerance(Double value)
value - allowed object is
Doublepublic Double getZAxisTolerance()
DoubleCopyright © 2017. All rights reserved.