public class QueueFilter 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}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 Object |
deviceRef |
protected List<String> |
gangNames |
protected String |
jobID |
protected String |
jobPartID |
protected Integer |
maxEntries |
protected String |
newerThan |
protected String |
olderThan |
protected List<Part> |
parts |
protected List<String> |
previewUsages |
protected String |
queueEntryDetails |
protected List<QueueEntryDef> |
queueEntryDeves |
protected List<EnumStatusList> |
statusLists |
protected String |
upgradeGranularity |
| Constructor and Description |
|---|
QueueFilter() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDeviceRef()
Gets the value of the deviceRef property.
|
List<String> |
getGangNames()
Gets the value of the gangNames property.
|
String |
getJobID()
Gets the value of the jobID property.
|
String |
getJobPartID()
Gets the value of the jobPartID property.
|
Integer |
getMaxEntries()
Gets the value of the maxEntries property.
|
String |
getNewerThan()
Gets the value of the newerThan property.
|
String |
getOlderThan()
Gets the value of the olderThan property.
|
List<Part> |
getParts()
Gets the value of the parts property.
|
List<String> |
getPreviewUsages()
Gets the value of the previewUsages property.
|
String |
getQueueEntryDetails()
Gets the value of the queueEntryDetails property.
|
List<QueueEntryDef> |
getQueueEntryDeves()
Gets the value of the queueEntryDeves property.
|
List<EnumStatusList> |
getStatusLists()
Gets the value of the statusLists property.
|
String |
getUpgradeGranularity()
Gets the value of the upgradeGranularity property.
|
void |
setDeviceRef(Object value)
Sets the value of the deviceRef property.
|
void |
setJobID(String value)
Sets the value of the jobID property.
|
void |
setJobPartID(String value)
Sets the value of the jobPartID property.
|
void |
setMaxEntries(Integer value)
Sets the value of the maxEntries property.
|
void |
setNewerThan(String value)
Sets the value of the newerThan property.
|
void |
setOlderThan(String value)
Sets the value of the olderThan property.
|
void |
setQueueEntryDetails(String value)
Sets the value of the queueEntryDetails property.
|
void |
setUpgradeGranularity(String value)
Sets the value of the upgradeGranularity property.
|
protected List<QueueEntryDef> queueEntryDeves
protected String olderThan
protected String upgradeGranularity
protected Integer maxEntries
protected String jobPartID
protected String jobID
protected String newerThan
protected String queueEntryDetails
protected List<EnumStatusList> statusLists
protected Object deviceRef
public 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 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 String getOlderThan()
Stringpublic void setOlderThan(String value)
value - allowed object is
Stringpublic String getUpgradeGranularity()
Stringpublic void setUpgradeGranularity(String value)
value - allowed object is
Stringpublic Integer getMaxEntries()
Integerpublic void setMaxEntries(Integer value)
value - allowed object is
Integerpublic String getJobPartID()
Stringpublic void setJobPartID(String value)
value - allowed object is
Stringpublic String getJobID()
Stringpublic void setJobID(String value)
value - allowed object is
Stringpublic List<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 String getNewerThan()
Stringpublic void setNewerThan(String value)
value - allowed object is
Stringpublic List<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 String getQueueEntryDetails()
Stringpublic void setQueueEntryDetails(String value)
value - allowed object is
Stringpublic 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 Object getDeviceRef()
ObjectCopyright © 2012. All Rights Reserved.