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>
<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"/>
</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> |
call |
protected List<Choice> |
choice |
protected String |
id |
protected List<Set> |
set |
| Constructor and Description |
|---|
Macro() |
| Modifier and Type | Method and Description |
|---|---|
List<Call> |
getCall()
Gets the value of the call property.
|
List<Choice> |
getChoice()
Gets the value of the choice property.
|
String |
getID()
Gets the value of the id property.
|
List<Set> |
getSet()
Gets the value of the set property.
|
void |
setID(String value)
Sets the value of the id property.
|
protected String id
public List<Set> getSet()
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 set property.
For example, to add a new item, do as follows:
getSet().add(newItem);
Objects of the following type(s) are allowed in the list
Set
public List<Choice> getChoice()
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 choice property.
For example, to add a new item, do as follows:
getChoice().add(newItem);
Objects of the following type(s) are allowed in the list
Choice
public List<Call> getCall()
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 call property.
For example, to add a new item, do as follows:
getCall().add(newItem);
Objects of the following type(s) are allowed in the list
Call
Copyright © 2013. All Rights Reserved.