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>
<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"/>
</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 DateTime |
newerThan |
protected DateTime |
olderThan |
protected List<Part> |
part |
protected List<String> |
previewUsages |
protected List<QueueEntryDef> |
queueEntryDef |
protected String |
queueEntryDetails |
protected List<EnumStatusList> |
statusList |
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.
|
DateTime |
getNewerThan()
Gets the value of the newerThan property.
|
DateTime |
getOlderThan()
Gets the value of the olderThan property.
|
List<Part> |
getPart()
Gets the value of the part property.
|
List<String> |
getPreviewUsages()
Gets the value of the previewUsages property.
|
List<QueueEntryDef> |
getQueueEntryDef()
Gets the value of the queueEntryDef property.
|
String |
getQueueEntryDetails()
Gets the value of the queueEntryDetails property.
|
List<EnumStatusList> |
getStatusList()
Gets the value of the statusList 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(DateTime value)
Sets the value of the newerThan property.
|
void |
setOlderThan(DateTime 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> queueEntryDef
protected DateTime olderThan
protected String upgradeGranularity
protected Integer maxEntries
protected String jobPartID
protected String jobID
protected DateTime newerThan
protected String queueEntryDetails
protected List<EnumStatusList> statusList
protected Object deviceRef
public List<Part> getPart()
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 part property.
For example, to add a new item, do as follows:
getPart().add(newItem);
Objects of the following type(s) are allowed in the list
Part
public List<QueueEntryDef> getQueueEntryDef()
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 queueEntryDef property.
For example, to add a new item, do as follows:
getQueueEntryDef().add(newItem);
Objects of the following type(s) are allowed in the list
QueueEntryDef
public DateTime getOlderThan()
Stringpublic void setOlderThan(DateTime 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 DateTime getNewerThan()
Stringpublic void setNewerThan(DateTime 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> getStatusList()
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 statusList property.
For example, to add a new item, do as follows:
getStatusList().add(newItem);
Objects of the following type(s) are allowed in the list
EnumStatusList
public Object getDeviceRef()
ObjectCopyright © 2013. All Rights Reserved.