public class QueueSubmissionParams
extends java.lang.Object
implements java.io.Serializable
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>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Disposition" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<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}shortString" />
<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}shortString" />
<attribute name="GangPolicy" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<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 java.util.List<Disposition> |
dispositions |
protected java.lang.String |
gangName |
protected java.lang.String |
gangPolicy |
protected java.lang.Boolean |
hold |
protected java.lang.String |
nextQueueEntryID |
protected java.lang.String |
prevQueueEntryID |
protected java.lang.Integer |
priority |
protected java.lang.String |
refID |
protected java.lang.String |
returnJMF |
protected java.lang.String |
returnURL |
protected java.lang.String |
url |
protected java.lang.String |
watchURL |
| Constructor and Description |
|---|
QueueSubmissionParams() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Disposition> |
getDispositions()
Gets the value of the dispositions property.
|
java.lang.String |
getGangName()
Gets the value of the gangName property.
|
java.lang.String |
getGangPolicy()
Gets the value of the gangPolicy property.
|
java.lang.Boolean |
getHold()
Gets the value of the hold property.
|
java.lang.String |
getNextQueueEntryID()
Gets the value of the nextQueueEntryID property.
|
java.lang.String |
getPrevQueueEntryID()
Gets the value of the prevQueueEntryID property.
|
java.lang.Integer |
getPriority()
Gets the value of the priority property.
|
java.lang.String |
getRefID()
Gets the value of the refID property.
|
java.lang.String |
getReturnJMF()
Gets the value of the returnJMF property.
|
java.lang.String |
getReturnURL()
Gets the value of the returnURL property.
|
java.lang.String |
getURL()
Gets the value of the url property.
|
java.lang.String |
getWatchURL()
Gets the value of the watchURL property.
|
void |
setGangName(java.lang.String value)
Sets the value of the gangName property.
|
void |
setGangPolicy(java.lang.String value)
Sets the value of the gangPolicy property.
|
void |
setHold(java.lang.Boolean value)
Sets the value of the hold 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 |
setRefID(java.lang.String value)
Sets the value of the refID property.
|
void |
setReturnJMF(java.lang.String value)
Sets the value of the returnJMF property.
|
void |
setReturnURL(java.lang.String value)
Sets the value of the returnURL property.
|
void |
setURL(java.lang.String value)
Sets the value of the url property.
|
void |
setWatchURL(java.lang.String value)
Sets the value of the watchURL property.
|
protected java.util.List<Disposition> dispositions
protected java.lang.String returnURL
protected java.lang.String watchURL
protected java.lang.String prevQueueEntryID
protected java.lang.String url
protected java.lang.String gangName
protected java.lang.String returnJMF
protected java.lang.String refID
protected java.lang.String nextQueueEntryID
protected java.lang.String gangPolicy
protected java.lang.Integer priority
protected java.lang.Boolean hold
public java.util.List<Disposition> getDispositions()
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 dispositions property.
For example, to add a new item, do as follows:
getDispositions().add(newItem);
Objects of the following type(s) are allowed in the list
Disposition
public java.lang.String getReturnURL()
Stringpublic void setReturnURL(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getWatchURL()
Stringpublic void setWatchURL(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPrevQueueEntryID()
Stringpublic void setPrevQueueEntryID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getURL()
Stringpublic void setURL(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getGangName()
Stringpublic void setGangName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getReturnJMF()
Stringpublic void setReturnJMF(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRefID()
Stringpublic void setRefID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNextQueueEntryID()
Stringpublic void setNextQueueEntryID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getGangPolicy()
Stringpublic void setGangPolicy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getPriority()
Integerpublic void setPriority(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean getHold()
Booleanpublic void setHold(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2012. All Rights Reserved.