public class ResourceQuParams
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"/>
</choice>
</sequence>
<attribute name="JobPartID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="JobID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="LotDetails" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Usage" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="QueueEntryID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="LotID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ResourceName" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="Location" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ProductID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="ResourceID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Classes">
<simpleType>
<list itemType="{http://www.CIP4.org/JDFSchema_2_0}EnumClasses" />
</simpleType>
</attribute>
<attribute name="ResourceDetails" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Exact" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="ProcessUsage" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<EnumClasses> |
classes |
protected java.lang.Boolean |
exact |
protected java.lang.String |
jobID |
protected java.lang.String |
jobPartID |
protected java.lang.String |
location |
protected java.lang.String |
lotDetails |
protected java.lang.String |
lotID |
protected java.util.List<Part> |
parts |
protected java.lang.String |
processUsage |
protected java.lang.String |
productID |
protected java.lang.String |
queueEntryID |
protected java.lang.String |
resourceDetails |
protected java.lang.String |
resourceID |
protected java.util.List<java.lang.String> |
resourceNames |
protected java.lang.String |
usage |
| Constructor and Description |
|---|
ResourceQuParams() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EnumClasses> |
getClasses()
Gets the value of the classes property.
|
java.lang.Boolean |
getExact()
Gets the value of the exact 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.String |
getLocation()
Gets the value of the location property.
|
java.lang.String |
getLotDetails()
Gets the value of the lotDetails property.
|
java.lang.String |
getLotID()
Gets the value of the lotID property.
|
java.util.List<Part> |
getParts()
Gets the value of the parts property.
|
java.lang.String |
getProcessUsage()
Gets the value of the processUsage property.
|
java.lang.String |
getProductID()
Gets the value of the productID property.
|
java.lang.String |
getQueueEntryID()
Gets the value of the queueEntryID property.
|
java.lang.String |
getResourceDetails()
Gets the value of the resourceDetails property.
|
java.lang.String |
getResourceID()
Gets the value of the resourceID property.
|
java.util.List<java.lang.String> |
getResourceNames()
Gets the value of the resourceNames property.
|
java.lang.String |
getUsage()
Gets the value of the usage property.
|
void |
setExact(java.lang.Boolean value)
Sets the value of the exact 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 |
setLocation(java.lang.String value)
Sets the value of the location property.
|
void |
setLotDetails(java.lang.String value)
Sets the value of the lotDetails property.
|
void |
setLotID(java.lang.String value)
Sets the value of the lotID property.
|
void |
setProcessUsage(java.lang.String value)
Sets the value of the processUsage property.
|
void |
setProductID(java.lang.String value)
Sets the value of the productID property.
|
void |
setQueueEntryID(java.lang.String value)
Sets the value of the queueEntryID property.
|
void |
setResourceDetails(java.lang.String value)
Sets the value of the resourceDetails property.
|
void |
setResourceID(java.lang.String value)
Sets the value of the resourceID property.
|
void |
setUsage(java.lang.String value)
Sets the value of the usage property.
|
protected java.util.List<Part> parts
protected java.lang.String jobPartID
protected java.lang.String jobID
protected java.lang.String lotDetails
protected java.lang.String usage
protected java.lang.String queueEntryID
protected java.lang.String lotID
protected java.util.List<java.lang.String> resourceNames
protected java.lang.String location
protected java.lang.String productID
protected java.lang.String resourceID
protected java.util.List<EnumClasses> classes
protected java.lang.String resourceDetails
protected java.lang.Boolean exact
protected java.lang.String processUsage
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 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.lang.String getLotDetails()
Stringpublic void setLotDetails(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUsage()
Stringpublic void setUsage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getQueueEntryID()
Stringpublic void setQueueEntryID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLotID()
Stringpublic void setLotID(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getResourceNames()
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 resourceNames property.
For example, to add a new item, do as follows:
getResourceNames().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getLocation()
Stringpublic void setLocation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProductID()
Stringpublic void setProductID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getResourceID()
Stringpublic void setResourceID(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<EnumClasses> getClasses()
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 classes property.
For example, to add a new item, do as follows:
getClasses().add(newItem);
Objects of the following type(s) are allowed in the list
EnumClasses
public java.lang.String getResourceDetails()
Stringpublic void setResourceDetails(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getExact()
Booleanpublic void setExact(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getProcessUsage()
Stringpublic void setProcessUsage(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.