public class ResourcePullParams 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}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 Double |
amount |
protected List<Disposition> |
dispositions |
protected Boolean |
hold |
protected String |
jobID |
protected List<MISDetails> |
misDetails |
protected String |
nextQueueEntryID |
protected List<Part> |
parts |
protected String |
prevQueueEntryID |
protected Integer |
priority |
protected String |
queueEntryID |
protected String |
repeatPolicy |
protected String |
resourceID |
protected String |
returnURL |
protected String |
watchURL |
| Constructor and Description |
|---|
ResourcePullParams() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAmount()
Gets the value of the amount property.
|
List<Disposition> |
getDispositions()
Gets the value of the dispositions property.
|
Boolean |
getHold()
Gets the value of the hold property.
|
String |
getJobID()
Gets the value of the jobID property.
|
List<MISDetails> |
getMISDetails()
Gets the value of the misDetails property.
|
String |
getNextQueueEntryID()
Gets the value of the nextQueueEntryID property.
|
List<Part> |
getParts()
Gets the value of the parts property.
|
String |
getPrevQueueEntryID()
Gets the value of the prevQueueEntryID property.
|
Integer |
getPriority()
Gets the value of the priority property.
|
String |
getQueueEntryID()
Gets the value of the queueEntryID property.
|
String |
getRepeatPolicy()
Gets the value of the repeatPolicy property.
|
String |
getResourceID()
Gets the value of the resourceID property.
|
String |
getReturnURL()
Gets the value of the returnURL property.
|
String |
getWatchURL()
Gets the value of the watchURL property.
|
void |
setAmount(Double value)
Sets the value of the amount property.
|
void |
setHold(Boolean value)
Sets the value of the hold property.
|
void |
setJobID(String value)
Sets the value of the jobID 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 |
setQueueEntryID(String value)
Sets the value of the queueEntryID property.
|
void |
setRepeatPolicy(String value)
Sets the value of the repeatPolicy property.
|
void |
setResourceID(String value)
Sets the value of the resourceID property.
|
void |
setReturnURL(String value)
Sets the value of the returnURL property.
|
void |
setWatchURL(String value)
Sets the value of the watchURL property.
|
protected List<MISDetails> misDetails
protected List<Disposition> dispositions
protected String returnURL
protected String watchURL
protected String prevQueueEntryID
protected String jobID
protected String nextQueueEntryID
protected Integer priority
protected String queueEntryID
protected String repeatPolicy
protected String resourceID
protected Double amount
protected Boolean hold
public 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 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 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 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 String getJobID()
Stringpublic void setJobID(String value)
value - allowed object is
Stringpublic String getNextQueueEntryID()
Stringpublic void setNextQueueEntryID(String value)
value - allowed object is
Stringpublic Integer getPriority()
Integerpublic void setPriority(Integer value)
value - allowed object is
Integerpublic String getQueueEntryID()
Stringpublic void setQueueEntryID(String value)
value - allowed object is
Stringpublic String getRepeatPolicy()
Stringpublic void setRepeatPolicy(String value)
value - allowed object is
Stringpublic String getResourceID()
Stringpublic void setResourceID(String value)
value - allowed object is
Stringpublic Double getAmount()
Doublepublic void setAmount(Double value)
value - allowed object is
Doublepublic Boolean getHold()
BooleanCopyright © 2012. All Rights Reserved.