public class NumberingParam
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="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 java.lang.Double |
orientation |
protected java.lang.String |
startValue |
protected java.lang.Integer |
step |
protected java.lang.Double |
xPosition |
protected java.lang.String |
yPosition |
| Constructor and Description |
|---|
NumberingParam() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getOrientation()
Gets the value of the orientation property.
|
java.lang.String |
getStartValue()
Gets the value of the startValue property.
|
java.lang.Integer |
getStep()
Gets the value of the step property.
|
java.lang.Double |
getXPosition()
Gets the value of the xPosition property.
|
java.lang.String |
getYPosition()
Gets the value of the yPosition property.
|
void |
setOrientation(java.lang.Double value)
Sets the value of the orientation property.
|
void |
setStartValue(java.lang.String value)
Sets the value of the startValue property.
|
void |
setStep(java.lang.Integer value)
Sets the value of the step property.
|
void |
setXPosition(java.lang.Double value)
Sets the value of the xPosition property.
|
void |
setYPosition(java.lang.String value)
Sets the value of the yPosition property.
|
protected java.lang.Double xPosition
protected java.lang.Double orientation
protected java.lang.String yPosition
protected java.lang.Integer step
protected java.lang.String startValue
public java.lang.Double getXPosition()
Doublepublic void setXPosition(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getOrientation()
Doublepublic void setOrientation(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getYPosition()
Stringpublic void setYPosition(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getStep()
Integerpublic void setStep(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getStartValue()
Stringpublic void setStartValue(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.