public class Action 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}Loc" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}PreflightAction" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="ID" type="{http://www.CIP4.org/JDFSchema_2_0}ID" />
<attribute name="Severity" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="TestRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected List<Loc> |
locs |
protected List<PreflightAction> |
preflightActions |
protected String |
severity |
protected Object |
testRef |
| Constructor and Description |
|---|
Action() |
| Modifier and Type | Method and Description |
|---|---|
String |
getID()
Gets the value of the id property.
|
List<Loc> |
getLocs()
Gets the value of the locs property.
|
List<PreflightAction> |
getPreflightActions()
Gets the value of the preflightActions property.
|
String |
getSeverity()
Gets the value of the severity property.
|
Object |
getTestRef()
Gets the value of the testRef property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setSeverity(String value)
Sets the value of the severity property.
|
void |
setTestRef(Object value)
Sets the value of the testRef property.
|
protected List<PreflightAction> preflightActions
protected String id
protected String severity
protected Object testRef
public List<PreflightAction> getPreflightActions()
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 preflightActions property.
For example, to add a new item, do as follows:
getPreflightActions().add(newItem);
Objects of the following type(s) are allowed in the list
PreflightAction
public List<Loc> getLocs()
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 locs property.
For example, to add a new item, do as follows:
getLocs().add(newItem);
Objects of the following type(s) are allowed in the list
Loc
public void setID(String value)
value - allowed object is
Stringpublic String getSeverity()
Stringpublic void setSeverity(String value)
value - allowed object is
Stringpublic Object getTestRef()
ObjectCopyright © 2012. All Rights Reserved.