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 List<Double> |
relativeStartPositions |
protected Double |
relativeTravel |
protected List<Double> |
relativeWorkingPaths |
protected List<Double> |
startPositions |
protected Double |
travel |
protected String |
workingDirection |
protected List<Double> |
workingPaths |
| Constructor and Description |
|---|
Crease() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getDepth()
Gets the value of the depth property.
|
List<Double> |
getRelativeStartPositions()
Gets the value of the relativeStartPositions property.
|
Double |
getRelativeTravel()
Gets the value of the relativeTravel property.
|
List<Double> |
getRelativeWorkingPaths()
Gets the value of the relativeWorkingPaths property.
|
List<Double> |
getStartPositions()
Gets the value of the startPositions property.
|
Double |
getTravel()
Gets the value of the travel property.
|
String |
getWorkingDirection()
Gets the value of the workingDirection property.
|
List<Double> |
getWorkingPaths()
Gets the value of the workingPaths property.
|
void |
setDepth(Double value)
Sets the value of the depth property.
|
void |
setRelativeTravel(Double value)
Sets the value of the relativeTravel property.
|
void |
setTravel(Double value)
Sets the value of the travel property.
|
void |
setWorkingDirection(String value)
Sets the value of the workingDirection property.
|
protected Double depth
protected Double relativeTravel
protected String workingDirection
protected Double travel
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 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 Double getDepth()
Doublepublic void setDepth(Double value)
value - allowed object is
Doublepublic Double getRelativeTravel()
Doublepublic void setRelativeTravel(Double value)
value - allowed object is
Doublepublic 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()
Stringpublic void setWorkingDirection(String value)
value - allowed object is
Stringpublic Double getTravel()
DoubleCopyright © 2012. All Rights Reserved.