public class QueueEntry
extends java.lang.Object
implements java.io.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}Part" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}JobPhase" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</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 java.lang.String |
deviceID |
protected java.lang.String |
endTime |
protected java.lang.String |
gangName |
protected java.lang.String |
jobID |
protected java.lang.String |
jobPartID |
protected java.util.List<JobPhase> |
jobPhases |
protected java.util.List<Part> |
parts |
protected java.lang.Integer |
priority |
protected java.lang.String |
queueEntryID |
protected java.lang.String |
startTime |
protected java.lang.String |
status |
protected java.lang.String |
submissionTime |
| Constructor and Description |
|---|
QueueEntry() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDeviceID()
Gets the value of the deviceID property.
|
java.lang.String |
getEndTime()
Gets the value of the endTime property.
|
java.lang.String |
getGangName()
Gets the value of the gangName property.
|
java.lang.String |
getJobID()
Gets the value of the jobID property.
|
java.lang.String |
getJobPartID()
Gets the value of the jobPartID property.
|
java.util.List<JobPhase> |
getJobPhases()
Gets the value of the jobPhases property.
|
java.util.List<Part> |
getParts()
Gets the value of the parts property.
|
java.lang.Integer |
getPriority()
Gets the value of the priority property.
|
java.lang.String |
getQueueEntryID()
Gets the value of the queueEntryID property.
|
java.lang.String |
getStartTime()
Gets the value of the startTime property.
|
java.lang.String |
getStatus()
Gets the value of the status property.
|
java.lang.String |
getSubmissionTime()
Gets the value of the submissionTime property.
|
void |
setDeviceID(java.lang.String value)
Sets the value of the deviceID property.
|
void |
setEndTime(java.lang.String value)
Sets the value of the endTime property.
|
void |
setGangName(java.lang.String value)
Sets the value of the gangName property.
|
void |
setJobID(java.lang.String value)
Sets the value of the jobID property.
|
void |
setJobPartID(java.lang.String value)
Sets the value of the jobPartID property.
|
void |
setPriority(java.lang.Integer value)
Sets the value of the priority property.
|
void |
setQueueEntryID(java.lang.String value)
Sets the value of the queueEntryID property.
|
void |
setStartTime(java.lang.String value)
Sets the value of the startTime property.
|
void |
setStatus(java.lang.String value)
Sets the value of the status property.
|
void |
setSubmissionTime(java.lang.String value)
Sets the value of the submissionTime property.
|
protected java.util.List<JobPhase> jobPhases
protected java.util.List<Part> parts
protected java.lang.String gangName
protected java.lang.String startTime
protected java.lang.String endTime
protected java.lang.String jobPartID
protected java.lang.String jobID
protected java.lang.String submissionTime
protected java.lang.String status
protected java.lang.Integer priority
protected java.lang.String queueEntryID
protected java.lang.String deviceID
public java.util.List<JobPhase> getJobPhases()
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 jobPhases property.
For example, to add a new item, do as follows:
getJobPhases().add(newItem);
Objects of the following type(s) are allowed in the list
JobPhase
public java.util.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 java.lang.String getGangName()
Stringpublic void setGangName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStartTime()
Stringpublic void setStartTime(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEndTime()
Stringpublic void setEndTime(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJobPartID()
Stringpublic void setJobPartID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJobID()
Stringpublic void setJobID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSubmissionTime()
Stringpublic void setSubmissionTime(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStatus()
Stringpublic void setStatus(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getPriority()
Integerpublic void setPriority(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getQueueEntryID()
Stringpublic void setQueueEntryID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDeviceID()
Stringpublic void setDeviceID(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.