public class PhaseTime
extends java.lang.Object
implements java.io.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}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}ModulePhase" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}MISDetails" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="StatusDetails" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="ID" type="{http://www.CIP4.org/JDFSchema_2_0}ID" />
<attribute name="refID" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="Status" type="{http://www.CIP4.org/JDFSchema_2_0}EnumNodeStatus" />
<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="Start" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="AgentName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="End" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="AgentVersion" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="DeviceRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
agentName |
protected java.lang.String |
agentVersion |
protected java.lang.Object |
deviceRef |
protected java.util.List<Employee> |
employees |
protected java.lang.String |
end |
protected java.lang.String |
id |
protected java.util.List<MISDetails> |
misDetails |
protected java.util.List<ModulePhase> |
modulePhases |
protected java.util.List<Part> |
parts |
protected java.lang.String |
queueEntryID |
protected java.lang.Object |
refID |
protected java.lang.String |
start |
protected EnumNodeStatus |
status |
protected java.lang.String |
statusDetails |
protected java.lang.String |
timeStamp |
| Constructor and Description |
|---|
PhaseTime() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAgentName()
Gets the value of the agentName property.
|
java.lang.String |
getAgentVersion()
Gets the value of the agentVersion property.
|
java.lang.Object |
getDeviceRef()
Gets the value of the deviceRef property.
|
java.util.List<Employee> |
getEmployees()
Gets the value of the employees property.
|
java.lang.String |
getEnd()
Gets the value of the end property.
|
java.lang.String |
getID()
Gets the value of the id property.
|
java.util.List<MISDetails> |
getMISDetails()
Gets the value of the misDetails property.
|
java.util.List<ModulePhase> |
getModulePhases()
Gets the value of the modulePhases property.
|
java.util.List<Part> |
getParts()
Gets the value of the parts property.
|
java.lang.String |
getQueueEntryID()
Gets the value of the queueEntryID property.
|
java.lang.Object |
getRefID()
Gets the value of the refID property.
|
java.lang.String |
getStart()
Gets the value of the start property.
|
EnumNodeStatus |
getStatus()
Gets the value of the status property.
|
java.lang.String |
getStatusDetails()
Gets the value of the statusDetails property.
|
java.lang.String |
getTimeStamp()
Gets the value of the timeStamp property.
|
void |
setAgentName(java.lang.String value)
Sets the value of the agentName property.
|
void |
setAgentVersion(java.lang.String value)
Sets the value of the agentVersion property.
|
void |
setDeviceRef(java.lang.Object value)
Sets the value of the deviceRef property.
|
void |
setEnd(java.lang.String value)
Sets the value of the end property.
|
void |
setID(java.lang.String value)
Sets the value of the id property.
|
void |
setQueueEntryID(java.lang.String value)
Sets the value of the queueEntryID property.
|
void |
setRefID(java.lang.Object value)
Sets the value of the refID property.
|
void |
setStart(java.lang.String value)
Sets the value of the start property.
|
void |
setStatus(EnumNodeStatus value)
Sets the value of the status property.
|
void |
setStatusDetails(java.lang.String value)
Sets the value of the statusDetails property.
|
void |
setTimeStamp(java.lang.String value)
Sets the value of the timeStamp property.
|
protected java.util.List<MISDetails> misDetails
protected java.util.List<ModulePhase> modulePhases
protected java.util.List<Part> parts
protected java.util.List<Employee> employees
protected java.lang.String statusDetails
protected java.lang.String id
protected java.lang.Object refID
protected EnumNodeStatus status
protected java.lang.String timeStamp
protected java.lang.String queueEntryID
protected java.lang.String start
protected java.lang.String agentName
protected java.lang.String end
protected java.lang.String agentVersion
protected java.lang.Object deviceRef
public java.util.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 java.util.List<ModulePhase> getModulePhases()
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 modulePhases property.
For example, to add a new item, do as follows:
getModulePhases().add(newItem);
Objects of the following type(s) are allowed in the list
ModulePhase
public java.util.List<Part> getParts()
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 parts property.
For example, to add a new item, do as follows:
getParts().add(newItem);
Objects of the following type(s) are allowed in the list
Part
public java.util.List<Employee> getEmployees()
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 employees property.
For example, to add a new item, do as follows:
getEmployees().add(newItem);
Objects of the following type(s) are allowed in the list
Employee
public java.lang.String getStatusDetails()
Stringpublic void setStatusDetails(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getID()
Stringpublic void setID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getRefID()
Objectpublic void setRefID(java.lang.Object value)
value - allowed object is
Objectpublic EnumNodeStatus getStatus()
EnumNodeStatuspublic void setStatus(EnumNodeStatus value)
value - allowed object is
EnumNodeStatuspublic java.lang.String getTimeStamp()
Stringpublic void setTimeStamp(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getQueueEntryID()
Stringpublic void setQueueEntryID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStart()
Stringpublic void setStart(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAgentName()
Stringpublic void setAgentName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEnd()
Stringpublic void setEnd(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAgentVersion()
Stringpublic void setAgentVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getDeviceRef()
Objectpublic void setDeviceRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.