public class NumberItem 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="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 String |
colorNameDetails |
protected Double |
orientation |
protected List<String> |
separationNames |
protected String |
startValue |
protected Integer |
step |
protected Double |
xPosition |
protected Double |
yPosition |
| Constructor and Description |
|---|
NumberItem() |
| Modifier and Type | Method and Description |
|---|---|
EnumNamedColor |
getColorName()
Gets the value of the colorName property.
|
String |
getColorNameDetails()
Gets the value of the colorNameDetails property.
|
Double |
getOrientation()
Gets the value of the orientation property.
|
List<String> |
getSeparationNames()
Gets the value of the separationNames 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.
|
Double |
getYPosition()
Gets the value of the yPosition property.
|
void |
setColorName(EnumNamedColor value)
Sets the value of the colorName property.
|
void |
setColorNameDetails(String value)
Sets the value of the colorNameDetails 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(Double value)
Sets the value of the yPosition property.
|
protected Integer step
protected String startValue
protected String colorNameDetails
protected Double yPosition
protected Double orientation
protected Double xPosition
protected EnumNamedColor colorName
public Integer getStep()
Integerpublic void setStep(Integer value)
value - allowed object is
Integerpublic String getStartValue()
Stringpublic void setStartValue(String value)
value - allowed object is
Stringpublic String getColorNameDetails()
Stringpublic void setColorNameDetails(String value)
value - allowed object is
Stringpublic Double getYPosition()
Doublepublic void setYPosition(Double value)
value - allowed object is
Doublepublic Double getOrientation()
Doublepublic void setOrientation(Double value)
value - allowed object is
Doublepublic Double getXPosition()
Doublepublic void setXPosition(Double value)
value - allowed object is
Doublepublic EnumNamedColor getColorName()
EnumNamedColorpublic void setColorName(EnumNamedColor value)
value - allowed object is
EnumNamedColorpublic List<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.