public class RequestQueueEntryParams
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}Part" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Queue" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="SubmitPolicy" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="JobID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="JobPartID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="QueueURL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
jobID |
protected java.lang.String |
jobPartID |
protected java.util.List<Part> |
parts |
protected java.util.List<Queue> |
queues |
protected java.lang.String |
queueURL |
protected java.lang.String |
submitPolicy |
| Constructor and Description |
|---|
RequestQueueEntryParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getJobID()
Gets the value of the jobID property.
|
java.lang.String |
getJobPartID()
Gets the value of the jobPartID property.
|
java.util.List<Part> |
getParts()
Gets the value of the parts property.
|
java.util.List<Queue> |
getQueues()
Gets the value of the queues property.
|
java.lang.String |
getQueueURL()
Gets the value of the queueURL property.
|
java.lang.String |
getSubmitPolicy()
Gets the value of the submitPolicy property.
|
void |
setJobID(java.lang.String value)
Sets the value of the jobID property.
|
void |
setJobPartID(java.lang.String value)
Sets the value of the jobPartID property.
|
void |
setQueueURL(java.lang.String value)
Sets the value of the queueURL property.
|
void |
setSubmitPolicy(java.lang.String value)
Sets the value of the submitPolicy property.
|
protected java.util.List<Queue> queues
protected java.util.List<Part> parts
protected java.lang.String submitPolicy
protected java.lang.String jobID
protected java.lang.String jobPartID
protected java.lang.String queueURL
public java.util.List<Queue> getQueues()
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 queues property.
For example, to add a new item, do as follows:
getQueues().add(newItem);
Objects of the following type(s) are allowed in the list
Queue
public java.util.List<Part> getParts()
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 parts property.
For example, to add a new item, do as follows:
getParts().add(newItem);
Objects of the following type(s) are allowed in the list
Part
public java.lang.String getSubmitPolicy()
Stringpublic void setSubmitPolicy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJobID()
Stringpublic void setJobID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJobPartID()
Stringpublic void setJobPartID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getQueueURL()
Stringpublic void setQueueURL(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.