public class RequestQueueEntryParams 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}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 String |
jobID |
protected String |
jobPartID |
protected List<Part> |
parts |
protected List<Queue> |
queues |
protected String |
queueURL |
protected String |
submitPolicy |
| Constructor and Description |
|---|
RequestQueueEntryParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJobID()
Gets the value of the jobID property.
|
String |
getJobPartID()
Gets the value of the jobPartID property.
|
List<Part> |
getParts()
Gets the value of the parts property.
|
List<Queue> |
getQueues()
Gets the value of the queues property.
|
String |
getQueueURL()
Gets the value of the queueURL property.
|
String |
getSubmitPolicy()
Gets the value of the submitPolicy property.
|
void |
setJobID(String value)
Sets the value of the jobID property.
|
void |
setJobPartID(String value)
Sets the value of the jobPartID property.
|
void |
setQueueURL(String value)
Sets the value of the queueURL property.
|
void |
setSubmitPolicy(String value)
Sets the value of the submitPolicy property.
|
protected String submitPolicy
protected String jobID
protected String jobPartID
protected String queueURL
public 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 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 String getSubmitPolicy()
Stringpublic void setSubmitPolicy(String value)
value - allowed object is
Stringpublic String getJobID()
Stringpublic void setJobID(String value)
value - allowed object is
Stringpublic String getJobPartID()
Stringpublic void setJobPartID(String value)
value - allowed object is
Stringpublic String getQueueURL()
StringCopyright © 2012. All Rights Reserved.