public class ResourcePullParams
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}Disposition" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}MISDetails" 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="JobID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="NextQueueEntryID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="Priority" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="QueueEntryID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="RepeatPolicy" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ResourceID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="Amount" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Hold" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Double |
amount |
protected java.util.List<Disposition> |
dispositions |
protected java.lang.Boolean |
hold |
protected java.lang.String |
jobID |
protected java.util.List<MISDetails> |
misDetails |
protected java.lang.String |
nextQueueEntryID |
protected java.util.List<Part> |
parts |
protected java.lang.String |
prevQueueEntryID |
protected java.lang.Integer |
priority |
protected java.lang.String |
queueEntryID |
protected java.lang.String |
repeatPolicy |
protected java.lang.String |
resourceID |
protected java.lang.String |
returnURL |
protected java.lang.String |
watchURL |
| Constructor and Description |
|---|
ResourcePullParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getAmount()
Gets the value of the amount property.
|
java.util.List<Disposition> |
getDispositions()
Gets the value of the dispositions property.
|
java.lang.Boolean |
getHold()
Gets the value of the hold property.
|
java.lang.String |
getJobID()
Gets the value of the jobID property.
|
java.util.List<MISDetails> |
getMISDetails()
Gets the value of the misDetails property.
|
java.lang.String |
getNextQueueEntryID()
Gets the value of the nextQueueEntryID property.
|
java.util.List<Part> |
getParts()
Gets the value of the parts 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 |
getQueueEntryID()
Gets the value of the queueEntryID property.
|
java.lang.String |
getRepeatPolicy()
Gets the value of the repeatPolicy property.
|
java.lang.String |
getResourceID()
Gets the value of the resourceID property.
|
java.lang.String |
getReturnURL()
Gets the value of the returnURL property.
|
java.lang.String |
getWatchURL()
Gets the value of the watchURL property.
|
void |
setAmount(java.lang.Double value)
Sets the value of the amount property.
|
void |
setHold(java.lang.Boolean value)
Sets the value of the hold property.
|
void |
setJobID(java.lang.String value)
Sets the value of the jobID 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 |
setQueueEntryID(java.lang.String value)
Sets the value of the queueEntryID property.
|
void |
setRepeatPolicy(java.lang.String value)
Sets the value of the repeatPolicy property.
|
void |
setResourceID(java.lang.String value)
Sets the value of the resourceID property.
|
void |
setReturnURL(java.lang.String value)
Sets the value of the returnURL property.
|
void |
setWatchURL(java.lang.String value)
Sets the value of the watchURL property.
|
protected java.util.List<MISDetails> misDetails
protected java.util.List<Disposition> dispositions
protected java.util.List<Part> parts
protected java.lang.String returnURL
protected java.lang.String watchURL
protected java.lang.String prevQueueEntryID
protected java.lang.String jobID
protected java.lang.String nextQueueEntryID
protected java.lang.Integer priority
protected java.lang.String queueEntryID
protected java.lang.String repeatPolicy
protected java.lang.String resourceID
protected java.lang.Double amount
protected java.lang.Boolean hold
public java.util.List<MISDetails> getMISDetails()
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 misDetails property.
For example, to add a new item, do as follows:
getMISDetails().add(newItem);
Objects of the following type(s) are allowed in the list
MISDetails
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.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 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 getJobID()
Stringpublic void setJobID(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.Integer getPriority()
Integerpublic void setPriority(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getQueueEntryID()
Stringpublic void setQueueEntryID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRepeatPolicy()
Stringpublic void setRepeatPolicy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getResourceID()
Stringpublic void setResourceID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getAmount()
Doublepublic void setAmount(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Boolean getHold()
Booleanpublic void setHold(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2012. All Rights Reserved.