public class Price extends AbstractPtA implements Serializable
Java class for Price complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Price">
<complexContent>
<extension base="{http://www.printtalk.org/schema_2_0}Abstract_pt_A">
<sequence>
<element name="Additional" type="{http://www.printtalk.org/schema_2_0}Additional" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Amount" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ItemRefs" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="LineID" type="{http://www.CIP4.org/JDFSchema_2_0}ID" />
<attribute name="LineIDRefs" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="Price" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Unit" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="UnitPrice" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Additional> |
additional |
protected Double |
amount |
protected List<String> |
itemRefs |
protected String |
lineID |
protected List<String> |
lineIDRefs |
protected Double |
price |
protected String |
unit |
protected Double |
unitPrice |
comment, descriptiveName, generalID| Constructor and Description |
|---|
Price() |
| Modifier and Type | Method and Description |
|---|---|
List<Additional> |
getAdditional()
Gets the value of the additional property.
|
Double |
getAmount()
Gets the value of the amount property.
|
List<String> |
getItemRefs()
Gets the value of the itemRefs property.
|
String |
getLineID()
Gets the value of the lineID property.
|
List<String> |
getLineIDRefs()
Gets the value of the lineIDRefs property.
|
Double |
getPrice()
Gets the value of the price property.
|
String |
getUnit()
Gets the value of the unit property.
|
Double |
getUnitPrice()
Gets the value of the unitPrice property.
|
void |
setAmount(Double value)
Sets the value of the amount property.
|
void |
setLineID(String value)
Sets the value of the lineID property.
|
void |
setPrice(Double value)
Sets the value of the price property.
|
void |
setUnit(String value)
Sets the value of the unit property.
|
void |
setUnitPrice(Double value)
Sets the value of the unitPrice property.
|
getComment, getDescriptiveName, getGeneralID, setDescriptiveNameprotected List<Additional> additional
protected Double amount
protected String lineID
protected Double price
protected String unit
protected Double unitPrice
public List<Additional> getAdditional()
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 additional property.
For example, to add a new item, do as follows:
getAdditional().add(newItem);
Objects of the following type(s) are allowed in the list
Additional
public Double getAmount()
Doublepublic void setAmount(Double value)
value - allowed object is
Doublepublic List<String> getItemRefs()
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 itemRefs property.
For example, to add a new item, do as follows:
getItemRefs().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getLineID()
Stringpublic void setLineID(String value)
value - allowed object is
Stringpublic List<String> getLineIDRefs()
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 lineIDRefs property.
For example, to add a new item, do as follows:
getLineIDRefs().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Double getPrice()
Doublepublic void setPrice(Double value)
value - allowed object is
Doublepublic String getUnit()
Stringpublic void setUnit(String value)
value - allowed object is
Stringpublic Double getUnitPrice()
DoubleCopyright © 2014. All Rights Reserved.