public class PhaseTime 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}ModulePhase" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}MISDetails" maxOccurs="unbounded" minOccurs="0"/>
</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 String |
agentName |
protected String |
agentVersion |
protected Object |
deviceRef |
protected List<Employee> |
employee |
protected DateTime |
end |
protected String |
id |
protected List<MISDetails> |
misDetails |
protected List<ModulePhase> |
modulePhase |
protected List<Part> |
part |
protected String |
queueEntryID |
protected Object |
refID |
protected DateTime |
start |
protected EnumNodeStatus |
status |
protected String |
statusDetails |
protected DateTime |
timeStamp |
| Constructor and Description |
|---|
PhaseTime() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentName()
Gets the value of the agentName property.
|
String |
getAgentVersion()
Gets the value of the agentVersion property.
|
Object |
getDeviceRef()
Gets the value of the deviceRef property.
|
List<Employee> |
getEmployee()
Gets the value of the employee property.
|
DateTime |
getEnd()
Gets the value of the end property.
|
String |
getID()
Gets the value of the id property.
|
List<MISDetails> |
getMISDetails()
Gets the value of the misDetails property.
|
List<ModulePhase> |
getModulePhase()
Gets the value of the modulePhase property.
|
List<Part> |
getPart()
Gets the value of the part property.
|
String |
getQueueEntryID()
Gets the value of the queueEntryID property.
|
Object |
getRefID()
Gets the value of the refID property.
|
DateTime |
getStart()
Gets the value of the start property.
|
EnumNodeStatus |
getStatus()
Gets the value of the status property.
|
String |
getStatusDetails()
Gets the value of the statusDetails property.
|
DateTime |
getTimeStamp()
Gets the value of the timeStamp property.
|
void |
setAgentName(String value)
Sets the value of the agentName property.
|
void |
setAgentVersion(String value)
Sets the value of the agentVersion property.
|
void |
setDeviceRef(Object value)
Sets the value of the deviceRef property.
|
void |
setEnd(DateTime value)
Sets the value of the end property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setQueueEntryID(String value)
Sets the value of the queueEntryID property.
|
void |
setRefID(Object value)
Sets the value of the refID property.
|
void |
setStart(DateTime value)
Sets the value of the start property.
|
void |
setStatus(EnumNodeStatus value)
Sets the value of the status property.
|
void |
setStatusDetails(String value)
Sets the value of the statusDetails property.
|
void |
setTimeStamp(DateTime value)
Sets the value of the timeStamp property.
|
protected List<ModulePhase> modulePhase
protected List<MISDetails> misDetails
protected String statusDetails
protected String id
protected Object refID
protected EnumNodeStatus status
protected DateTime timeStamp
protected String queueEntryID
protected DateTime start
protected String agentName
protected DateTime end
protected String agentVersion
protected Object deviceRef
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<ModulePhase> getModulePhase()
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 modulePhase property.
For example, to add a new item, do as follows:
getModulePhase().add(newItem);
Objects of the following type(s) are allowed in the list
ModulePhase
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 getStatusDetails()
Stringpublic void setStatusDetails(String value)
value - allowed object is
Stringpublic void setID(String value)
value - allowed object is
Stringpublic Object getRefID()
Objectpublic void setRefID(Object value)
value - allowed object is
Objectpublic EnumNodeStatus getStatus()
EnumNodeStatuspublic void setStatus(EnumNodeStatus value)
value - allowed object is
EnumNodeStatuspublic DateTime getTimeStamp()
Stringpublic void setTimeStamp(DateTime value)
value - allowed object is
Stringpublic String getQueueEntryID()
Stringpublic void setQueueEntryID(String value)
value - allowed object is
Stringpublic DateTime getStart()
Stringpublic void setStart(DateTime value)
value - allowed object is
Stringpublic String getAgentName()
Stringpublic void setAgentName(String value)
value - allowed object is
Stringpublic DateTime getEnd()
Stringpublic void setEnd(DateTime value)
value - allowed object is
Stringpublic String getAgentVersion()
Stringpublic void setAgentVersion(String value)
value - allowed object is
Stringpublic Object getDeviceRef()
ObjectCopyright © 2013. All Rights Reserved.