public class Lot
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">
<attribute name="LotID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ActualAmount" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Consumption" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Amount" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Double |
actualAmount |
protected java.lang.Double |
amount |
protected java.lang.String |
consumption |
protected java.lang.String |
lotID |
| Constructor and Description |
|---|
Lot() |
| 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.String |
getConsumption()
Gets the value of the consumption property.
|
java.lang.String |
getLotID()
Gets the value of the lotID 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 |
setConsumption(java.lang.String value)
Sets the value of the consumption property.
|
void |
setLotID(java.lang.String value)
Sets the value of the lotID property.
|
protected java.lang.String lotID
protected java.lang.Double actualAmount
protected java.lang.String consumption
protected java.lang.Double amount
public java.lang.String getLotID()
Stringpublic void setLotID(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 getConsumption()
Stringpublic void setConsumption(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getAmount()
Doublepublic void setAmount(java.lang.Double value)
value - allowed object is
DoubleCopyright © 2012. All Rights Reserved.