@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public class QueueFilter
extends java.lang.Object
implements java.io.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}GangSource" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Part" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="FirstEntry" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="GangNames" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="JobID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="JobPartID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="LastEntry" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="MaxEntries" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="MaxPriority" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="MinPriority" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="NewerThan" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="OlderThan" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="QueueEntryDetails">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="None"/>
<enumeration value="Brief"/>
<enumeration value="JobPhase"/>
</restriction>
</simpleType>
</attribute>
<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}NodeStatus" />
</simpleType>
</attribute>
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
QueueFilter.QueueEntryDetails
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
firstEntry |
protected java.util.List<java.lang.String> |
gangNames |
protected java.util.List<GangSource> |
gangSource |
protected java.lang.String |
jobID |
protected java.lang.String |
jobPartID |
protected java.lang.String |
lastEntry |
protected java.lang.Integer |
maxEntries |
protected java.lang.Integer |
maxPriority |
protected java.lang.Integer |
minPriority |
protected DateTime |
newerThan |
protected DateTime |
olderThan |
protected java.util.List<Part> |
part |
protected QueueFilter.QueueEntryDetails |
queueEntryDetails |
protected java.util.List<java.lang.String> |
queueEntryIDs |
protected java.util.List<NodeStatus> |
statusList |
| Constructor and Description |
|---|
QueueFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
java.lang.String |
getFirstEntry()
Gets the value of the firstEntry property.
|
java.util.List<java.lang.String> |
getGangNames()
Gets the value of the gangNames property.
|
java.util.List<GangSource> |
getGangSource()
Gets the value of the gangSource property.
|
java.lang.String |
getJobID()
Gets the value of the jobID property.
|
java.lang.String |
getJobPartID()
Gets the value of the jobPartID property.
|
java.lang.String |
getLastEntry()
Gets the value of the lastEntry property.
|
java.lang.Integer |
getMaxEntries()
Gets the value of the maxEntries property.
|
java.lang.Integer |
getMaxPriority()
Gets the value of the maxPriority property.
|
java.lang.Integer |
getMinPriority()
Gets the value of the minPriority property.
|
DateTime |
getNewerThan()
Gets the value of the newerThan property.
|
DateTime |
getOlderThan()
Gets the value of the olderThan property.
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
java.util.List<Part> |
getPart()
Gets the value of the part property.
|
QueueFilter.QueueEntryDetails |
getQueueEntryDetails()
Gets the value of the queueEntryDetails property.
|
java.util.List<java.lang.String> |
getQueueEntryIDs()
Gets the value of the queueEntryIDs property.
|
java.util.List<NodeStatus> |
getStatusList()
Gets the value of the statusList property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setFirstEntry(java.lang.String value)
Sets the value of the firstEntry 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 |
setLastEntry(java.lang.String value)
Sets the value of the lastEntry property.
|
void |
setMaxEntries(java.lang.Integer value)
Sets the value of the maxEntries property.
|
void |
setMaxPriority(java.lang.Integer value)
Sets the value of the maxPriority property.
|
void |
setMinPriority(java.lang.Integer value)
Sets the value of the minPriority 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(QueueFilter.QueueEntryDetails value)
Sets the value of the queueEntryDetails property.
|
QueueFilter |
withFirstEntry(java.lang.String value) |
QueueFilter |
withGangNames(java.util.Collection<java.lang.String> values) |
QueueFilter |
withGangNames(java.lang.String... values) |
QueueFilter |
withGangSource(java.util.Collection<GangSource> values) |
QueueFilter |
withGangSource(GangSource... values) |
QueueFilter |
withJobID(java.lang.String value) |
QueueFilter |
withJobPartID(java.lang.String value) |
QueueFilter |
withLastEntry(java.lang.String value) |
QueueFilter |
withMaxEntries(java.lang.Integer value) |
QueueFilter |
withMaxPriority(java.lang.Integer value) |
QueueFilter |
withMinPriority(java.lang.Integer value) |
QueueFilter |
withNewerThan(DateTime value) |
QueueFilter |
withOlderThan(DateTime value) |
QueueFilter |
withPart(java.util.Collection<Part> values) |
QueueFilter |
withPart(Part... values) |
QueueFilter |
withQueueEntryDetails(QueueFilter.QueueEntryDetails value) |
QueueFilter |
withQueueEntryIDs(java.util.Collection<java.lang.String> values) |
QueueFilter |
withQueueEntryIDs(java.lang.String... values) |
QueueFilter |
withStatusList(java.util.Collection<NodeStatus> values) |
QueueFilter |
withStatusList(NodeStatus... values) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<GangSource> gangSource
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<Part> part
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String firstEntry
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.String> gangNames
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String jobID
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String jobPartID
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String lastEntry
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer maxEntries
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer maxPriority
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer minPriority
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected DateTime newerThan
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected DateTime olderThan
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected QueueFilter.QueueEntryDetails queueEntryDetails
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.String> queueEntryIDs
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<NodeStatus> statusList
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<GangSource> getGangSource()
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 gangSource property.
For example, to add a new item, do as follows:
getGangSource().add(newItem);
Objects of the following type(s) are allowed in the list
GangSource
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.util.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="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getFirstEntry()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setFirstEntry(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.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="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getJobID()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setJobID(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getJobPartID()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setJobPartID(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getLastEntry()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setLastEntry(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getMaxEntries()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setMaxEntries(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getMaxPriority()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setMaxPriority(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getMinPriority()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setMinPriority(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public DateTime getNewerThan()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+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="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public DateTime getOlderThan()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+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="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public QueueFilter.QueueEntryDetails getQueueEntryDetails()
QueueFilter.QueueEntryDetails@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setQueueEntryDetails(QueueFilter.QueueEntryDetails value)
value - allowed object is
QueueFilter.QueueEntryDetails@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.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="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<NodeStatus> 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
NodeStatus
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
public QueueFilter withGangSource(GangSource... values)
public QueueFilter withGangSource(java.util.Collection<GangSource> values)
public QueueFilter withPart(Part... values)
public QueueFilter withPart(java.util.Collection<Part> values)
public QueueFilter withFirstEntry(java.lang.String value)
public QueueFilter withGangNames(java.lang.String... values)
public QueueFilter withGangNames(java.util.Collection<java.lang.String> values)
public QueueFilter withJobID(java.lang.String value)
public QueueFilter withJobPartID(java.lang.String value)
public QueueFilter withLastEntry(java.lang.String value)
public QueueFilter withMaxEntries(java.lang.Integer value)
public QueueFilter withMaxPriority(java.lang.Integer value)
public QueueFilter withMinPriority(java.lang.Integer value)
public QueueFilter withNewerThan(DateTime value)
public QueueFilter withOlderThan(DateTime value)
public QueueFilter withQueueEntryDetails(QueueFilter.QueueEntryDetails value)
public QueueFilter withQueueEntryIDs(java.lang.String... values)
public QueueFilter withQueueEntryIDs(java.util.Collection<java.lang.String> values)
public QueueFilter withStatusList(NodeStatus... values)
public QueueFilter withStatusList(java.util.Collection<NodeStatus> values)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object