Class QueueFilter
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.QueueFilter
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public class QueueFilter extends java.lang.Object implements java.io.SerializableJava 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.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="GangNames" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" /> <attribute name="JobID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="JobPartID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="LastEntry" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="MaxEntries" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="MaxPriority" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="MinPriority" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="NewerThan" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> <attribute name="OlderThan" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> <attribute name="QueueEntryIDs" type="{http://www.w3.org/2001/XMLSchema}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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringfirstEntryprotected java.util.List<java.lang.String>gangNamesprotected java.util.List<GangSource>gangSourceprotected java.lang.StringjobIDprotected java.lang.StringjobPartIDprotected java.lang.StringlastEntryprotected java.lang.IntegermaxEntriesprotected java.lang.IntegermaxPriorityprotected java.lang.IntegerminPriorityprotected DateTimenewerThanprotected DateTimeolderThanprotected java.util.List<Part>partprotected java.util.List<java.lang.String>queueEntryIDsprotected java.util.List<NodeStatus>statusList
-
Constructor Summary
Constructors Constructor Description QueueFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.lang.StringgetFirstEntry()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.StringgetJobID()Gets the value of the jobID property.java.lang.StringgetJobPartID()Gets the value of the jobPartID property.java.lang.StringgetLastEntry()Gets the value of the lastEntry property.java.lang.IntegergetMaxEntries()Gets the value of the maxEntries property.java.lang.IntegergetMaxPriority()Gets the value of the maxPriority property.java.lang.IntegergetMinPriority()Gets the value of the minPriority property.DateTimegetNewerThan()Gets the value of the newerThan property.DateTimegetOlderThan()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.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.inthashCode()voidsetFirstEntry(java.lang.String value)Sets the value of the firstEntry property.voidsetJobID(java.lang.String value)Sets the value of the jobID property.voidsetJobPartID(java.lang.String value)Sets the value of the jobPartID property.voidsetLastEntry(java.lang.String value)Sets the value of the lastEntry property.voidsetMaxEntries(java.lang.Integer value)Sets the value of the maxEntries property.voidsetMaxPriority(java.lang.Integer value)Sets the value of the maxPriority property.voidsetMinPriority(java.lang.Integer value)Sets the value of the minPriority property.voidsetNewerThan(DateTime value)Sets the value of the newerThan property.voidsetOlderThan(DateTime value)Sets the value of the olderThan property.QueueFilterwithFirstEntry(java.lang.String value)QueueFilterwithGangNames(java.lang.String... values)QueueFilterwithGangNames(java.util.Collection<java.lang.String> values)QueueFilterwithGangSource(java.util.Collection<GangSource> values)QueueFilterwithGangSource(GangSource... values)QueueFilterwithJobID(java.lang.String value)QueueFilterwithJobPartID(java.lang.String value)QueueFilterwithLastEntry(java.lang.String value)QueueFilterwithMaxEntries(java.lang.Integer value)QueueFilterwithMaxPriority(java.lang.Integer value)QueueFilterwithMinPriority(java.lang.Integer value)QueueFilterwithNewerThan(DateTime value)QueueFilterwithOlderThan(DateTime value)QueueFilterwithPart(java.util.Collection<Part> values)QueueFilterwithPart(Part... values)QueueFilterwithQueueEntryIDs(java.lang.String... values)QueueFilterwithQueueEntryIDs(java.util.Collection<java.lang.String> values)QueueFilterwithStatusList(java.util.Collection<NodeStatus> values)QueueFilterwithStatusList(NodeStatus... values)
-
-
-
Field Detail
-
gangSource
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.util.List<GangSource> gangSource
-
part
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.util.List<Part> part
-
firstEntry
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.String firstEntry
-
gangNames
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.util.List<java.lang.String> gangNames
-
jobID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.String jobID
-
jobPartID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.String jobPartID
-
lastEntry
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.String lastEntry
-
maxEntries
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.Integer maxEntries
-
maxPriority
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.Integer maxPriority
-
minPriority
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.Integer minPriority
-
newerThan
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected DateTime newerThan
-
olderThan
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected DateTime olderThan
-
queueEntryIDs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.util.List<java.lang.String> queueEntryIDs
-
statusList
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.util.List<NodeStatus> statusList
-
-
Method Detail
-
getGangSource
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public java.util.List<GangSource> getGangSource()Gets the value of the gangSource property.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
setmethod 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- Returns:
- The value of the gangSource property.
-
getPart
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public java.util.List<Part> getPart()Gets the value of the part property.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
setmethod 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- Returns:
- The value of the part property.
-
getFirstEntry
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public java.lang.String getFirstEntry()Gets the value of the firstEntry property.- Returns:
- possible object is
String
-
setFirstEntry
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public void setFirstEntry(java.lang.String value)Sets the value of the firstEntry property.- Parameters:
value- allowed object isString
-
getGangNames
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public java.util.List<java.lang.String> getGangNames()Gets the value of the gangNames property.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
setmethod 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- Returns:
- The value of the gangNames property.
-
getJobID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public java.lang.String getJobID()Gets the value of the jobID property.- Returns:
- possible object is
String
-
setJobID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public void setJobID(java.lang.String value)Sets the value of the jobID property.- Parameters:
value- allowed object isString
-
getJobPartID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public java.lang.String getJobPartID()Gets the value of the jobPartID property.- Returns:
- possible object is
String
-
setJobPartID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public void setJobPartID(java.lang.String value)Sets the value of the jobPartID property.- Parameters:
value- allowed object isString
-
getLastEntry
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public java.lang.String getLastEntry()Gets the value of the lastEntry property.- Returns:
- possible object is
String
-
setLastEntry
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public void setLastEntry(java.lang.String value)Sets the value of the lastEntry property.- Parameters:
value- allowed object isString
-
getMaxEntries
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public java.lang.Integer getMaxEntries()Gets the value of the maxEntries property.- Returns:
- possible object is
Integer
-
setMaxEntries
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public void setMaxEntries(java.lang.Integer value)Sets the value of the maxEntries property.- Parameters:
value- allowed object isInteger
-
getMaxPriority
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public java.lang.Integer getMaxPriority()Gets the value of the maxPriority property.- Returns:
- possible object is
Integer
-
setMaxPriority
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public void setMaxPriority(java.lang.Integer value)Sets the value of the maxPriority property.- Parameters:
value- allowed object isInteger
-
getMinPriority
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public java.lang.Integer getMinPriority()Gets the value of the minPriority property.- Returns:
- possible object is
Integer
-
setMinPriority
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public void setMinPriority(java.lang.Integer value)Sets the value of the minPriority property.- Parameters:
value- allowed object isInteger
-
getNewerThan
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public DateTime getNewerThan()Gets the value of the newerThan property.- Returns:
- possible object is
String
-
setNewerThan
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public void setNewerThan(DateTime value)Sets the value of the newerThan property.- Parameters:
value- allowed object isString
-
getOlderThan
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public DateTime getOlderThan()Gets the value of the olderThan property.- Returns:
- possible object is
String
-
setOlderThan
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public void setOlderThan(DateTime value)Sets the value of the olderThan property.- Parameters:
value- allowed object isString
-
getQueueEntryIDs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public java.util.List<java.lang.String> getQueueEntryIDs()Gets the value of the queueEntryIDs property.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
setmethod 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- Returns:
- The value of the queueEntryIDs property.
-
getStatusList
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public java.util.List<NodeStatus> getStatusList()Gets the value of the statusList property.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
setmethod 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- Returns:
- The value of the statusList property.
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public 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.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.
- Returns:
- always non-null
-
withGangSource
public QueueFilter withGangSource(GangSource... values)
-
withGangSource
public QueueFilter withGangSource(java.util.Collection<GangSource> values)
-
withPart
public QueueFilter withPart(Part... values)
-
withPart
public QueueFilter withPart(java.util.Collection<Part> values)
-
withFirstEntry
public QueueFilter withFirstEntry(java.lang.String value)
-
withGangNames
public QueueFilter withGangNames(java.lang.String... values)
-
withGangNames
public QueueFilter withGangNames(java.util.Collection<java.lang.String> values)
-
withJobID
public QueueFilter withJobID(java.lang.String value)
-
withJobPartID
public QueueFilter withJobPartID(java.lang.String value)
-
withLastEntry
public QueueFilter withLastEntry(java.lang.String value)
-
withMaxEntries
public QueueFilter withMaxEntries(java.lang.Integer value)
-
withMaxPriority
public QueueFilter withMaxPriority(java.lang.Integer value)
-
withMinPriority
public QueueFilter withMinPriority(java.lang.Integer value)
-
withNewerThan
public QueueFilter withNewerThan(DateTime value)
-
withOlderThan
public QueueFilter withOlderThan(DateTime value)
-
withQueueEntryIDs
public QueueFilter withQueueEntryIDs(java.lang.String... values)
-
withQueueEntryIDs
public QueueFilter withQueueEntryIDs(java.util.Collection<java.lang.String> values)
-
withStatusList
public QueueFilter withStatusList(NodeStatus... values)
-
withStatusList
public QueueFilter withStatusList(java.util.Collection<NodeStatus> values)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-