public class ResourceAudit 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}Employee" maxOccurs="unbounded" minOccurs="0"/>
<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="ID" type="{http://www.CIP4.org/JDFSchema_2_0}ID" />
<attribute name="NodeStatus" type="{http://www.CIP4.org/JDFSchema_2_0}EnumNodeStatus" />
<attribute name="refID" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="TimeStamp" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="QueueEntryID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="ContentsModified" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="AgentName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="AgentVersion" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
agentName |
protected String |
agentVersion |
protected Boolean |
contentsModified |
protected List<Employee> |
employee |
protected String |
id |
protected List<MISDetails> |
misDetails |
protected EnumNodeStatus |
nodeStatus |
protected List<Part> |
part |
protected String |
queueEntryID |
protected String |
reason |
protected Object |
refID |
protected DateTime |
timeStamp |
| Constructor and Description |
|---|
ResourceAudit() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentName()
Gets the value of the agentName property.
|
String |
getAgentVersion()
Gets the value of the agentVersion property.
|
List<Employee> |
getEmployee()
Gets the value of the employee property.
|
String |
getID()
Gets the value of the id property.
|
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 |
getQueueEntryID()
Gets the value of the queueEntryID property.
|
String |
getReason()
Gets the value of the reason property.
|
Object |
getRefID()
Gets the value of the refID property.
|
DateTime |
getTimeStamp()
Gets the value of the timeStamp property.
|
Boolean |
isContentsModified()
Gets the value of the contentsModified property.
|
void |
setAgentName(String value)
Sets the value of the agentName property.
|
void |
setAgentVersion(String value)
Sets the value of the agentVersion property.
|
void |
setContentsModified(Boolean value)
Sets the value of the contentsModified property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setNodeStatus(EnumNodeStatus value)
Sets the value of the nodeStatus property.
|
void |
setQueueEntryID(String value)
Sets the value of the queueEntryID property.
|
void |
setReason(String value)
Sets the value of the reason property.
|
void |
setRefID(Object value)
Sets the value of the refID property.
|
void |
setTimeStamp(DateTime value)
Sets the value of the timeStamp property.
|
protected List<MISDetails> misDetails
protected String reason
protected String id
protected EnumNodeStatus nodeStatus
protected Object refID
protected DateTime timeStamp
protected String queueEntryID
protected Boolean contentsModified
protected String agentName
protected String agentVersion
public List<Employee> getEmployee()
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 employee property.
For example, to add a new item, do as follows:
getEmployee().add(newItem);
Objects of the following type(s) are allowed in the list
Employee
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 void setID(String value)
value - allowed object is
Stringpublic EnumNodeStatus getNodeStatus()
EnumNodeStatuspublic void setNodeStatus(EnumNodeStatus value)
value - allowed object is
EnumNodeStatuspublic Object getRefID()
Objectpublic void setRefID(Object value)
value - allowed object is
Objectpublic DateTime getTimeStamp()
Stringpublic void setTimeStamp(DateTime value)
value - allowed object is
Stringpublic String getQueueEntryID()
Stringpublic void setQueueEntryID(String value)
value - allowed object is
Stringpublic Boolean isContentsModified()
Booleanpublic void setContentsModified(Boolean value)
value - allowed object is
Booleanpublic String getAgentName()
Stringpublic void setAgentName(String value)
value - allowed object is
Stringpublic String getAgentVersion()
StringCopyright © 2013. All Rights Reserved.