public class NumberItem
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="Step" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="StartValue" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ColorNameDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="YPosition" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Orientation" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="XPosition" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ColorName" type="{http://www.CIP4.org/JDFSchema_2_0}EnumNamedColor" />
<attribute name="SeparationNames" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EnumNamedColor |
colorName |
protected java.lang.String |
colorNameDetails |
protected java.lang.Double |
orientation |
protected java.util.List<java.lang.String> |
separationNames |
protected java.lang.String |
startValue |
protected java.lang.Integer |
step |
protected java.lang.Double |
xPosition |
protected java.lang.Double |
yPosition |
| Constructor and Description |
|---|
NumberItem() |
| Modifier and Type | Method and Description |
|---|---|
EnumNamedColor |
getColorName()
Gets the value of the colorName property.
|
java.lang.String |
getColorNameDetails()
Gets the value of the colorNameDetails property.
|
java.lang.Double |
getOrientation()
Gets the value of the orientation property.
|
java.util.List<java.lang.String> |
getSeparationNames()
Gets the value of the separationNames 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.Double |
getYPosition()
Gets the value of the yPosition property.
|
void |
setColorName(EnumNamedColor value)
Sets the value of the colorName property.
|
void |
setColorNameDetails(java.lang.String value)
Sets the value of the colorNameDetails 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.Double value)
Sets the value of the yPosition property.
|
protected java.lang.Integer step
protected java.lang.String startValue
protected java.lang.String colorNameDetails
protected java.lang.Double yPosition
protected java.lang.Double orientation
protected java.lang.Double xPosition
protected EnumNamedColor colorName
protected java.util.List<java.lang.String> separationNames
public 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
Stringpublic java.lang.String getColorNameDetails()
Stringpublic void setColorNameDetails(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getYPosition()
Doublepublic void setYPosition(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.Double getXPosition()
Doublepublic void setXPosition(java.lang.Double value)
value - allowed object is
Doublepublic EnumNamedColor getColorName()
EnumNamedColorpublic void setColorName(EnumNamedColor value)
value - allowed object is
EnumNamedColorpublic java.util.List<java.lang.String> getSeparationNames()
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 separationNames property.
For example, to add a new item, do as follows:
getSeparationNames().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2012. All Rights Reserved.