public class Lot 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">
<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 Double |
actualAmount |
protected Double |
amount |
protected String |
consumption |
protected String |
lotID |
| Constructor and Description |
|---|
Lot() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getActualAmount()
Gets the value of the actualAmount property.
|
Double |
getAmount()
Gets the value of the amount property.
|
String |
getConsumption()
Gets the value of the consumption property.
|
String |
getLotID()
Gets the value of the lotID property.
|
void |
setActualAmount(Double value)
Sets the value of the actualAmount property.
|
void |
setAmount(Double value)
Sets the value of the amount property.
|
void |
setConsumption(String value)
Sets the value of the consumption property.
|
void |
setLotID(String value)
Sets the value of the lotID property.
|
protected String lotID
protected Double actualAmount
protected String consumption
protected Double amount
public String getLotID()
Stringpublic void setLotID(String value)
value - allowed object is
Stringpublic Double getActualAmount()
Doublepublic void setActualAmount(Double value)
value - allowed object is
Doublepublic String getConsumption()
Stringpublic void setConsumption(String value)
value - allowed object is
Stringpublic Double getAmount()
DoubleCopyright © 2013. All Rights Reserved.