Class QueueEntry

java.lang.Object
org.cip4.lib.xjdf.schema.QueueEntry
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public class QueueEntry extends Object implements Serializable

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}FileSpec" minOccurs="0"/>
         <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="Activation" type="{http://www.CIP4.org/JDFSchema_2_0}Activation" />
       <attribute name="EndTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="GangName" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="GangPolicy" type="{http://www.CIP4.org/JDFSchema_2_0}EnumGangPolicy" />
       <attribute name="JobID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="JobPartID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="Priority" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="QueueEntryID" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="RelatedJobID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="RelatedJobPartID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="StartTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="Status" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}NodeStatus" />
       <attribute name="StatusDetails" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="SubmissionTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • fileSpec

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected FileSpec fileSpec
    • gangSource

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected List<GangSource> gangSource
    • part

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected List<Part> part
    • activation

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Activation activation
    • endTime

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected DateTime endTime
    • gangName

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String gangName
    • gangPolicy

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected EnumGangPolicy gangPolicy
    • jobID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String jobID
    • jobPartID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String jobPartID
    • priority

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Integer priority
    • queueEntryID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String queueEntryID
    • relatedJobID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String relatedJobID
    • relatedJobPartID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String relatedJobPartID
    • startTime

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected DateTime startTime
    • status

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected NodeStatus status
    • statusDetails

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String statusDetails
    • submissionTime

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected DateTime submissionTime
  • Constructor Details

    • QueueEntry

      public QueueEntry()
  • Method Details

    • getFileSpec

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public FileSpec getFileSpec()
      Gets the value of the fileSpec property.
      Returns:
      possible object is FileSpec
    • setFileSpec

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setFileSpec(FileSpec value)
      Sets the value of the fileSpec property.
      Parameters:
      value - allowed object is FileSpec
    • getGangSource

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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

      Returns:
      The value of the gangSource property.
    • getPart

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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

      Returns:
      The value of the part property.
    • getActivation

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Activation getActivation()
      Gets the value of the activation property.
      Returns:
      possible object is Activation
    • setActivation

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setActivation(Activation value)
      Sets the value of the activation property.
      Parameters:
      value - allowed object is Activation
    • getEndTime

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public DateTime getEndTime()
      Gets the value of the endTime property.
      Returns:
      possible object is String
    • setEndTime

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setEndTime(DateTime value)
      Sets the value of the endTime property.
      Parameters:
      value - allowed object is String
    • getGangName

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getGangName()
      Gets the value of the gangName property.
      Returns:
      possible object is String
    • setGangName

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setGangName(String value)
      Sets the value of the gangName property.
      Parameters:
      value - allowed object is String
    • getGangPolicy

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public EnumGangPolicy getGangPolicy()
      Gets the value of the gangPolicy property.
      Returns:
      possible object is EnumGangPolicy
    • setGangPolicy

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setGangPolicy(EnumGangPolicy value)
      Sets the value of the gangPolicy property.
      Parameters:
      value - allowed object is EnumGangPolicy
    • getJobID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setJobPartID(String value)
      Sets the value of the jobPartID property.
      Parameters:
      value - allowed object is String
    • getPriority

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Integer getPriority()
      Gets the value of the priority property.
      Returns:
      possible object is Integer
    • setPriority

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setPriority(Integer value)
      Sets the value of the priority property.
      Parameters:
      value - allowed object is Integer
    • getQueueEntryID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getQueueEntryID()
      Gets the value of the queueEntryID property.
      Returns:
      possible object is String
    • setQueueEntryID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setQueueEntryID(String value)
      Sets the value of the queueEntryID property.
      Parameters:
      value - allowed object is String
    • getRelatedJobID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getRelatedJobID()
      Gets the value of the relatedJobID property.
      Returns:
      possible object is String
    • setRelatedJobID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setRelatedJobID(String value)
      Sets the value of the relatedJobID property.
      Parameters:
      value - allowed object is String
    • getRelatedJobPartID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getRelatedJobPartID()
      Gets the value of the relatedJobPartID property.
      Returns:
      possible object is String
    • setRelatedJobPartID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setRelatedJobPartID(String value)
      Sets the value of the relatedJobPartID property.
      Parameters:
      value - allowed object is String
    • getStartTime

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public DateTime getStartTime()
      Gets the value of the startTime property.
      Returns:
      possible object is String
    • setStartTime

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setStartTime(DateTime value)
      Sets the value of the startTime property.
      Parameters:
      value - allowed object is String
    • getStatus

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public NodeStatus getStatus()
      Gets the value of the status property.
      Returns:
      possible object is NodeStatus
    • setStatus

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setStatus(NodeStatus value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is NodeStatus
    • getStatusDetails

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getStatusDetails()
      Gets the value of the statusDetails property.
      Returns:
      possible object is String
    • setStatusDetails

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setStatusDetails(String value)
      Sets the value of the statusDetails property.
      Parameters:
      value - allowed object is String
    • getSubmissionTime

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public DateTime getSubmissionTime()
      Gets the value of the submissionTime property.
      Returns:
      possible object is String
    • setSubmissionTime

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setSubmissionTime(DateTime value)
      Sets the value of the submissionTime property.
      Parameters:
      value - allowed object is String
    • getOtherAttributes

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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
    • withFileSpec

      public QueueEntry withFileSpec(FileSpec value)
    • withGangSource

      public QueueEntry withGangSource(GangSource... values)
    • withGangSource

      public QueueEntry withGangSource(Collection<GangSource> values)
    • withPart

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

      public QueueEntry withPart(Collection<Part> values)
    • withActivation

      public QueueEntry withActivation(Activation value)
    • withEndTime

      public QueueEntry withEndTime(DateTime value)
    • withGangName

      public QueueEntry withGangName(String value)
    • withGangPolicy

      public QueueEntry withGangPolicy(EnumGangPolicy value)
    • withJobID

      public QueueEntry withJobID(String value)
    • withJobPartID

      public QueueEntry withJobPartID(String value)
    • withPriority

      public QueueEntry withPriority(Integer value)
    • withQueueEntryID

      public QueueEntry withQueueEntryID(String value)
    • withRelatedJobID

      public QueueEntry withRelatedJobID(String value)
    • withRelatedJobPartID

      public QueueEntry withRelatedJobPartID(String value)
    • withStartTime

      public QueueEntry withStartTime(DateTime value)
    • withStatus

      public QueueEntry withStatus(NodeStatus value)
    • withStatusDetails

      public QueueEntry withStatusDetails(String value)
    • withSubmissionTime

      public QueueEntry withSubmissionTime(DateTime value)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object