public class NumberingIntent extends IntentType implements Serializable
Java class for NumberingIntent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NumberingIntent">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}IntentType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}NumberItem" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="ColorRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ColorName" type="{http://www.CIP4.org/JDFSchema_2_0}EnumNamedColor" />
<attribute name="ColorNameDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EnumNamedColor |
colorName |
protected String |
colorNameDetails |
protected Object |
colorRef |
protected List<NumberItem> |
numberItems |
| Constructor and Description |
|---|
NumberingIntent() |
| Modifier and Type | Method and Description |
|---|---|
EnumNamedColor |
getColorName()
Gets the value of the colorName property.
|
String |
getColorNameDetails()
Gets the value of the colorNameDetails property.
|
Object |
getColorRef()
Gets the value of the colorRef property.
|
List<NumberItem> |
getNumberItems()
Gets the value of the numberItems property.
|
void |
setColorName(EnumNamedColor value)
Sets the value of the colorName property.
|
void |
setColorNameDetails(String value)
Sets the value of the colorNameDetails property.
|
void |
setColorRef(Object value)
Sets the value of the colorRef property.
|
protected List<NumberItem> numberItems
protected Object colorRef
protected EnumNamedColor colorName
protected String colorNameDetails
public List<NumberItem> getNumberItems()
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 numberItems property.
For example, to add a new item, do as follows:
getNumberItems().add(newItem);
Objects of the following type(s) are allowed in the list
NumberItem
public Object getColorRef()
Objectpublic void setColorRef(Object value)
value - allowed object is
Objectpublic EnumNamedColor getColorName()
EnumNamedColorpublic void setColorName(EnumNamedColor value)
value - allowed object is
EnumNamedColorpublic String getColorNameDetails()
StringCopyright © 2012. All Rights Reserved.