public class Macro 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">
<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 List<Call> |
calls |
protected List<Choice> |
choices |
protected String |
id |
protected List<Set> |
sets |
| Constructor and Description |
|---|
Macro() |
| Modifier and Type | Method and Description |
|---|---|
List<Call> |
getCalls()
Gets the value of the calls property.
|
List<Choice> |
getChoices()
Gets the value of the choices property.
|
String |
getID()
Gets the value of the id property.
|
List<Set> |
getSets()
Gets the value of the sets property.
|
void |
setID(String value)
Sets the value of the id property.
|
protected String id
public 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 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 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
Copyright © 2012. All Rights Reserved.