public class ResourceInfo
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}Lot" 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}CostCenter" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Resource" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="Level" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="CommandResult" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Status" type="{http://www.CIP4.org/JDFSchema_2_0}EnumResStatus" />
<attribute name="Usage" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Unit" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ModuleID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ResourceName" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Location" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ActualAmount" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<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="AvailableAmount" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="LotControlled" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="Amount" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ModuleIndex" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRangeList" />
<attribute name="ProcessUsage" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Double |
actualAmount |
protected java.lang.Double |
amount |
protected java.lang.Double |
availableAmount |
protected java.lang.String |
commandResult |
protected java.util.List<CostCenter> |
costCenters |
protected java.lang.String |
level |
protected java.lang.String |
location |
protected java.lang.Boolean |
lotControlled |
protected java.util.List<Lot> |
lots |
protected java.util.List<MISDetails> |
misDetails |
protected java.lang.String |
moduleID |
protected java.lang.Integer |
moduleIndex |
protected java.util.List<Part> |
parts |
protected java.lang.String |
processUsage |
protected java.lang.String |
productID |
protected java.lang.String |
resourceID |
protected java.lang.String |
resourceName |
protected java.util.List<Resource> |
resources |
protected EnumResStatus |
status |
protected java.lang.String |
unit |
protected java.lang.String |
usage |
| Constructor and Description |
|---|
ResourceInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getActualAmount()
Gets the value of the actualAmount property.
|
java.lang.Double |
getAmount()
Gets the value of the amount property.
|
java.lang.Double |
getAvailableAmount()
Gets the value of the availableAmount property.
|
java.lang.String |
getCommandResult()
Gets the value of the commandResult property.
|
java.util.List<CostCenter> |
getCostCenters()
Gets the value of the costCenters property.
|
java.lang.String |
getLevel()
Gets the value of the level property.
|
java.lang.String |
getLocation()
Gets the value of the location property.
|
java.lang.Boolean |
getLotControlled()
Gets the value of the lotControlled property.
|
java.util.List<Lot> |
getLots()
Gets the value of the lots property.
|
java.util.List<MISDetails> |
getMISDetails()
Gets the value of the misDetails property.
|
java.lang.String |
getModuleID()
Gets the value of the moduleID property.
|
java.lang.Integer |
getModuleIndex()
Gets the value of the moduleIndex 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 |
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.lang.String |
getUnit()
Gets the value of the unit property.
|
java.lang.String |
getUsage()
Gets the value of the usage property.
|
void |
setActualAmount(java.lang.Double value)
Sets the value of the actualAmount property.
|
void |
setAmount(java.lang.Double value)
Sets the value of the amount property.
|
void |
setAvailableAmount(java.lang.Double value)
Sets the value of the availableAmount property.
|
void |
setCommandResult(java.lang.String value)
Sets the value of the commandResult property.
|
void |
setLevel(java.lang.String value)
Sets the value of the level property.
|
void |
setLocation(java.lang.String value)
Sets the value of the location property.
|
void |
setLotControlled(java.lang.Boolean value)
Sets the value of the lotControlled property.
|
void |
setModuleID(java.lang.String value)
Sets the value of the moduleID property.
|
void |
setModuleIndex(java.lang.Integer value)
Sets the value of the moduleIndex 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 |
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 |
setUnit(java.lang.String value)
Sets the value of the unit property.
|
void |
setUsage(java.lang.String value)
Sets the value of the usage property.
|
protected java.util.List<Resource> resources
protected java.util.List<CostCenter> costCenters
protected java.util.List<MISDetails> misDetails
protected java.util.List<Lot> lots
protected java.util.List<Part> parts
protected java.lang.String level
protected java.lang.String commandResult
protected EnumResStatus status
protected java.lang.String usage
protected java.lang.String unit
protected java.lang.String moduleID
protected java.lang.String resourceName
protected java.lang.String location
protected java.lang.Double actualAmount
protected java.lang.String productID
protected java.lang.String resourceID
protected java.lang.Double availableAmount
protected java.lang.Boolean lotControlled
protected java.lang.Double amount
protected java.lang.Integer moduleIndex
protected java.lang.String processUsage
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<CostCenter> getCostCenters()
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 costCenters property.
For example, to add a new item, do as follows:
getCostCenters().add(newItem);
Objects of the following type(s) are allowed in the list
CostCenter
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<Lot> getLots()
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 lots property.
For example, to add a new item, do as follows:
getLots().add(newItem);
Objects of the following type(s) are allowed in the list
Lot
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 getLevel()
Stringpublic void setLevel(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCommandResult()
Stringpublic void setCommandResult(java.lang.String value)
value - allowed object is
Stringpublic EnumResStatus getStatus()
EnumResStatuspublic void setStatus(EnumResStatus value)
value - allowed object is
EnumResStatuspublic java.lang.String getUsage()
Stringpublic void setUsage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUnit()
Stringpublic void setUnit(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getModuleID()
Stringpublic void setModuleID(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 getLocation()
Stringpublic void setLocation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getActualAmount()
Doublepublic void setActualAmount(java.lang.Double value)
value - allowed object is
Doublepublic 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.Double getAvailableAmount()
Doublepublic void setAvailableAmount(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Boolean getLotControlled()
Booleanpublic void setLotControlled(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Double getAmount()
Doublepublic void setAmount(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Integer getModuleIndex()
Integerpublic void setModuleIndex(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getProcessUsage()
Stringpublic void setProcessUsage(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.