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>
<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 String |
deviceID |
protected String |
endTime |
protected String |
gangName |
protected String |
jobID |
protected String |
jobPartID |
protected List<JobPhase> |
jobPhases |
protected List<Part> |
parts |
protected Integer |
priority |
protected String |
queueEntryID |
protected String |
startTime |
protected String |
status |
protected String |
submissionTime |
| Constructor and Description |
|---|
QueueEntry() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeviceID()
Gets the value of the deviceID property.
|
String |
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> |
getJobPhases()
Gets the value of the jobPhases property.
|
List<Part> |
getParts()
Gets the value of the parts property.
|
Integer |
getPriority()
Gets the value of the priority property.
|
String |
getQueueEntryID()
Gets the value of the queueEntryID property.
|
String |
getStartTime()
Gets the value of the startTime property.
|
String |
getStatus()
Gets the value of the status property.
|
String |
getSubmissionTime()
Gets the value of the submissionTime property.
|
void |
setDeviceID(String value)
Sets the value of the deviceID property.
|
void |
setEndTime(String 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(String value)
Sets the value of the startTime property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setSubmissionTime(String value)
Sets the value of the submissionTime property.
|
protected String gangName
protected String startTime
protected String endTime
protected String jobPartID
protected String jobID
protected String submissionTime
protected String status
protected Integer priority
protected String queueEntryID
protected String deviceID
public 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 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 String getGangName()
Stringpublic void setGangName(String value)
value - allowed object is
Stringpublic String getStartTime()
Stringpublic void setStartTime(String value)
value - allowed object is
Stringpublic String getEndTime()
Stringpublic void setEndTime(String 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 String getSubmissionTime()
Stringpublic void setSubmissionTime(String 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 © 2012. All Rights Reserved.