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>
<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"/>
</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> |
loc |
protected List<PreflightAction> |
preflightAction |
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> |
getLoc()
Gets the value of the loc property.
|
List<PreflightAction> |
getPreflightAction()
Gets the value of the preflightAction 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> preflightAction
protected String id
protected String severity
protected Object testRef
public List<Loc> getLoc()
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 loc property.
For example, to add a new item, do as follows:
getLoc().add(newItem);
Objects of the following type(s) are allowed in the list
Loc
public List<PreflightAction> getPreflightAction()
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 preflightAction property.
For example, to add a new item, do as follows:
getPreflightAction().add(newItem);
Objects of the following type(s) are allowed in the list
PreflightAction
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 © 2013. All Rights Reserved.