@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public class QueueSubmissionParams extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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}Disposition" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Activation" type="{http://www.CIP4.org/JDFSchema_2_0}EnumActivation" />
<attribute name="ReturnURL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="WatchURL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="PrevQueueEntryID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="URL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="GangName" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ReturnJMF" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="refID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="NextQueueEntryID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="GangPolicy" type="{http://www.CIP4.org/JDFSchema_2_0}EnumGangPolicy" />
<attribute name="Priority" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="Hold" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EnumActivation |
activation |
protected List<Disposition> |
disposition |
protected String |
gangName |
protected EnumGangPolicy |
gangPolicy |
protected Boolean |
hold |
protected String |
nextQueueEntryID |
protected String |
prevQueueEntryID |
protected Integer |
priority |
protected String |
refID |
protected String |
returnJMF |
protected String |
returnURL |
protected String |
url |
protected String |
watchURL |
| Constructor and Description |
|---|
QueueSubmissionParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
EnumActivation |
getActivation()
Gets the value of the activation property.
|
List<Disposition> |
getDisposition()
Gets the value of the disposition property.
|
String |
getGangName()
Gets the value of the gangName property.
|
EnumGangPolicy |
getGangPolicy()
Gets the value of the gangPolicy property.
|
String |
getNextQueueEntryID()
Gets the value of the nextQueueEntryID property.
|
String |
getPrevQueueEntryID()
Gets the value of the prevQueueEntryID property.
|
Integer |
getPriority()
Gets the value of the priority property.
|
String |
getRefID()
Gets the value of the refID property.
|
String |
getReturnJMF()
Gets the value of the returnJMF property.
|
String |
getReturnURL()
Gets the value of the returnURL property.
|
String |
getURL()
Gets the value of the url property.
|
String |
getWatchURL()
Gets the value of the watchURL property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isHold()
Gets the value of the hold property.
|
void |
setActivation(EnumActivation value)
Sets the value of the activation property.
|
void |
setGangName(String value)
Sets the value of the gangName property.
|
void |
setGangPolicy(EnumGangPolicy value)
Sets the value of the gangPolicy property.
|
void |
setHold(Boolean value)
Sets the value of the hold property.
|
void |
setNextQueueEntryID(String value)
Sets the value of the nextQueueEntryID property.
|
void |
setPrevQueueEntryID(String value)
Sets the value of the prevQueueEntryID property.
|
void |
setPriority(Integer value)
Sets the value of the priority property.
|
void |
setRefID(String value)
Sets the value of the refID property.
|
void |
setReturnJMF(String value)
Sets the value of the returnJMF property.
|
void |
setReturnURL(String value)
Sets the value of the returnURL property.
|
void |
setURL(String value)
Sets the value of the url property.
|
void |
setWatchURL(String value)
Sets the value of the watchURL property.
|
QueueSubmissionParams |
withActivation(EnumActivation value) |
QueueSubmissionParams |
withDisposition(Collection<Disposition> values) |
QueueSubmissionParams |
withDisposition(Disposition... values) |
QueueSubmissionParams |
withGangName(String value) |
QueueSubmissionParams |
withGangPolicy(EnumGangPolicy value) |
QueueSubmissionParams |
withHold(Boolean value) |
QueueSubmissionParams |
withNextQueueEntryID(String value) |
QueueSubmissionParams |
withPrevQueueEntryID(String value) |
QueueSubmissionParams |
withPriority(Integer value) |
QueueSubmissionParams |
withRefID(String value) |
QueueSubmissionParams |
withReturnJMF(String value) |
QueueSubmissionParams |
withReturnURL(String value) |
QueueSubmissionParams |
withURL(String value) |
QueueSubmissionParams |
withWatchURL(String value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected List<Disposition> disposition
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected EnumActivation activation
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String returnURL
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String watchURL
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String prevQueueEntryID
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String url
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String gangName
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String returnJMF
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String refID
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String nextQueueEntryID
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected EnumGangPolicy gangPolicy
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected Integer priority
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected Boolean hold
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public List<Disposition> getDisposition()
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 disposition property.
For example, to add a new item, do as follows:
getDisposition().add(newItem);
Objects of the following type(s) are allowed in the list
Disposition
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public EnumActivation getActivation()
EnumActivation@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setActivation(EnumActivation value)
value - allowed object is
EnumActivation@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getReturnURL()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setReturnURL(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getWatchURL()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setWatchURL(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getPrevQueueEntryID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setPrevQueueEntryID(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getURL()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setURL(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getGangName()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setGangName(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getReturnJMF()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setReturnJMF(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getRefID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setRefID(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getNextQueueEntryID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setNextQueueEntryID(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public EnumGangPolicy getGangPolicy()
EnumGangPolicy@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setGangPolicy(EnumGangPolicy value)
value - allowed object is
EnumGangPolicy@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public Integer getPriority()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setPriority(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public Boolean isHold()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setHold(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public QueueSubmissionParams withDisposition(Disposition... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public QueueSubmissionParams withDisposition(Collection<Disposition> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public QueueSubmissionParams withActivation(EnumActivation value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public QueueSubmissionParams withReturnURL(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public QueueSubmissionParams withWatchURL(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public QueueSubmissionParams withPrevQueueEntryID(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public QueueSubmissionParams withURL(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public QueueSubmissionParams withGangName(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public QueueSubmissionParams withReturnJMF(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public QueueSubmissionParams withRefID(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public QueueSubmissionParams withNextQueueEntryID(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public QueueSubmissionParams withGangPolicy(EnumGangPolicy value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public QueueSubmissionParams withPriority(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public QueueSubmissionParams withHold(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2016. All rights reserved.