public class ProcessRun 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>
<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"/>
</choice>
</sequence>
<attribute name="EndStatus" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ID" type="{http://www.CIP4.org/JDFSchema_2_0}ID" />
<attribute name="Duration" type="{http://www.CIP4.org/JDFSchema_2_0}duration" />
<attribute name="refID" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="SubmissionTime" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="ReturnTime" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<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" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
agentName |
protected String |
agentVersion |
protected String |
duration |
protected List<Employee> |
employees |
protected String |
end |
protected String |
endStatus |
protected String |
id |
protected List<Part> |
parts |
protected String |
queueEntryID |
protected Object |
refID |
protected String |
returnTime |
protected String |
start |
protected String |
submissionTime |
protected String |
timeStamp |
| Constructor and Description |
|---|
ProcessRun() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentName()
Gets the value of the agentName property.
|
String |
getAgentVersion()
Gets the value of the agentVersion property.
|
String |
getDuration()
Gets the value of the duration property.
|
List<Employee> |
getEmployees()
Gets the value of the employees property.
|
String |
getEnd()
Gets the value of the end property.
|
String |
getEndStatus()
Gets the value of the endStatus property.
|
String |
getID()
Gets the value of the id property.
|
List<Part> |
getParts()
Gets the value of the parts property.
|
String |
getQueueEntryID()
Gets the value of the queueEntryID property.
|
Object |
getRefID()
Gets the value of the refID property.
|
String |
getReturnTime()
Gets the value of the returnTime property.
|
String |
getStart()
Gets the value of the start property.
|
String |
getSubmissionTime()
Gets the value of the submissionTime property.
|
String |
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 |
setDuration(String value)
Sets the value of the duration property.
|
void |
setEnd(String value)
Sets the value of the end property.
|
void |
setEndStatus(String value)
Sets the value of the endStatus 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 |
setReturnTime(String value)
Sets the value of the returnTime property.
|
void |
setStart(String value)
Sets the value of the start property.
|
void |
setSubmissionTime(String value)
Sets the value of the submissionTime property.
|
void |
setTimeStamp(String value)
Sets the value of the timeStamp property.
|
protected String endStatus
protected String id
protected String duration
protected Object refID
protected String submissionTime
protected String returnTime
protected String timeStamp
protected String queueEntryID
protected String start
protected String agentName
protected String end
protected String agentVersion
public 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 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 String getEndStatus()
Stringpublic void setEndStatus(String value)
value - allowed object is
Stringpublic void setID(String value)
value - allowed object is
Stringpublic String getDuration()
Stringpublic void setDuration(String value)
value - allowed object is
Stringpublic Object getRefID()
Objectpublic void setRefID(Object value)
value - allowed object is
Objectpublic String getSubmissionTime()
Stringpublic void setSubmissionTime(String value)
value - allowed object is
Stringpublic String getReturnTime()
Stringpublic void setReturnTime(String value)
value - allowed object is
Stringpublic String getTimeStamp()
Stringpublic void setTimeStamp(String value)
value - allowed object is
Stringpublic String getQueueEntryID()
Stringpublic void setQueueEntryID(String value)
value - allowed object is
Stringpublic String getStart()
Stringpublic void setStart(String value)
value - allowed object is
Stringpublic String getAgentName()
Stringpublic void setAgentName(String value)
value - allowed object is
Stringpublic void setEnd(String value)
value - allowed object is
Stringpublic String getAgentVersion()
StringCopyright © 2012. All Rights Reserved.