public class QueueEntryPosParams 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="PrevQueueEntryID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="QueueEntryID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="Position" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="NextQueueEntryID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
nextQueueEntryID |
protected Integer |
position |
protected String |
prevQueueEntryID |
protected String |
queueEntryID |
| Constructor and Description |
|---|
QueueEntryPosParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNextQueueEntryID()
Gets the value of the nextQueueEntryID property.
|
Integer |
getPosition()
Gets the value of the position property.
|
String |
getPrevQueueEntryID()
Gets the value of the prevQueueEntryID property.
|
String |
getQueueEntryID()
Gets the value of the queueEntryID property.
|
void |
setNextQueueEntryID(String value)
Sets the value of the nextQueueEntryID property.
|
void |
setPosition(Integer value)
Sets the value of the position property.
|
void |
setPrevQueueEntryID(String value)
Sets the value of the prevQueueEntryID property.
|
void |
setQueueEntryID(String value)
Sets the value of the queueEntryID property.
|
protected String prevQueueEntryID
protected String queueEntryID
protected Integer position
protected String nextQueueEntryID
public String getPrevQueueEntryID()
Stringpublic void setPrevQueueEntryID(String value)
value - allowed object is
Stringpublic String getQueueEntryID()
Stringpublic void setQueueEntryID(String value)
value - allowed object is
Stringpublic Integer getPosition()
Integerpublic void setPosition(Integer value)
value - allowed object is
Integerpublic String getNextQueueEntryID()
StringCopyright © 2013. All Rights Reserved.