public class ProcessRun extends Audit implements Serializable
Java class for ProcessRun complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessRun">
<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"/>
</sequence>
<attribute name="EndStatus" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Duration" type="{http://www.CIP4.org/JDFSchema_2_0}duration" />
<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="Start" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="End" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Duration |
duration |
protected DateTime |
end |
protected String |
endStatus |
protected List<Part> |
part |
protected DateTime |
returnTime |
protected DateTime |
start |
protected DateTime |
submissionTime |
agentName, agentVersion, employee, id, queueEntryID, refID, timeStamp| Constructor and Description |
|---|
ProcessRun() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getDuration()
Gets the value of the duration property.
|
DateTime |
getEnd()
Gets the value of the end property.
|
String |
getEndStatus()
Gets the value of the endStatus property.
|
List<Part> |
getPart()
Gets the value of the part property.
|
DateTime |
getReturnTime()
Gets the value of the returnTime property.
|
DateTime |
getStart()
Gets the value of the start property.
|
DateTime |
getSubmissionTime()
Gets the value of the submissionTime property.
|
void |
setDuration(Duration value)
Sets the value of the duration property.
|
void |
setEnd(DateTime value)
Sets the value of the end property.
|
void |
setEndStatus(String value)
Sets the value of the endStatus property.
|
void |
setReturnTime(DateTime value)
Sets the value of the returnTime property.
|
void |
setStart(DateTime value)
Sets the value of the start property.
|
void |
setSubmissionTime(DateTime value)
Sets the value of the submissionTime property.
|
getAgentName, getAgentVersion, getEmployee, getID, getQueueEntryID, getRefID, getTimeStamp, setAgentName, setAgentVersion, setID, setQueueEntryID, setRefID, setTimeStampprotected String endStatus
protected Duration duration
protected DateTime submissionTime
protected DateTime returnTime
protected DateTime start
protected DateTime end
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 String getEndStatus()
Stringpublic void setEndStatus(String value)
value - allowed object is
Stringpublic Duration getDuration()
Stringpublic void setDuration(Duration value)
value - allowed object is
Stringpublic DateTime getSubmissionTime()
Stringpublic void setSubmissionTime(DateTime value)
value - allowed object is
Stringpublic DateTime getReturnTime()
Stringpublic void setReturnTime(DateTime value)
value - allowed object is
Stringpublic DateTime getStart()
Stringpublic void setStart(DateTime value)
value - allowed object is
Stringpublic DateTime getEnd()
StringCopyright © 2014. All Rights Reserved.