public class QueueEntry 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}Part" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}JobPhase" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="GangName" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="StartTime" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="EndTime" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="JobPartID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="JobID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="SubmissionTime" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="Status" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Priority" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="QueueEntryID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="DeviceID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
deviceID |
protected DateTime |
endTime |
protected String |
gangName |
protected String |
jobID |
protected String |
jobPartID |
protected List<JobPhase> |
jobPhase |
protected List<Part> |
part |
protected Integer |
priority |
protected String |
queueEntryID |
protected DateTime |
startTime |
protected String |
status |
protected DateTime |
submissionTime |
| Constructor and Description |
|---|
QueueEntry() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeviceID()
Gets the value of the deviceID property.
|
DateTime |
getEndTime()
Gets the value of the endTime property.
|
String |
getGangName()
Gets the value of the gangName property.
|
String |
getJobID()
Gets the value of the jobID property.
|
String |
getJobPartID()
Gets the value of the jobPartID property.
|
List<JobPhase> |
getJobPhase()
Gets the value of the jobPhase property.
|
List<Part> |
getPart()
Gets the value of the part property.
|
Integer |
getPriority()
Gets the value of the priority property.
|
String |
getQueueEntryID()
Gets the value of the queueEntryID property.
|
DateTime |
getStartTime()
Gets the value of the startTime property.
|
String |
getStatus()
Gets the value of the status property.
|
DateTime |
getSubmissionTime()
Gets the value of the submissionTime property.
|
void |
setDeviceID(String value)
Sets the value of the deviceID property.
|
void |
setEndTime(DateTime value)
Sets the value of the endTime property.
|
void |
setGangName(String value)
Sets the value of the gangName property.
|
void |
setJobID(String value)
Sets the value of the jobID property.
|
void |
setJobPartID(String value)
Sets the value of the jobPartID property.
|
void |
setPriority(Integer value)
Sets the value of the priority property.
|
void |
setQueueEntryID(String value)
Sets the value of the queueEntryID property.
|
void |
setStartTime(DateTime value)
Sets the value of the startTime property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setSubmissionTime(DateTime value)
Sets the value of the submissionTime property.
|
protected String gangName
protected DateTime startTime
protected DateTime endTime
protected String jobPartID
protected String jobID
protected DateTime submissionTime
protected String status
protected Integer priority
protected String queueEntryID
protected String deviceID
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<JobPhase> getJobPhase()
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 jobPhase property.
For example, to add a new item, do as follows:
getJobPhase().add(newItem);
Objects of the following type(s) are allowed in the list
JobPhase
public String getGangName()
Stringpublic void setGangName(String value)
value - allowed object is
Stringpublic DateTime getStartTime()
Stringpublic void setStartTime(DateTime value)
value - allowed object is
Stringpublic DateTime getEndTime()
Stringpublic void setEndTime(DateTime value)
value - allowed object is
Stringpublic String getJobPartID()
Stringpublic void setJobPartID(String value)
value - allowed object is
Stringpublic String getJobID()
Stringpublic void setJobID(String value)
value - allowed object is
Stringpublic DateTime getSubmissionTime()
Stringpublic void setSubmissionTime(DateTime value)
value - allowed object is
Stringpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic Integer getPriority()
Integerpublic void setPriority(Integer value)
value - allowed object is
Integerpublic String getQueueEntryID()
Stringpublic void setQueueEntryID(String value)
value - allowed object is
Stringpublic String getDeviceID()
StringCopyright © 2013. All Rights Reserved.