public class Perforate extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="RelativeWorkingPath" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="TeethPerDimension" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="StartPosition" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="WorkingPath" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Depth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="RelativeStartPosition" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="WorkingDirection" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
depth |
protected XYPair |
relativeStartPosition |
protected XYPair |
relativeWorkingPath |
protected XYPair |
startPosition |
protected Double |
teethPerDimension |
protected String |
workingDirection |
protected XYPair |
workingPath |
| Constructor and Description |
|---|
Perforate() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getDepth()
Gets the value of the depth property.
|
XYPair |
getRelativeStartPosition()
Gets the value of the relativeStartPosition property.
|
XYPair |
getRelativeWorkingPath()
Gets the value of the relativeWorkingPath property.
|
XYPair |
getStartPosition()
Gets the value of the startPosition property.
|
Double |
getTeethPerDimension()
Gets the value of the teethPerDimension property.
|
String |
getWorkingDirection()
Gets the value of the workingDirection property.
|
XYPair |
getWorkingPath()
Gets the value of the workingPath property.
|
void |
setDepth(Double value)
Sets the value of the depth property.
|
void |
setRelativeStartPosition(XYPair value)
Sets the value of the relativeStartPosition property.
|
void |
setRelativeWorkingPath(XYPair value)
Sets the value of the relativeWorkingPath property.
|
void |
setStartPosition(XYPair value)
Sets the value of the startPosition property.
|
void |
setTeethPerDimension(Double value)
Sets the value of the teethPerDimension property.
|
void |
setWorkingDirection(String value)
Sets the value of the workingDirection property.
|
void |
setWorkingPath(XYPair value)
Sets the value of the workingPath property.
|
protected XYPair relativeWorkingPath
protected Double teethPerDimension
protected XYPair startPosition
protected XYPair workingPath
protected Double depth
protected XYPair relativeStartPosition
protected String workingDirection
public XYPair getRelativeWorkingPath()
Stringpublic void setRelativeWorkingPath(XYPair value)
value - allowed object is
Stringpublic Double getTeethPerDimension()
Doublepublic void setTeethPerDimension(Double value)
value - allowed object is
Doublepublic XYPair getStartPosition()
Stringpublic void setStartPosition(XYPair value)
value - allowed object is
Stringpublic XYPair getWorkingPath()
Stringpublic void setWorkingPath(XYPair value)
value - allowed object is
Stringpublic Double getDepth()
Doublepublic void setDepth(Double value)
value - allowed object is
Doublepublic XYPair getRelativeStartPosition()
Stringpublic void setRelativeStartPosition(XYPair value)
value - allowed object is
Stringpublic String getWorkingDirection()
StringCopyright © 2013. All Rights Reserved.