@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+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">
<attribute name="Activation" type="{http://www.CIP4.org/JDFSchema_2_0}EnumActivation" />
<attribute name="GangName" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="GangPolicy" type="{http://www.CIP4.org/JDFSchema_2_0}EnumGangPolicy" />
<attribute name="Hold" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="NextQueueEntryID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="PrevQueueEntryID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Priority" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="refID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ReturnJMF" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="URL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EnumActivation |
activation |
protected String |
gangName |
protected EnumGangPolicy |
gangPolicy |
protected Boolean |
hold |
protected String |
nextQueueEntryID |
protected String |
prevQueueEntryID |
protected Integer |
priority |
protected String |
refID |
protected URI |
returnJMF |
protected URI |
url |
| 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.
|
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.
|
URI |
getReturnJMF()
Gets the value of the returnJMF property.
|
URI |
getURL()
Gets the value of the url 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(URI value)
Sets the value of the returnJMF property.
|
void |
setURL(URI value)
Sets the value of the url property.
|
QueueSubmissionParams |
withActivation(EnumActivation value) |
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(URI value) |
QueueSubmissionParams |
withURL(URI value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumActivation activation
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected String gangName
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumGangPolicy gangPolicy
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Boolean hold
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected String nextQueueEntryID
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected String prevQueueEntryID
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Integer priority
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected String refID
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected URI returnJMF
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected URI url
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumActivation getActivation()
EnumActivation@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+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-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public String getGangName()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+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-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumGangPolicy getGangPolicy()
EnumGangPolicy@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+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-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Boolean isHold()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+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-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public String getNextQueueEntryID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+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-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public String getPrevQueueEntryID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+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-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Integer getPriority()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+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-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public String getRefID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+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-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public URI getReturnJMF()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setReturnJMF(URI value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public URI getURL()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setURL(URI value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public QueueSubmissionParams withActivation(EnumActivation value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public QueueSubmissionParams withGangName(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public QueueSubmissionParams withGangPolicy(EnumGangPolicy value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public QueueSubmissionParams withHold(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public QueueSubmissionParams withNextQueueEntryID(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public QueueSubmissionParams withPrevQueueEntryID(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public QueueSubmissionParams withPriority(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public QueueSubmissionParams withRefID(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public QueueSubmissionParams withReturnJMF(URI value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public QueueSubmissionParams withURL(URI value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+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-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+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.