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