@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public class QueueFilter 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}Device" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="GangNames" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<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="MaxEntries" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="OlderThan" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="NewerThan" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="PreviewUsages">
<simpleType>
<list itemType="{http://www.CIP4.org/JDFSchema_2_0}EnumPreviewUsages" />
</simpleType>
</attribute>
<attribute name="QueueEntryDetails" type="{http://www.CIP4.org/JDFSchema_2_0}EnumQueueEntryDetails" />
<attribute name="QueueEntryIDs" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="StatusList">
<simpleType>
<list itemType="{http://www.CIP4.org/JDFSchema_2_0}EnumStatusList" />
</simpleType>
</attribute>
<attribute name="UpgradeGranularity" type="{http://www.CIP4.org/JDFSchema_2_0}EnumUpdateGranularity" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Device> |
device |
protected List<String> |
gangNames |
protected String |
jobID |
protected String |
jobPartID |
protected Integer |
maxEntries |
protected DateTime |
newerThan |
protected DateTime |
olderThan |
protected List<Part> |
part |
protected List<EnumPreviewUsages> |
previewUsages |
protected EnumQueueEntryDetails |
queueEntryDetails |
protected List<String> |
queueEntryIDs |
protected List<EnumStatusList> |
statusList |
protected EnumUpdateGranularity |
upgradeGranularity |
| Constructor and Description |
|---|
QueueFilter() |
| 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) |
List<Device> |
getDevice()
Gets the value of the device property.
|
List<String> |
getGangNames()
Gets the value of the gangNames property.
|
String |
getJobID()
Gets the value of the jobID property.
|
String |
getJobPartID()
Gets the value of the jobPartID property.
|
Integer |
getMaxEntries()
Gets the value of the maxEntries property.
|
DateTime |
getNewerThan()
Gets the value of the newerThan property.
|
DateTime |
getOlderThan()
Gets the value of the olderThan property.
|
List<Part> |
getPart()
Gets the value of the part property.
|
List<EnumPreviewUsages> |
getPreviewUsages()
Gets the value of the previewUsages property.
|
EnumQueueEntryDetails |
getQueueEntryDetails()
Gets the value of the queueEntryDetails property.
|
List<String> |
getQueueEntryIDs()
Gets the value of the queueEntryIDs property.
|
List<EnumStatusList> |
getStatusList()
Gets the value of the statusList property.
|
EnumUpdateGranularity |
getUpgradeGranularity()
Gets the value of the upgradeGranularity property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setJobID(String value)
Sets the value of the jobID property.
|
void |
setJobPartID(String value)
Sets the value of the jobPartID property.
|
void |
setMaxEntries(Integer value)
Sets the value of the maxEntries property.
|
void |
setNewerThan(DateTime value)
Sets the value of the newerThan property.
|
void |
setOlderThan(DateTime value)
Sets the value of the olderThan property.
|
void |
setQueueEntryDetails(EnumQueueEntryDetails value)
Sets the value of the queueEntryDetails property.
|
void |
setUpgradeGranularity(EnumUpdateGranularity value)
Sets the value of the upgradeGranularity property.
|
QueueFilter |
withDevice(Collection<Device> values) |
QueueFilter |
withDevice(Device... values) |
QueueFilter |
withGangNames(Collection<String> values) |
QueueFilter |
withGangNames(String... values) |
QueueFilter |
withJobID(String value) |
QueueFilter |
withJobPartID(String value) |
QueueFilter |
withMaxEntries(Integer value) |
QueueFilter |
withNewerThan(DateTime value) |
QueueFilter |
withOlderThan(DateTime value) |
QueueFilter |
withPart(Collection<Part> values) |
QueueFilter |
withPart(Part... values) |
QueueFilter |
withPreviewUsages(Collection<EnumPreviewUsages> values) |
QueueFilter |
withPreviewUsages(EnumPreviewUsages... values) |
QueueFilter |
withQueueEntryDetails(EnumQueueEntryDetails value) |
QueueFilter |
withQueueEntryIDs(Collection<String> values) |
QueueFilter |
withQueueEntryIDs(String... values) |
QueueFilter |
withStatusList(Collection<EnumStatusList> values) |
QueueFilter |
withStatusList(EnumStatusList... values) |
QueueFilter |
withUpgradeGranularity(EnumUpdateGranularity 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<Device> device
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected List<String> gangNames
@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 maxEntries
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected DateTime olderThan
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected DateTime newerThan
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected List<EnumPreviewUsages> previewUsages
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected EnumQueueEntryDetails queueEntryDetails
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected List<String> queueEntryIDs
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected List<EnumStatusList> statusList
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected EnumUpdateGranularity upgradeGranularity
@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<Device> getDevice()
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 device property.
For example, to add a new item, do as follows:
getDevice().add(newItem);
Objects of the following type(s) are allowed in the list
Device
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public List<String> getGangNames()
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 gangNames property.
For example, to add a new item, do as follows:
getGangNames().add(newItem);
Objects of the following type(s) are allowed in the list
String
@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 getMaxEntries()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setMaxEntries(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 DateTime getOlderThan()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setOlderThan(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 DateTime getNewerThan()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setNewerThan(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 List<EnumPreviewUsages> getPreviewUsages()
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 previewUsages property.
For example, to add a new item, do as follows:
getPreviewUsages().add(newItem);
Objects of the following type(s) are allowed in the list
EnumPreviewUsages
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public EnumQueueEntryDetails getQueueEntryDetails()
EnumQueueEntryDetails@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setQueueEntryDetails(EnumQueueEntryDetails value)
value - allowed object is
EnumQueueEntryDetails@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public List<String> getQueueEntryIDs()
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 queueEntryIDs property.
For example, to add a new item, do as follows:
getQueueEntryIDs().add(newItem);
Objects of the following type(s) are allowed in the list
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public List<EnumStatusList> getStatusList()
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 statusList property.
For example, to add a new item, do as follows:
getStatusList().add(newItem);
Objects of the following type(s) are allowed in the list
EnumStatusList
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public EnumUpdateGranularity getUpgradeGranularity()
EnumUpdateGranularity@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setUpgradeGranularity(EnumUpdateGranularity value)
value - allowed object is
EnumUpdateGranularity@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public QueueFilter 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 QueueFilter 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 QueueFilter withDevice(Device... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public QueueFilter withDevice(Collection<Device> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public QueueFilter withGangNames(String... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public QueueFilter withGangNames(Collection<String> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public QueueFilter 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 QueueFilter 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 QueueFilter withMaxEntries(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public QueueFilter withOlderThan(DateTime value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public QueueFilter withNewerThan(DateTime value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public QueueFilter withPreviewUsages(EnumPreviewUsages... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public QueueFilter withPreviewUsages(Collection<EnumPreviewUsages> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public QueueFilter withQueueEntryDetails(EnumQueueEntryDetails value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public QueueFilter withQueueEntryIDs(String... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public QueueFilter withQueueEntryIDs(Collection<String> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public QueueFilter withStatusList(EnumStatusList... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public QueueFilter withStatusList(Collection<EnumStatusList> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public QueueFilter withUpgradeGranularity(EnumUpdateGranularity 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.