Class QueueEntry
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.QueueEntry
-
- All Implemented Interfaces:
java.io.Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
public class QueueEntry extends java.lang.Object implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2Java 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Activationactivationprotected DateTimeendTimeprotected FileSpecfileSpecprotected java.lang.StringgangNameprotected EnumGangPolicygangPolicyprotected java.util.List<GangSource>gangSourceprotected java.lang.StringjobIDprotected java.lang.StringjobPartIDprotected java.util.List<Part>partprotected java.lang.Integerpriorityprotected java.lang.StringqueueEntryIDprotected java.lang.StringrelatedJobIDprotected java.lang.StringrelatedJobPartIDprotected DateTimestartTimeprotected NodeStatusstatusprotected java.lang.StringstatusDetailsprotected DateTimesubmissionTime
-
Constructor Summary
Constructors Constructor Description QueueEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)ActivationgetActivation()Gets the value of the activation property.DateTimegetEndTime()Gets the value of the endTime property.FileSpecgetFileSpec()Gets the value of the fileSpec property.java.lang.StringgetGangName()Gets the value of the gangName property.EnumGangPolicygetGangPolicy()Gets the value of the gangPolicy 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.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.lang.IntegergetPriority()Gets the value of the priority property.java.lang.StringgetQueueEntryID()Gets the value of the queueEntryID property.java.lang.StringgetRelatedJobID()Gets the value of the relatedJobID property.java.lang.StringgetRelatedJobPartID()Gets the value of the relatedJobPartID property.DateTimegetStartTime()Gets the value of the startTime property.NodeStatusgetStatus()Gets the value of the status property.java.lang.StringgetStatusDetails()Gets the value of the statusDetails property.DateTimegetSubmissionTime()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(java.lang.String value)Sets the value of the gangName property.voidsetGangPolicy(EnumGangPolicy value)Sets the value of the gangPolicy 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.voidsetPriority(java.lang.Integer value)Sets the value of the priority property.voidsetQueueEntryID(java.lang.String value)Sets the value of the queueEntryID property.voidsetRelatedJobID(java.lang.String value)Sets the value of the relatedJobID property.voidsetRelatedJobPartID(java.lang.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(java.lang.String value)Sets the value of the statusDetails property.voidsetSubmissionTime(DateTime value)Sets the value of the submissionTime property.QueueEntrywithActivation(Activation value)QueueEntrywithEndTime(DateTime value)QueueEntrywithFileSpec(FileSpec value)QueueEntrywithGangName(java.lang.String value)QueueEntrywithGangPolicy(EnumGangPolicy value)QueueEntrywithGangSource(java.util.Collection<GangSource> values)QueueEntrywithGangSource(GangSource... values)QueueEntrywithJobID(java.lang.String value)QueueEntrywithJobPartID(java.lang.String value)QueueEntrywithPart(java.util.Collection<Part> values)QueueEntrywithPart(Part... values)QueueEntrywithPriority(java.lang.Integer value)QueueEntrywithQueueEntryID(java.lang.String value)QueueEntrywithRelatedJobID(java.lang.String value)QueueEntrywithRelatedJobPartID(java.lang.String value)QueueEntrywithStartTime(DateTime value)QueueEntrywithStatus(NodeStatus value)QueueEntrywithStatusDetails(java.lang.String value)QueueEntrywithSubmissionTime(DateTime value)
-
-
-
Field Detail
-
fileSpec
protected FileSpec fileSpec
-
gangSource
protected java.util.List<GangSource> gangSource
-
part
protected java.util.List<Part> part
-
activation
protected Activation activation
-
endTime
protected DateTime endTime
-
gangName
protected java.lang.String gangName
-
gangPolicy
protected EnumGangPolicy gangPolicy
-
jobID
protected java.lang.String jobID
-
jobPartID
protected java.lang.String jobPartID
-
priority
protected java.lang.Integer priority
-
queueEntryID
protected java.lang.String queueEntryID
-
relatedJobID
protected java.lang.String relatedJobID
-
relatedJobPartID
protected java.lang.String relatedJobPartID
-
startTime
protected DateTime startTime
-
status
protected NodeStatus status
-
statusDetails
protected java.lang.String statusDetails
-
submissionTime
protected DateTime submissionTime
-
-
Method Detail
-
getFileSpec
public FileSpec getFileSpec()
Gets the value of the fileSpec property.- Returns:
- possible object is
FileSpec
-
setFileSpec
public void setFileSpec(FileSpec value)
Sets the value of the fileSpec property.- Parameters:
value- allowed object isFileSpec
-
getGangSource
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
-
getPart
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
-
getActivation
public Activation getActivation()
Gets the value of the activation property.- Returns:
- possible object is
Activation
-
setActivation
public void setActivation(Activation value)
Sets the value of the activation property.- Parameters:
value- allowed object isActivation
-
getEndTime
public DateTime getEndTime()
Gets the value of the endTime property.- Returns:
- possible object is
String
-
setEndTime
public void setEndTime(DateTime value)
Sets the value of the endTime property.- Parameters:
value- allowed object isString
-
getGangName
public java.lang.String getGangName()
Gets the value of the gangName property.- Returns:
- possible object is
String
-
setGangName
public void setGangName(java.lang.String value)
Sets the value of the gangName property.- Parameters:
value- allowed object isString
-
getGangPolicy
public EnumGangPolicy getGangPolicy()
Gets the value of the gangPolicy property.- Returns:
- possible object is
EnumGangPolicy
-
setGangPolicy
public void setGangPolicy(EnumGangPolicy value)
Sets the value of the gangPolicy property.- Parameters:
value- allowed object isEnumGangPolicy
-
getJobID
public java.lang.String getJobID()
Gets the value of the jobID property.- Returns:
- possible object is
String
-
setJobID
public void setJobID(java.lang.String value)
Sets the value of the jobID property.- Parameters:
value- allowed object isString
-
getJobPartID
public java.lang.String getJobPartID()
Gets the value of the jobPartID property.- Returns:
- possible object is
String
-
setJobPartID
public void setJobPartID(java.lang.String value)
Sets the value of the jobPartID property.- Parameters:
value- allowed object isString
-
getPriority
public java.lang.Integer getPriority()
Gets the value of the priority property.- Returns:
- possible object is
Integer
-
setPriority
public void setPriority(java.lang.Integer value)
Sets the value of the priority property.- Parameters:
value- allowed object isInteger
-
getQueueEntryID
public java.lang.String getQueueEntryID()
Gets the value of the queueEntryID property.- Returns:
- possible object is
String
-
setQueueEntryID
public void setQueueEntryID(java.lang.String value)
Sets the value of the queueEntryID property.- Parameters:
value- allowed object isString
-
getRelatedJobID
public java.lang.String getRelatedJobID()
Gets the value of the relatedJobID property.- Returns:
- possible object is
String
-
setRelatedJobID
public void setRelatedJobID(java.lang.String value)
Sets the value of the relatedJobID property.- Parameters:
value- allowed object isString
-
getRelatedJobPartID
public java.lang.String getRelatedJobPartID()
Gets the value of the relatedJobPartID property.- Returns:
- possible object is
String
-
setRelatedJobPartID
public void setRelatedJobPartID(java.lang.String value)
Sets the value of the relatedJobPartID property.- Parameters:
value- allowed object isString
-
getStartTime
public DateTime getStartTime()
Gets the value of the startTime property.- Returns:
- possible object is
String
-
setStartTime
public void setStartTime(DateTime value)
Sets the value of the startTime property.- Parameters:
value- allowed object isString
-
getStatus
public NodeStatus getStatus()
Gets the value of the status property.- Returns:
- possible object is
NodeStatus
-
setStatus
public void setStatus(NodeStatus value)
Sets the value of the status property.- Parameters:
value- allowed object isNodeStatus
-
getStatusDetails
public java.lang.String getStatusDetails()
Gets the value of the statusDetails property.- Returns:
- possible object is
String
-
setStatusDetails
public void setStatusDetails(java.lang.String value)
Sets the value of the statusDetails property.- Parameters:
value- allowed object isString
-
getSubmissionTime
public DateTime getSubmissionTime()
Gets the value of the submissionTime property.- Returns:
- possible object is
String
-
setSubmissionTime
public void setSubmissionTime(DateTime value)
Sets the value of the submissionTime property.- Parameters:
value- allowed object isString
-
getOtherAttributes
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
-
withFileSpec
public QueueEntry withFileSpec(FileSpec value)
-
withGangSource
public QueueEntry withGangSource(GangSource... values)
-
withGangSource
public QueueEntry withGangSource(java.util.Collection<GangSource> values)
-
withPart
public QueueEntry withPart(Part... values)
-
withPart
public QueueEntry withPart(java.util.Collection<Part> values)
-
withActivation
public QueueEntry withActivation(Activation value)
-
withEndTime
public QueueEntry withEndTime(DateTime value)
-
withGangName
public QueueEntry withGangName(java.lang.String value)
-
withGangPolicy
public QueueEntry withGangPolicy(EnumGangPolicy value)
-
withJobID
public QueueEntry withJobID(java.lang.String value)
-
withJobPartID
public QueueEntry withJobPartID(java.lang.String value)
-
withPriority
public QueueEntry withPriority(java.lang.Integer value)
-
withQueueEntryID
public QueueEntry withQueueEntryID(java.lang.String value)
-
withRelatedJobID
public QueueEntry withRelatedJobID(java.lang.String value)
-
withRelatedJobPartID
public QueueEntry withRelatedJobPartID(java.lang.String value)
-
withStartTime
public QueueEntry withStartTime(DateTime value)
-
withStatus
public QueueEntry withStatus(NodeStatus value)
-
withStatusDetails
public QueueEntry withStatusDetails(java.lang.String value)
-
withSubmissionTime
public QueueEntry withSubmissionTime(DateTime value)
-
equals
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.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
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()
- Overrides:
hashCodein classjava.lang.Object
-
-