@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public class QueueEntry extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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}Preview" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Activation" type="{http://www.CIP4.org/JDFSchema_2_0}EnumActivation" />
<attribute name="DeviceID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="EndTime" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="GangName" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="GangPolicy" type="{http://www.CIP4.org/JDFSchema_2_0}EnumGangPolicy" />
<attribute name="JobID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="JobPartID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Priority" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="QueueEntryID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="StartTime" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="Status" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}EnumQueueEntryStatus" />
<attribute name="StatusDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="SubmissionTime" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EnumActivation |
activation |
protected String |
deviceID |
protected DateTime |
endTime |
protected String |
gangName |
protected EnumGangPolicy |
gangPolicy |
protected String |
jobID |
protected String |
jobPartID |
protected List<Part> |
part |
protected List<Preview> |
preview |
protected Integer |
priority |
protected String |
queueEntryID |
protected DateTime |
startTime |
protected EnumQueueEntryStatus |
status |
protected String |
statusDetails |
protected DateTime |
submissionTime |
| Constructor and Description |
|---|
QueueEntry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
EnumActivation |
getActivation()
Gets the value of the activation property.
|
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.
|
EnumGangPolicy |
getGangPolicy()
Gets the value of the gangPolicy property.
|
String |
getJobID()
Gets the value of the jobID property.
|
String |
getJobPartID()
Gets the value of the jobPartID property.
|
List<Part> |
getPart()
Gets the value of the part property.
|
List<Preview> |
getPreview()
Gets the value of the preview 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.
|
EnumQueueEntryStatus |
getStatus()
Gets the value of the status property.
|
String |
getStatusDetails()
Gets the value of the statusDetails property.
|
DateTime |
getSubmissionTime()
Gets the value of the submissionTime property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setActivation(EnumActivation value)
Sets the value of the activation 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 |
setGangPolicy(EnumGangPolicy value)
Sets the value of the gangPolicy 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(EnumQueueEntryStatus value)
Sets the value of the status property.
|
void |
setStatusDetails(String value)
Sets the value of the statusDetails property.
|
void |
setSubmissionTime(DateTime value)
Sets the value of the submissionTime property.
|
QueueEntry |
withActivation(EnumActivation value) |
QueueEntry |
withDeviceID(String value) |
QueueEntry |
withEndTime(DateTime value) |
QueueEntry |
withGangName(String value) |
QueueEntry |
withGangPolicy(EnumGangPolicy value) |
QueueEntry |
withJobID(String value) |
QueueEntry |
withJobPartID(String value) |
QueueEntry |
withPart(Collection<Part> values) |
QueueEntry |
withPart(Part... values) |
QueueEntry |
withPreview(Collection<Preview> values) |
QueueEntry |
withPreview(Preview... values) |
QueueEntry |
withPriority(Integer value) |
QueueEntry |
withQueueEntryID(String value) |
QueueEntry |
withStartTime(DateTime value) |
QueueEntry |
withStatus(EnumQueueEntryStatus value) |
QueueEntry |
withStatusDetails(String value) |
QueueEntry |
withSubmissionTime(DateTime value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected List<Part> part
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected List<Preview> preview
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected EnumActivation activation
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected String deviceID
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected DateTime endTime
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected String gangName
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected EnumGangPolicy gangPolicy
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected String jobID
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected String jobPartID
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Integer priority
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected String queueEntryID
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected DateTime startTime
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected EnumQueueEntryStatus status
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected String statusDetails
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected DateTime submissionTime
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") 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
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public List<Preview> getPreview()
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 preview property.
For example, to add a new item, do as follows:
getPreview().add(newItem);
Objects of the following type(s) are allowed in the list
Preview
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public EnumActivation getActivation()
EnumActivation@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setActivation(EnumActivation value)
value - allowed object is
EnumActivation@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public String getDeviceID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setDeviceID(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public DateTime getEndTime()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setEndTime(DateTime value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public String getGangName()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setGangName(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public EnumGangPolicy getGangPolicy()
EnumGangPolicy@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setGangPolicy(EnumGangPolicy value)
value - allowed object is
EnumGangPolicy@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public String getJobID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setJobID(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public String getJobPartID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setJobPartID(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Integer getPriority()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setPriority(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public String getQueueEntryID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setQueueEntryID(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public DateTime getStartTime()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setStartTime(DateTime value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public EnumQueueEntryStatus getStatus()
EnumQueueEntryStatus@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setStatus(EnumQueueEntryStatus value)
value - allowed object is
EnumQueueEntryStatus@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public String getStatusDetails()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setStatusDetails(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public DateTime getSubmissionTime()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setSubmissionTime(DateTime value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public QueueEntry withPart(Part... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public QueueEntry withPart(Collection<Part> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public QueueEntry withPreview(Preview... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public QueueEntry withPreview(Collection<Preview> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public QueueEntry withActivation(EnumActivation value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public QueueEntry withDeviceID(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public QueueEntry withEndTime(DateTime value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public QueueEntry withGangName(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public QueueEntry withGangPolicy(EnumGangPolicy value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public QueueEntry withJobID(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public QueueEntry withJobPartID(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public QueueEntry withPriority(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public QueueEntry withQueueEntryID(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public QueueEntry withStartTime(DateTime value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public QueueEntry withStatus(EnumQueueEntryStatus value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public QueueEntry withStatusDetails(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public QueueEntry withSubmissionTime(DateTime value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2016. All rights reserved.