public class QueueEntryPriParams 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" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
priority |
protected String |
queueEntryID |
| Constructor and Description |
|---|
QueueEntryPriParams() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getPriority()
Gets the value of the priority property.
|
String |
getQueueEntryID()
Gets the value of the queueEntryID property.
|
void |
setPriority(Integer value)
Sets the value of the priority property.
|
void |
setQueueEntryID(String value)
Sets the value of the queueEntryID property.
|
public Integer getPriority()
Integerpublic void setPriority(Integer value)
value - allowed object is
Integerpublic String getQueueEntryID()
StringCopyright © 2013. All Rights Reserved.