public class Queue
extends java.lang.Object
implements java.io.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 java.lang.String |
deviceID |
protected java.lang.Object |
deviceRef |
protected java.util.List<QueueEntry> |
queueEntries |
protected java.lang.Integer |
queueSize |
protected java.lang.String |
status |
| Constructor and Description |
|---|
Queue() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDeviceID()
Gets the value of the deviceID property.
|
java.lang.Object |
getDeviceRef()
Gets the value of the deviceRef property.
|
java.util.List<QueueEntry> |
getQueueEntries()
Gets the value of the queueEntries property.
|
java.lang.Integer |
getQueueSize()
Gets the value of the queueSize property.
|
java.lang.String |
getStatus()
Gets the value of the status property.
|
void |
setDeviceID(java.lang.String value)
Sets the value of the deviceID property.
|
void |
setDeviceRef(java.lang.Object value)
Sets the value of the deviceRef property.
|
void |
setQueueSize(java.lang.Integer value)
Sets the value of the queueSize property.
|
void |
setStatus(java.lang.String value)
Sets the value of the status property.
|
protected java.util.List<QueueEntry> queueEntries
protected java.lang.String deviceID
protected java.lang.Integer queueSize
protected java.lang.String status
protected java.lang.Object deviceRef
public java.util.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 java.lang.String getDeviceID()
Stringpublic void setDeviceID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getQueueSize()
Integerpublic void setQueueSize(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getStatus()
Stringpublic void setStatus(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getDeviceRef()
Objectpublic void setDeviceRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.