public class QueueFilter
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}Part" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}QueueEntryDef" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="OlderThan" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="UpgradeGranularity" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="MaxEntries" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="JobPartID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="JobID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="PreviewUsages">
<simpleType>
<list itemType="{http://www.CIP4.org/JDFSchema_2_0}EnumPreviewUsages" />
</simpleType>
</attribute>
<attribute name="NewerThan" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="GangNames" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="QueueEntryDetails" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="StatusList">
<simpleType>
<list itemType="{http://www.CIP4.org/JDFSchema_2_0}EnumStatusList" />
</simpleType>
</attribute>
<attribute name="DeviceRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
deviceRef |
protected java.util.List<java.lang.String> |
gangNames |
protected java.lang.String |
jobID |
protected java.lang.String |
jobPartID |
protected java.lang.Integer |
maxEntries |
protected java.lang.String |
newerThan |
protected java.lang.String |
olderThan |
protected java.util.List<Part> |
parts |
protected java.util.List<java.lang.String> |
previewUsages |
protected java.lang.String |
queueEntryDetails |
protected java.util.List<QueueEntryDef> |
queueEntryDeves |
protected java.util.List<EnumStatusList> |
statusLists |
protected java.lang.String |
upgradeGranularity |
| Constructor and Description |
|---|
QueueFilter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getDeviceRef()
Gets the value of the deviceRef property.
|
java.util.List<java.lang.String> |
getGangNames()
Gets the value of the gangNames property.
|
java.lang.String |
getJobID()
Gets the value of the jobID property.
|
java.lang.String |
getJobPartID()
Gets the value of the jobPartID property.
|
java.lang.Integer |
getMaxEntries()
Gets the value of the maxEntries property.
|
java.lang.String |
getNewerThan()
Gets the value of the newerThan property.
|
java.lang.String |
getOlderThan()
Gets the value of the olderThan property.
|
java.util.List<Part> |
getParts()
Gets the value of the parts property.
|
java.util.List<java.lang.String> |
getPreviewUsages()
Gets the value of the previewUsages property.
|
java.lang.String |
getQueueEntryDetails()
Gets the value of the queueEntryDetails property.
|
java.util.List<QueueEntryDef> |
getQueueEntryDeves()
Gets the value of the queueEntryDeves property.
|
java.util.List<EnumStatusList> |
getStatusLists()
Gets the value of the statusLists property.
|
java.lang.String |
getUpgradeGranularity()
Gets the value of the upgradeGranularity property.
|
void |
setDeviceRef(java.lang.Object value)
Sets the value of the deviceRef property.
|
void |
setJobID(java.lang.String value)
Sets the value of the jobID property.
|
void |
setJobPartID(java.lang.String value)
Sets the value of the jobPartID property.
|
void |
setMaxEntries(java.lang.Integer value)
Sets the value of the maxEntries property.
|
void |
setNewerThan(java.lang.String value)
Sets the value of the newerThan property.
|
void |
setOlderThan(java.lang.String value)
Sets the value of the olderThan property.
|
void |
setQueueEntryDetails(java.lang.String value)
Sets the value of the queueEntryDetails property.
|
void |
setUpgradeGranularity(java.lang.String value)
Sets the value of the upgradeGranularity property.
|
protected java.util.List<QueueEntryDef> queueEntryDeves
protected java.util.List<Part> parts
protected java.lang.String olderThan
protected java.lang.String upgradeGranularity
protected java.lang.Integer maxEntries
protected java.lang.String jobPartID
protected java.lang.String jobID
protected java.util.List<java.lang.String> previewUsages
protected java.lang.String newerThan
protected java.util.List<java.lang.String> gangNames
protected java.lang.String queueEntryDetails
protected java.util.List<EnumStatusList> statusLists
protected java.lang.Object deviceRef
public java.util.List<QueueEntryDef> getQueueEntryDeves()
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 queueEntryDeves property.
For example, to add a new item, do as follows:
getQueueEntryDeves().add(newItem);
Objects of the following type(s) are allowed in the list
QueueEntryDef
public java.util.List<Part> getParts()
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 parts property.
For example, to add a new item, do as follows:
getParts().add(newItem);
Objects of the following type(s) are allowed in the list
Part
public java.lang.String getOlderThan()
Stringpublic void setOlderThan(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUpgradeGranularity()
Stringpublic void setUpgradeGranularity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getMaxEntries()
Integerpublic void setMaxEntries(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getJobPartID()
Stringpublic void setJobPartID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJobID()
Stringpublic void setJobID(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getPreviewUsages()
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 previewUsages property.
For example, to add a new item, do as follows:
getPreviewUsages().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getNewerThan()
Stringpublic void setNewerThan(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getGangNames()
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 gangNames property.
For example, to add a new item, do as follows:
getGangNames().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getQueueEntryDetails()
Stringpublic void setQueueEntryDetails(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<EnumStatusList> getStatusLists()
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 statusLists property.
For example, to add a new item, do as follows:
getStatusLists().add(newItem);
Objects of the following type(s) are allowed in the list
EnumStatusList
public java.lang.Object getDeviceRef()
Objectpublic void setDeviceRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.