public class PhaseTime extends Audit implements Serializable
Java class for PhaseTime complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PhaseTime">
<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}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="Status" type="{http://www.CIP4.org/JDFSchema_2_0}EnumNodeStatus" />
<attribute name="Start" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="End" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="DeviceRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected IDREF |
deviceRef |
protected DateTime |
end |
protected List<MISDetails> |
misDetails |
protected List<ModulePhase> |
modulePhase |
protected List<Part> |
part |
protected DateTime |
start |
protected EnumNodeStatus |
status |
protected String |
statusDetails |
agentName, agentVersion, employee, id, queueEntryID, refID, timeStamp| Constructor and Description |
|---|
PhaseTime() |
| Modifier and Type | Method and Description |
|---|---|
IDREF |
getDeviceRef()
Gets the value of the deviceRef property.
|
DateTime |
getEnd()
Gets the value of the end 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.
|
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.
|
void |
setDeviceRef(IDREF value)
Sets the value of the deviceRef property.
|
void |
setEnd(DateTime value)
Sets the value of the end 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.
|
getAgentName, getAgentVersion, getEmployee, getID, getQueueEntryID, getRefID, getTimeStamp, setAgentName, setAgentVersion, setID, setQueueEntryID, setRefID, setTimeStampprotected List<ModulePhase> modulePhase
protected List<MISDetails> misDetails
protected String statusDetails
protected EnumNodeStatus status
protected DateTime start
protected DateTime end
protected IDREF deviceRef
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 EnumNodeStatus getStatus()
EnumNodeStatuspublic void setStatus(EnumNodeStatus value)
value - allowed object is
EnumNodeStatuspublic DateTime getStart()
Stringpublic void setStart(DateTime value)
value - allowed object is
Stringpublic DateTime getEnd()
Stringpublic void setEnd(DateTime value)
value - allowed object is
Stringpublic IDREF getDeviceRef()
StringCopyright © 2014. All Rights Reserved.