public class ResourceAudit extends Audit implements Serializable
Java class for ResourceAudit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceAudit">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}Audit">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Part" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}MISDetails" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Reason" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="NodeStatus" type="{http://www.CIP4.org/JDFSchema_2_0}EnumNodeStatus" />
<attribute name="ContentsModified" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
contentsModified |
protected List<MISDetails> |
misDetails |
protected EnumNodeStatus |
nodeStatus |
protected List<Part> |
part |
protected String |
reason |
agentName, agentVersion, employee, id, queueEntryID, refID, timeStamp| Constructor and Description |
|---|
ResourceAudit() |
| Modifier and Type | Method and Description |
|---|---|
List<MISDetails> |
getMISDetails()
Gets the value of the misDetails property.
|
EnumNodeStatus |
getNodeStatus()
Gets the value of the nodeStatus property.
|
List<Part> |
getPart()
Gets the value of the part property.
|
String |
getReason()
Gets the value of the reason property.
|
Boolean |
isContentsModified()
Gets the value of the contentsModified property.
|
void |
setContentsModified(Boolean value)
Sets the value of the contentsModified property.
|
void |
setNodeStatus(EnumNodeStatus value)
Sets the value of the nodeStatus property.
|
void |
setReason(String value)
Sets the value of the reason property.
|
getAgentName, getAgentVersion, getEmployee, getID, getQueueEntryID, getRefID, getTimeStamp, setAgentName, setAgentVersion, setID, setQueueEntryID, setRefID, setTimeStampprotected List<MISDetails> misDetails
protected String reason
protected EnumNodeStatus nodeStatus
protected Boolean contentsModified
public List<Part> getPart()
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 part property.
For example, to add a new item, do as follows:
getPart().add(newItem);
Objects of the following type(s) are allowed in the list
Part
public List<MISDetails> getMISDetails()
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 misDetails property.
For example, to add a new item, do as follows:
getMISDetails().add(newItem);
Objects of the following type(s) are allowed in the list
MISDetails
public String getReason()
Stringpublic void setReason(String value)
value - allowed object is
Stringpublic EnumNodeStatus getNodeStatus()
EnumNodeStatuspublic void setNodeStatus(EnumNodeStatus value)
value - allowed object is
EnumNodeStatuspublic Boolean isContentsModified()
BooleanCopyright © 2014. All Rights Reserved.