Class QueueFilter

java.lang.Object
org.cip4.lib.xjdf.schema.QueueFilter
All Implemented Interfaces:
Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public class QueueFilter extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

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.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:
  • Field Details

    • gangSource

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<GangSource> gangSource
    • part

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<Part> part
    • firstEntry

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String firstEntry
    • gangNames

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<String> gangNames
    • jobID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String jobID
    • jobPartID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String jobPartID
    • lastEntry

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String lastEntry
    • maxEntries

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer maxEntries
    • maxPriority

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer maxPriority
    • minPriority

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer minPriority
    • newerThan

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected DateTime newerThan
    • olderThan

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected DateTime olderThan
    • queueEntryIDs

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<String> queueEntryIDs
    • statusList

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<NodeStatus> statusList
  • Constructor Details

    • QueueFilter

      public QueueFilter()
  • Method Details

    • getGangSource

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 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

    • getPart

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 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

    • getFirstEntry

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setFirstEntry(String value)
      Sets the value of the firstEntry property.
      Parameters:
      value - allowed object is String
    • getGangNames

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<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 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

    • getJobID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setJobID(String value)
      Sets the value of the jobID property.
      Parameters:
      value - allowed object is String
    • getJobPartID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setJobPartID(String value)
      Sets the value of the jobPartID property.
      Parameters:
      value - allowed object is String
    • getLastEntry

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setLastEntry(String value)
      Sets the value of the lastEntry property.
      Parameters:
      value - allowed object is String
    • getMaxEntries

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setMaxEntries(Integer value)
      Sets the value of the maxEntries property.
      Parameters:
      value - allowed object is Integer
    • getMaxPriority

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setMaxPriority(Integer value)
      Sets the value of the maxPriority property.
      Parameters:
      value - allowed object is Integer
    • getMinPriority

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setMinPriority(Integer value)
      Sets the value of the minPriority property.
      Parameters:
      value - allowed object is Integer
    • getNewerThan

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setNewerThan(DateTime value)
      Sets the value of the newerThan property.
      Parameters:
      value - allowed object is String
    • getOlderThan

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setOlderThan(DateTime value)
      Sets the value of the olderThan property.
      Parameters:
      value - allowed object is String
    • getQueueEntryIDs

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<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 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

    • getStatusList

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 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

    • getOtherAttributes

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Map<QName,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(Collection<GangSource> values)
    • withPart

      public QueueFilter withPart(Part... values)
    • withPart

      public QueueFilter withPart(Collection<Part> values)
    • withFirstEntry

      public QueueFilter withFirstEntry(String value)
    • withGangNames

      public QueueFilter withGangNames(String... values)
    • withGangNames

      public QueueFilter withGangNames(Collection<String> values)
    • withJobID

      public QueueFilter withJobID(String value)
    • withJobPartID

      public QueueFilter withJobPartID(String value)
    • withLastEntry

      public QueueFilter withLastEntry(String value)
    • withMaxEntries

      public QueueFilter withMaxEntries(Integer value)
    • withMaxPriority

      public QueueFilter withMaxPriority(Integer value)
    • withMinPriority

      public QueueFilter withMinPriority(Integer value)
    • withNewerThan

      public QueueFilter withNewerThan(DateTime value)
    • withOlderThan

      public QueueFilter withOlderThan(DateTime value)
    • withQueueEntryIDs

      public QueueFilter withQueueEntryIDs(String... values)
    • withQueueEntryIDs

      public QueueFilter withQueueEntryIDs(Collection<String> values)
    • withStatusList

      public QueueFilter withStatusList(NodeStatus... values)
    • withStatusList

      public QueueFilter withStatusList(Collection<NodeStatus> values)
    • equals

      public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
      Specified by:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object