public class ResourceCmdParams
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}MISDetails" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Resource" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="UpdateMethod" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<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="ProductionAmount" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="UpdateIDs" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="Status" type="{http://www.CIP4.org/JDFSchema_2_0}EnumResStatus" />
<attribute name="QueueEntryID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="ResourceName" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<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="ProcessUsage" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Exact" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="Activation" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
activation |
protected java.lang.Boolean |
exact |
protected java.lang.String |
jobID |
protected java.lang.String |
jobPartID |
protected java.util.List<MISDetails> |
misDetails |
protected java.util.List<Part> |
parts |
protected java.lang.String |
processUsage |
protected java.lang.String |
productID |
protected java.lang.Double |
productionAmount |
protected java.lang.String |
queueEntryID |
protected java.lang.String |
resourceID |
protected java.lang.String |
resourceName |
protected java.util.List<Resource> |
resources |
protected EnumResStatus |
status |
protected java.util.List<java.lang.String> |
updateIDs |
protected java.lang.String |
updateMethod |
| Constructor and Description |
|---|
ResourceCmdParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActivation()
Gets the value of the activation 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.util.List<MISDetails> |
getMISDetails()
Gets the value of the misDetails 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.Double |
getProductionAmount()
Gets the value of the productionAmount property.
|
java.lang.String |
getQueueEntryID()
Gets the value of the queueEntryID property.
|
java.lang.String |
getResourceID()
Gets the value of the resourceID property.
|
java.lang.String |
getResourceName()
Gets the value of the resourceName property.
|
java.util.List<Resource> |
getResources()
Gets the value of the resources property.
|
EnumResStatus |
getStatus()
Gets the value of the status property.
|
java.util.List<java.lang.String> |
getUpdateIDs()
Gets the value of the updateIDs property.
|
java.lang.String |
getUpdateMethod()
Gets the value of the updateMethod property.
|
void |
setActivation(java.lang.String value)
Sets the value of the activation 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 |
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 |
setProductionAmount(java.lang.Double value)
Sets the value of the productionAmount property.
|
void |
setQueueEntryID(java.lang.String value)
Sets the value of the queueEntryID property.
|
void |
setResourceID(java.lang.String value)
Sets the value of the resourceID property.
|
void |
setResourceName(java.lang.String value)
Sets the value of the resourceName property.
|
void |
setStatus(EnumResStatus value)
Sets the value of the status property.
|
void |
setUpdateMethod(java.lang.String value)
Sets the value of the updateMethod property.
|
protected java.util.List<Resource> resources
protected java.util.List<MISDetails> misDetails
protected java.util.List<Part> parts
protected java.lang.String updateMethod
protected java.lang.String jobPartID
protected java.lang.String jobID
protected java.lang.Double productionAmount
protected java.util.List<java.lang.String> updateIDs
protected EnumResStatus status
protected java.lang.String queueEntryID
protected java.lang.String resourceName
protected java.lang.String productID
protected java.lang.String resourceID
protected java.lang.String processUsage
protected java.lang.Boolean exact
protected java.lang.String activation
public java.util.List<Resource> getResources()
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 resources property.
For example, to add a new item, do as follows:
getResources().add(newItem);
Objects of the following type(s) are allowed in the list
Resource
public java.util.List<MISDetails> getMISDetails()
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 misDetails property.
For example, to add a new item, do as follows:
getMISDetails().add(newItem);
Objects of the following type(s) are allowed in the list
MISDetails
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 getUpdateMethod()
Stringpublic void setUpdateMethod(java.lang.String value)
value - allowed object is
Stringpublic 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.Double getProductionAmount()
Doublepublic void setProductionAmount(java.lang.Double value)
value - allowed object is
Doublepublic java.util.List<java.lang.String> getUpdateIDs()
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 updateIDs property.
For example, to add a new item, do as follows:
getUpdateIDs().add(newItem);
Objects of the following type(s) are allowed in the list
String
public EnumResStatus getStatus()
EnumResStatuspublic void setStatus(EnumResStatus value)
value - allowed object is
EnumResStatuspublic java.lang.String getQueueEntryID()
Stringpublic void setQueueEntryID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getResourceName()
Stringpublic void setResourceName(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.lang.String getProcessUsage()
Stringpublic void setProcessUsage(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 getActivation()
Stringpublic void setActivation(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.