public class NumberingParam 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="XPosition" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Orientation" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="YPosition" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Step" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="StartValue" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
orientation |
protected String |
startValue |
protected Integer |
step |
protected Double |
xPosition |
protected String |
yPosition |
| Constructor and Description |
|---|
NumberingParam() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getOrientation()
Gets the value of the orientation property.
|
String |
getStartValue()
Gets the value of the startValue property.
|
Integer |
getStep()
Gets the value of the step property.
|
Double |
getXPosition()
Gets the value of the xPosition property.
|
String |
getYPosition()
Gets the value of the yPosition property.
|
void |
setOrientation(Double value)
Sets the value of the orientation property.
|
void |
setStartValue(String value)
Sets the value of the startValue property.
|
void |
setStep(Integer value)
Sets the value of the step property.
|
void |
setXPosition(Double value)
Sets the value of the xPosition property.
|
void |
setYPosition(String value)
Sets the value of the yPosition property.
|
protected Double xPosition
protected Double orientation
protected String yPosition
protected Integer step
protected String startValue
public Double getXPosition()
Doublepublic void setXPosition(Double value)
value - allowed object is
Doublepublic Double getOrientation()
Doublepublic void setOrientation(Double value)
value - allowed object is
Doublepublic String getYPosition()
Stringpublic void setYPosition(String value)
value - allowed object is
Stringpublic Integer getStep()
Integerpublic void setStep(Integer value)
value - allowed object is
Integerpublic String getStartValue()
StringCopyright © 2012. All Rights Reserved.