Class QueueEntry
- All Implemented Interfaces:
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}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 Summary
FieldsModifier and TypeFieldDescriptionprotected Activationprotected DateTimeprotected FileSpecprotected Stringprotected EnumGangPolicyprotected List<GangSource>protected Stringprotected Stringprotected Integerprotected Stringprotected Stringprotected Stringprotected DateTimeprotected NodeStatusprotected Stringprotected DateTime -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the activation property.Gets the value of the endTime property.Gets the value of the fileSpec property.Gets the value of the gangName property.Gets the value of the gangPolicy property.Gets the value of the gangSource property.getJobID()Gets the value of the jobID property.Gets the value of the jobPartID property.Gets a map that contains attributes that aren't bound to any typed property on this class.getPart()Gets the value of the part property.Gets the value of the priority property.Gets the value of the queueEntryID property.Gets the value of the relatedJobID property.Gets the value of the relatedJobPartID property.Gets the value of the startTime property.Gets the value of the status property.Gets the value of the statusDetails property.Gets the value of the submissionTime property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetActivation(Activation value) Sets the value of the activation property.voidsetEndTime(DateTime value) Sets the value of the endTime property.voidsetFileSpec(FileSpec value) Sets the value of the fileSpec property.voidsetGangName(String value) Sets the value of the gangName property.voidsetGangPolicy(EnumGangPolicy value) Sets the value of the gangPolicy property.voidSets the value of the jobID property.voidsetJobPartID(String value) Sets the value of the jobPartID property.voidsetPriority(Integer value) Sets the value of the priority property.voidsetQueueEntryID(String value) Sets the value of the queueEntryID property.voidsetRelatedJobID(String value) Sets the value of the relatedJobID property.voidsetRelatedJobPartID(String value) Sets the value of the relatedJobPartID property.voidsetStartTime(DateTime value) Sets the value of the startTime property.voidsetStatus(NodeStatus value) Sets the value of the status property.voidsetStatusDetails(String value) Sets the value of the statusDetails property.voidsetSubmissionTime(DateTime value) Sets the value of the submissionTime property.withActivation(Activation value) withEndTime(DateTime value) withFileSpec(FileSpec value) withGangName(String value) withGangPolicy(EnumGangPolicy value) withGangSource(Collection<GangSource> values) withGangSource(GangSource... values) withJobPartID(String value) withPart(Collection<Part> values) withPriority(Integer value) withQueueEntryID(String value) withRelatedJobID(String value) withRelatedJobPartID(String value) withStartTime(DateTime value) withStatus(NodeStatus value) withStatusDetails(String value) withSubmissionTime(DateTime value)
-
Field Details
-
fileSpec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected FileSpec fileSpec -
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
-
activation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Activation activation -
endTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected DateTime endTime -
gangName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String gangName -
gangPolicy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected EnumGangPolicy gangPolicy -
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 -
priority
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer priority -
queueEntryID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String queueEntryID -
startTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected DateTime startTime -
status
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected NodeStatus status -
statusDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String statusDetails -
submissionTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected DateTime submissionTime
-
-
Constructor Details
-
QueueEntry
public QueueEntry()
-
-
Method Details
-
getFileSpec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setFileSpec(FileSpec value) Sets the value of the fileSpec property.- Parameters:
value- allowed object isFileSpec
-
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
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 -
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
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 -
getActivation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setActivation(Activation value) Sets the value of the activation property.- Parameters:
value- allowed object isActivation
-
getEndTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setEndTime(DateTime value) Sets the value of the endTime property.- Parameters:
value- allowed object isString
-
getGangName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setGangName(String value) Sets the value of the gangName property.- Parameters:
value- allowed object isString
-
getGangPolicy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setGangPolicy(EnumGangPolicy value) Sets the value of the gangPolicy property.- Parameters:
value- allowed object isEnumGangPolicy
-
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 isString
-
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 isString
-
getPriority
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setPriority(Integer value) Sets the value of the priority property.- Parameters:
value- allowed object isInteger
-
getQueueEntryID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setQueueEntryID(String value) Sets the value of the queueEntryID property.- Parameters:
value- allowed object isString
-
getRelatedJobID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setRelatedJobID(String value) Sets the value of the relatedJobID property.- Parameters:
value- allowed object isString
-
getRelatedJobPartID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setRelatedJobPartID(String value) Sets the value of the relatedJobPartID property.- Parameters:
value- allowed object isString
-
getStartTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setStartTime(DateTime value) Sets the value of the startTime property.- Parameters:
value- allowed object isString
-
getStatus
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setStatus(NodeStatus value) Sets the value of the status property.- Parameters:
value- allowed object isNodeStatus
-
getStatusDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setStatusDetails(String value) Sets the value of the statusDetails property.- Parameters:
value- allowed object isString
-
getSubmissionTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setSubmissionTime(DateTime value) Sets the value of the submissionTime property.- Parameters:
value- allowed object isString
-
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
-
withFileSpec
-
withGangSource
-
withGangSource
-
withPart
-
withPart
-
withActivation
-
withEndTime
-
withGangName
-
withGangPolicy
-
withJobID
-
withJobPartID
-
withPriority
-
withQueueEntryID
-
withRelatedJobID
-
withRelatedJobPartID
-
withStartTime
-
withStatus
-
withStatusDetails
-
withSubmissionTime
-
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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
hashCode
public int hashCode()
-