public class Additional extends AbstractPt implements Serializable
Java class for Additional complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Additional">
<complexContent>
<extension base="{http://www.printtalk.org/schema_2_0}Abstract_pt">
<attribute name="Amount" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Price" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
amount |
protected double |
price |
comment, descriptiveName, generalID| Constructor and Description |
|---|
Additional() |
| Modifier and Type | Method and Description |
|---|---|
double |
getAmount()
Gets the value of the amount property.
|
double |
getPrice()
Gets the value of the price property.
|
void |
setAmount(double value)
Sets the value of the amount property.
|
void |
setPrice(double value)
Sets the value of the price property.
|
getComment, getDescriptiveName, getGeneralID, setDescriptiveNamepublic double getAmount()
public void setAmount(double value)
public double getPrice()
public void setPrice(double value)
Copyright © 2013. All Rights Reserved.