public class Cut 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="CutWidth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="WorkingPath" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<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 |
cutWidth |
protected XYPair |
relativeStartPosition |
protected XYPair |
relativeWorkingPath |
protected XYPair |
startPosition |
protected String |
workingDirection |
protected XYPair |
workingPath |
| Constructor and Description |
|---|
Cut() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getCutWidth()
Gets the value of the cutWidth 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.
|
String |
getWorkingDirection()
Gets the value of the workingDirection property.
|
XYPair |
getWorkingPath()
Gets the value of the workingPath property.
|
void |
setCutWidth(Double value)
Sets the value of the cutWidth 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 |
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 Double cutWidth
protected XYPair workingPath
protected XYPair relativeStartPosition
protected String workingDirection
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 Double getCutWidth()
Doublepublic void setCutWidth(Double value)
value - allowed object is
Doublepublic XYPair getWorkingPath()
Stringpublic void setWorkingPath(XYPair value)
value - allowed object is
Stringpublic XYPair getRelativeStartPosition()
Stringpublic void setRelativeStartPosition(XYPair value)
value - allowed object is
Stringpublic String getWorkingDirection()
StringCopyright © 2013. All Rights Reserved.