public class Macro
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">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}set" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}choice" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}call" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="ID" type="{http://www.CIP4.org/JDFSchema_2_0}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Call> |
calls |
protected java.util.List<Choice> |
choices |
protected java.lang.String |
id |
protected java.util.List<Set> |
sets |
| Constructor and Description |
|---|
Macro() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Call> |
getCalls()
Gets the value of the calls property.
|
java.util.List<Choice> |
getChoices()
Gets the value of the choices property.
|
java.lang.String |
getID()
Gets the value of the id property.
|
java.util.List<Set> |
getSets()
Gets the value of the sets property.
|
void |
setID(java.lang.String value)
Sets the value of the id property.
|
protected java.util.List<Call> calls
protected java.util.List<Choice> choices
protected java.util.List<Set> sets
protected java.lang.String id
public java.util.List<Call> getCalls()
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 calls property.
For example, to add a new item, do as follows:
getCalls().add(newItem);
Objects of the following type(s) are allowed in the list
Call
public java.util.List<Choice> getChoices()
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 choices property.
For example, to add a new item, do as follows:
getChoices().add(newItem);
Objects of the following type(s) are allowed in the list
Choice
public java.util.List<Set> getSets()
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 sets property.
For example, to add a new item, do as follows:
getSets().add(newItem);
Objects of the following type(s) are allowed in the list
Set
public java.lang.String getID()
Stringpublic void setID(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.