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 List<Double> |
relativeStartPositions |
protected List<Double> |
relativeWorkingPaths |
protected List<Double> |
startPositions |
protected String |
workingDirection |
protected List<Double> |
workingPaths |
| Constructor and Description |
|---|
Cut() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getCutWidth()
Gets the value of the cutWidth property.
|
List<Double> |
getRelativeStartPositions()
Gets the value of the relativeStartPositions property.
|
List<Double> |
getRelativeWorkingPaths()
Gets the value of the relativeWorkingPaths property.
|
List<Double> |
getStartPositions()
Gets the value of the startPositions property.
|
String |
getWorkingDirection()
Gets the value of the workingDirection property.
|
List<Double> |
getWorkingPaths()
Gets the value of the workingPaths property.
|
void |
setCutWidth(Double value)
Sets the value of the cutWidth property.
|
void |
setWorkingDirection(String value)
Sets the value of the workingDirection property.
|
public List<Double> getRelativeWorkingPaths()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the relativeWorkingPaths property.
For example, to add a new item, do as follows:
getRelativeWorkingPaths().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getStartPositions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the startPositions property.
For example, to add a new item, do as follows:
getStartPositions().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public Double getCutWidth()
Doublepublic void setCutWidth(Double value)
value - allowed object is
Doublepublic List<Double> getWorkingPaths()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the workingPaths property.
For example, to add a new item, do as follows:
getWorkingPaths().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getRelativeStartPositions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the relativeStartPositions property.
For example, to add a new item, do as follows:
getRelativeStartPositions().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public String getWorkingDirection()
StringCopyright © 2012. All Rights Reserved.