public class PreflightInstanceDetail 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}Value" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Property" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Status" type="{http://www.CIP4.org/JDFSchema_2_0}EnumNodeStatus" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
property |
protected EnumNodeStatus |
status |
protected List<Object> |
value |
| Constructor and Description |
|---|
PreflightInstanceDetail() |
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty()
Gets the value of the property property.
|
EnumNodeStatus |
getStatus()
Gets the value of the status property.
|
List<Object> |
getValue()
Gets the value of the value property.
|
void |
setProperty(String value)
Sets the value of the property property.
|
void |
setStatus(EnumNodeStatus value)
Sets the value of the status property.
|
protected String property
protected EnumNodeStatus status
public List<Object> getValue()
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 value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public String getProperty()
Stringpublic void setProperty(String value)
value - allowed object is
Stringpublic EnumNodeStatus getStatus()
EnumNodeStatuspublic void setStatus(EnumNodeStatus value)
value - allowed object is
EnumNodeStatusCopyright © 2013. All Rights Reserved.