public class Queue 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}QueueEntry" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="DeviceID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="QueueSize" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="Status" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="DeviceRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
deviceID |
protected Object |
deviceRef |
protected List<QueueEntry> |
queueEntries |
protected Integer |
queueSize |
protected String |
status |
| Constructor and Description |
|---|
Queue() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeviceID()
Gets the value of the deviceID property.
|
Object |
getDeviceRef()
Gets the value of the deviceRef property.
|
List<QueueEntry> |
getQueueEntries()
Gets the value of the queueEntries property.
|
Integer |
getQueueSize()
Gets the value of the queueSize property.
|
String |
getStatus()
Gets the value of the status property.
|
void |
setDeviceID(String value)
Sets the value of the deviceID property.
|
void |
setDeviceRef(Object value)
Sets the value of the deviceRef property.
|
void |
setQueueSize(Integer value)
Sets the value of the queueSize property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
protected List<QueueEntry> queueEntries
protected String deviceID
protected Integer queueSize
protected String status
protected Object deviceRef
public List<QueueEntry> getQueueEntries()
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 queueEntries property.
For example, to add a new item, do as follows:
getQueueEntries().add(newItem);
Objects of the following type(s) are allowed in the list
QueueEntry
public String getDeviceID()
Stringpublic void setDeviceID(String value)
value - allowed object is
Stringpublic Integer getQueueSize()
Integerpublic void setQueueSize(Integer value)
value - allowed object is
Integerpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic Object getDeviceRef()
ObjectCopyright © 2012. All Rights Reserved.