public class Fold extends ParameterType implements 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 String |
from |
protected Double |
relativeTravel |
protected String |
to |
protected Double |
travel |
| Constructor and Description |
|---|
Fold() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFrom()
Gets the value of the from property.
|
Double |
getRelativeTravel()
Gets the value of the relativeTravel property.
|
String |
getTo()
Gets the value of the to property.
|
Double |
getTravel()
Gets the value of the travel property.
|
void |
setFrom(String value)
Sets the value of the from property.
|
void |
setRelativeTravel(Double value)
Sets the value of the relativeTravel property.
|
void |
setTo(String value)
Sets the value of the to property.
|
void |
setTravel(Double value)
Sets the value of the travel property.
|
protected String to
protected String from
protected Double relativeTravel
protected Double travel
public void setTo(String value)
value - allowed object is
Stringpublic String getFrom()
Stringpublic void setFrom(String value)
value - allowed object is
Stringpublic Double getRelativeTravel()
Doublepublic void setRelativeTravel(Double value)
value - allowed object is
Doublepublic Double getTravel()
DoubleCopyright © 2012. All Rights Reserved.