public class Fold extends ParameterType implements java.io.Serializable
Java class for Fold complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Fold">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="To" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="From" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="RelativeTravel" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Travel" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
from |
protected java.lang.Double |
relativeTravel |
protected java.lang.String |
to |
protected java.lang.Double |
travel |
| Constructor and Description |
|---|
Fold() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFrom()
Gets the value of the from property.
|
java.lang.Double |
getRelativeTravel()
Gets the value of the relativeTravel property.
|
java.lang.String |
getTo()
Gets the value of the to property.
|
java.lang.Double |
getTravel()
Gets the value of the travel property.
|
void |
setFrom(java.lang.String value)
Sets the value of the from property.
|
void |
setRelativeTravel(java.lang.Double value)
Sets the value of the relativeTravel property.
|
void |
setTo(java.lang.String value)
Sets the value of the to property.
|
void |
setTravel(java.lang.Double value)
Sets the value of the travel property.
|
protected java.lang.String to
protected java.lang.String from
protected java.lang.Double relativeTravel
protected java.lang.Double travel
public java.lang.String getTo()
Stringpublic void setTo(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFrom()
Stringpublic void setFrom(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getRelativeTravel()
Doublepublic void setRelativeTravel(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getTravel()
Doublepublic void setTravel(java.lang.Double value)
value - allowed object is
DoubleCopyright © 2012. All Rights Reserved.