public class QueueSubmissionParams extends Object implements 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 List<Disposition> |
dispositions |
protected String |
gangName |
protected String |
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 |
|---|---|
List<Disposition> |
getDispositions()
Gets the value of the dispositions property.
|
String |
getGangName()
Gets the value of the gangName property.
|
String |
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.
|
Boolean |
isHold()
Gets the value of the hold property.
|
void |
setGangName(String value)
Sets the value of the gangName property.
|
void |
setGangPolicy(String 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.
|
protected List<Disposition> dispositions
protected String returnURL
protected String watchURL
protected String prevQueueEntryID
protected String url
protected String gangName
protected String returnJMF
protected String refID
protected String nextQueueEntryID
protected String gangPolicy
protected Integer priority
protected Boolean hold
public 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 String getReturnURL()
Stringpublic void setReturnURL(String value)
value - allowed object is
Stringpublic String getWatchURL()
Stringpublic void setWatchURL(String value)
value - allowed object is
Stringpublic String getPrevQueueEntryID()
Stringpublic void setPrevQueueEntryID(String value)
value - allowed object is
Stringpublic void setURL(String value)
value - allowed object is
Stringpublic String getGangName()
Stringpublic void setGangName(String value)
value - allowed object is
Stringpublic String getReturnJMF()
Stringpublic void setReturnJMF(String value)
value - allowed object is
Stringpublic String getRefID()
Stringpublic void setRefID(String value)
value - allowed object is
Stringpublic String getNextQueueEntryID()
Stringpublic void setNextQueueEntryID(String value)
value - allowed object is
Stringpublic String getGangPolicy()
Stringpublic void setGangPolicy(String value)
value - allowed object is
Stringpublic Integer getPriority()
Integerpublic void setPriority(Integer value)
value - allowed object is
Integerpublic Boolean isHold()
BooleanCopyright © 2012. All Rights Reserved.