public class ResourceQuParams 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"/>
</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 List<EnumClasses> |
classes |
protected Boolean |
exact |
protected String |
jobID |
protected String |
jobPartID |
protected String |
location |
protected String |
lotDetails |
protected String |
lotID |
protected List<Part> |
part |
protected String |
processUsage |
protected String |
productID |
protected String |
queueEntryID |
protected String |
resourceDetails |
protected String |
resourceID |
protected List<String> |
resourceName |
protected String |
usage |
| Constructor and Description |
|---|
ResourceQuParams() |
| Modifier and Type | Method and Description |
|---|---|
List<EnumClasses> |
getClasses()
Gets the value of the classes property.
|
String |
getJobID()
Gets the value of the jobID property.
|
String |
getJobPartID()
Gets the value of the jobPartID property.
|
String |
getLocation()
Gets the value of the location property.
|
String |
getLotDetails()
Gets the value of the lotDetails property.
|
String |
getLotID()
Gets the value of the lotID property.
|
List<Part> |
getPart()
Gets the value of the part property.
|
String |
getProcessUsage()
Gets the value of the processUsage property.
|
String |
getProductID()
Gets the value of the productID property.
|
String |
getQueueEntryID()
Gets the value of the queueEntryID property.
|
String |
getResourceDetails()
Gets the value of the resourceDetails property.
|
String |
getResourceID()
Gets the value of the resourceID property.
|
List<String> |
getResourceName()
Gets the value of the resourceName property.
|
String |
getUsage()
Gets the value of the usage property.
|
Boolean |
isExact()
Gets the value of the exact property.
|
void |
setExact(Boolean value)
Sets the value of the exact property.
|
void |
setJobID(String value)
Sets the value of the jobID property.
|
void |
setJobPartID(String value)
Sets the value of the jobPartID property.
|
void |
setLocation(String value)
Sets the value of the location property.
|
void |
setLotDetails(String value)
Sets the value of the lotDetails property.
|
void |
setLotID(String value)
Sets the value of the lotID property.
|
void |
setProcessUsage(String value)
Sets the value of the processUsage property.
|
void |
setProductID(String value)
Sets the value of the productID property.
|
void |
setQueueEntryID(String value)
Sets the value of the queueEntryID property.
|
void |
setResourceDetails(String value)
Sets the value of the resourceDetails property.
|
void |
setResourceID(String value)
Sets the value of the resourceID property.
|
void |
setUsage(String value)
Sets the value of the usage property.
|
protected String jobPartID
protected String jobID
protected String lotDetails
protected String usage
protected String queueEntryID
protected String lotID
protected String location
protected String productID
protected String resourceID
protected List<EnumClasses> classes
protected String resourceDetails
protected Boolean exact
protected String processUsage
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 String getJobPartID()
Stringpublic void setJobPartID(String value)
value - allowed object is
Stringpublic String getJobID()
Stringpublic void setJobID(String value)
value - allowed object is
Stringpublic String getLotDetails()
Stringpublic void setLotDetails(String value)
value - allowed object is
Stringpublic String getUsage()
Stringpublic void setUsage(String value)
value - allowed object is
Stringpublic String getQueueEntryID()
Stringpublic void setQueueEntryID(String value)
value - allowed object is
Stringpublic String getLotID()
Stringpublic void setLotID(String value)
value - allowed object is
Stringpublic List<String> getResourceName()
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 resourceName property.
For example, to add a new item, do as follows:
getResourceName().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getLocation()
Stringpublic void setLocation(String value)
value - allowed object is
Stringpublic String getProductID()
Stringpublic void setProductID(String value)
value - allowed object is
Stringpublic String getResourceID()
Stringpublic void setResourceID(String value)
value - allowed object is
Stringpublic 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 String getResourceDetails()
Stringpublic void setResourceDetails(String value)
value - allowed object is
Stringpublic Boolean isExact()
Booleanpublic void setExact(Boolean value)
value - allowed object is
Booleanpublic String getProcessUsage()
StringCopyright © 2013. All Rights Reserved.