public class ResourceCmdParams 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}MISDetails" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Resource" maxOccurs="unbounded" minOccurs="0"/>
</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 String |
activation |
protected Boolean |
exact |
protected String |
jobID |
protected String |
jobPartID |
protected List<MISDetails> |
misDetails |
protected List<Part> |
part |
protected String |
processUsage |
protected String |
productID |
protected Double |
productionAmount |
protected String |
queueEntryID |
protected List<Resource> |
resource |
protected String |
resourceID |
protected String |
resourceName |
protected EnumResStatus |
status |
protected List<String> |
updateIDs |
protected String |
updateMethod |
| Constructor and Description |
|---|
ResourceCmdParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivation()
Gets the value of the activation property.
|
String |
getJobID()
Gets the value of the jobID property.
|
String |
getJobPartID()
Gets the value of the jobPartID property.
|
List<MISDetails> |
getMISDetails()
Gets the value of the misDetails 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.
|
Double |
getProductionAmount()
Gets the value of the productionAmount property.
|
String |
getQueueEntryID()
Gets the value of the queueEntryID property.
|
List<Resource> |
getResource()
Gets the value of the resource property.
|
String |
getResourceID()
Gets the value of the resourceID property.
|
String |
getResourceName()
Gets the value of the resourceName property.
|
EnumResStatus |
getStatus()
Gets the value of the status property.
|
List<String> |
getUpdateIDs()
Gets the value of the updateIDs property.
|
String |
getUpdateMethod()
Gets the value of the updateMethod property.
|
Boolean |
isExact()
Gets the value of the exact property.
|
void |
setActivation(String value)
Sets the value of the activation 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 |
setProcessUsage(String value)
Sets the value of the processUsage property.
|
void |
setProductID(String value)
Sets the value of the productID property.
|
void |
setProductionAmount(Double value)
Sets the value of the productionAmount property.
|
void |
setQueueEntryID(String value)
Sets the value of the queueEntryID property.
|
void |
setResourceID(String value)
Sets the value of the resourceID property.
|
void |
setResourceName(String value)
Sets the value of the resourceName property.
|
void |
setStatus(EnumResStatus value)
Sets the value of the status property.
|
void |
setUpdateMethod(String value)
Sets the value of the updateMethod property.
|
protected List<MISDetails> misDetails
protected String updateMethod
protected String jobPartID
protected String jobID
protected Double productionAmount
protected EnumResStatus status
protected String queueEntryID
protected String resourceName
protected String productID
protected String resourceID
protected String processUsage
protected Boolean exact
protected String activation
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<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 List<Resource> getResource()
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 resource property.
For example, to add a new item, do as follows:
getResource().add(newItem);
Objects of the following type(s) are allowed in the list
Resource
public String getUpdateMethod()
Stringpublic void setUpdateMethod(String value)
value - allowed object is
Stringpublic String getJobPartID()
Stringpublic void setJobPartID(String value)
value - allowed object is
Stringpublic String getJobID()
Stringpublic void setJobID(String value)
value - allowed object is
Stringpublic Double getProductionAmount()
Doublepublic void setProductionAmount(Double value)
value - allowed object is
Doublepublic List<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 String getQueueEntryID()
Stringpublic void setQueueEntryID(String value)
value - allowed object is
Stringpublic String getResourceName()
Stringpublic void setResourceName(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 String getProcessUsage()
Stringpublic void setProcessUsage(String value)
value - allowed object is
Stringpublic Boolean isExact()
Booleanpublic void setExact(Boolean value)
value - allowed object is
Booleanpublic String getActivation()
StringCopyright © 2013. All Rights Reserved.