@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public class QueueSubmissionParams
extends java.lang.Object
implements java.io.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}Activation" />
<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="NextQueueEntryID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="PrevQueueEntryID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Priority" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="ReturnJMF" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="URL" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Activation |
activation |
protected java.lang.String |
gangName |
protected EnumGangPolicy |
gangPolicy |
protected java.lang.String |
nextQueueEntryID |
protected java.lang.String |
prevQueueEntryID |
protected java.lang.Integer |
priority |
protected URI |
returnJMF |
protected URI |
url |
| Constructor and Description |
|---|
QueueSubmissionParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
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.EqualsStrategy strategy) |
Activation |
getActivation()
Gets the value of the activation property.
|
java.lang.String |
getGangName()
Gets the value of the gangName property.
|
EnumGangPolicy |
getGangPolicy()
Gets the value of the gangPolicy property.
|
java.lang.String |
getNextQueueEntryID()
Gets the value of the nextQueueEntryID 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.lang.String |
getPrevQueueEntryID()
Gets the value of the prevQueueEntryID property.
|
java.lang.Integer |
getPriority()
Gets the value of the priority 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) |
void |
setActivation(Activation value)
Sets the value of the activation property.
|
void |
setGangName(java.lang.String value)
Sets the value of the gangName property.
|
void |
setGangPolicy(EnumGangPolicy value)
Sets the value of the gangPolicy property.
|
void |
setNextQueueEntryID(java.lang.String value)
Sets the value of the nextQueueEntryID property.
|
void |
setPrevQueueEntryID(java.lang.String value)
Sets the value of the prevQueueEntryID property.
|
void |
setPriority(java.lang.Integer value)
Sets the value of the priority 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(Activation value) |
QueueSubmissionParams |
withGangName(java.lang.String value) |
QueueSubmissionParams |
withGangPolicy(EnumGangPolicy value) |
QueueSubmissionParams |
withNextQueueEntryID(java.lang.String value) |
QueueSubmissionParams |
withPrevQueueEntryID(java.lang.String value) |
QueueSubmissionParams |
withPriority(java.lang.Integer value) |
QueueSubmissionParams |
withReturnJMF(URI value) |
QueueSubmissionParams |
withURL(URI value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected Activation activation
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String gangName
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected EnumGangPolicy gangPolicy
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String nextQueueEntryID
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String prevQueueEntryID
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer priority
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected URI returnJMF
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected URI url
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public Activation getActivation()
Activation@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setActivation(Activation value)
value - allowed object is
Activation@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getGangName()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setGangName(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public EnumGangPolicy getGangPolicy()
EnumGangPolicy@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00: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="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getNextQueueEntryID()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setNextQueueEntryID(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getPrevQueueEntryID()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setPrevQueueEntryID(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getPriority()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setPriority(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public URI getReturnJMF()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00: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="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public URI getURL()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00: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="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
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.
public QueueSubmissionParams withActivation(Activation value)
public QueueSubmissionParams withGangName(java.lang.String value)
public QueueSubmissionParams withGangPolicy(EnumGangPolicy value)
public QueueSubmissionParams withNextQueueEntryID(java.lang.String value)
public QueueSubmissionParams withPrevQueueEntryID(java.lang.String value)
public QueueSubmissionParams withPriority(java.lang.Integer value)
public QueueSubmissionParams withReturnJMF(URI value)
public QueueSubmissionParams withURL(URI value)
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.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object