public class ReturnQueueEntryParams 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">
<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="URL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="Aborted" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="Completed" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
aborted |
protected List<String> |
completed |
protected Integer |
priority |
protected String |
queueEntryID |
protected String |
url |
| Constructor and Description |
|---|
ReturnQueueEntryParams() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAborted()
Gets the value of the aborted property.
|
List<String> |
getCompleted()
Gets the value of the completed property.
|
Integer |
getPriority()
Gets the value of the priority property.
|
String |
getQueueEntryID()
Gets the value of the queueEntryID property.
|
String |
getURL()
Gets the value of the url property.
|
void |
setPriority(Integer value)
Sets the value of the priority property.
|
void |
setQueueEntryID(String value)
Sets the value of the queueEntryID property.
|
void |
setURL(String value)
Sets the value of the url property.
|
protected Integer priority
protected String queueEntryID
protected String url
public Integer getPriority()
Integerpublic void setPriority(Integer value)
value - allowed object is
Integerpublic String getQueueEntryID()
Stringpublic void setQueueEntryID(String value)
value - allowed object is
Stringpublic void setURL(String value)
value - allowed object is
Stringpublic List<String> getAborted()
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 aborted property.
For example, to add a new item, do as follows:
getAborted().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getCompleted()
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 completed property.
For example, to add a new item, do as follows:
getCompleted().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2013. All Rights Reserved.