public class Crease 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="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="RelativeTravel" 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" />
<attribute name="Travel" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
depth |
protected XYPair |
relativeStartPosition |
protected Double |
relativeTravel |
protected XYPair |
relativeWorkingPath |
protected XYPair |
startPosition |
protected Double |
travel |
protected String |
workingDirection |
protected XYPair |
workingPath |
| Constructor and Description |
|---|
Crease() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getDepth()
Gets the value of the depth property.
|
XYPair |
getRelativeStartPosition()
Gets the value of the relativeStartPosition property.
|
Double |
getRelativeTravel()
Gets the value of the relativeTravel property.
|
XYPair |
getRelativeWorkingPath()
Gets the value of the relativeWorkingPath property.
|
XYPair |
getStartPosition()
Gets the value of the startPosition property.
|
Double |
getTravel()
Gets the value of the travel 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 |
setRelativeTravel(Double value)
Sets the value of the relativeTravel property.
|
void |
setRelativeWorkingPath(XYPair value)
Sets the value of the relativeWorkingPath property.
|
void |
setStartPosition(XYPair value)
Sets the value of the startPosition property.
|
void |
setTravel(Double value)
Sets the value of the travel 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 XYPair startPosition
protected XYPair workingPath
protected Double depth
protected Double relativeTravel
protected XYPair relativeStartPosition
protected String workingDirection
protected Double travel
public XYPair getRelativeWorkingPath()
Stringpublic void setRelativeWorkingPath(XYPair value)
value - allowed object is
Stringpublic 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 Double getRelativeTravel()
Doublepublic void setRelativeTravel(Double value)
value - allowed object is
Doublepublic XYPair getRelativeStartPosition()
Stringpublic void setRelativeStartPosition(XYPair value)
value - allowed object is
Stringpublic String getWorkingDirection()
Stringpublic void setWorkingDirection(String value)
value - allowed object is
Stringpublic Double getTravel()
DoubleCopyright © 2013. All Rights Reserved.