public class Pricing extends AbstractPt implements Serializable
Java class for Pricing complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Pricing">
<complexContent>
<extension base="{http://www.printtalk.org/schema_2_0}Abstract_pt">
<sequence>
<element name="Payment" type="{http://www.printtalk.org/schema_2_0}Payment" minOccurs="0"/>
<element name="Price" type="{http://www.printtalk.org/schema_2_0}Price" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Payment |
payment |
protected List<Price> |
prices |
comments, descriptiveName, generalIDs| Constructor and Description |
|---|
Pricing() |
| Modifier and Type | Method and Description |
|---|---|
Payment |
getPayment()
Gets the value of the payment property.
|
List<Price> |
getPrices()
Gets the value of the prices property.
|
void |
setPayment(Payment value)
Sets the value of the payment property.
|
getComments, getDescriptiveName, getGeneralIDs, setDescriptiveNamepublic Payment getPayment()
Paymentpublic void setPayment(Payment value)
value - allowed object is
Paymentpublic List<Price> getPrices()
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 prices property.
For example, to add a new item, do as follows:
getPrices().add(newItem);
Objects of the following type(s) are allowed in the list
Price
Copyright © 2012. All Rights Reserved.