@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public class Pricing extends AbstractPt implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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> |
price |
comment, descriptiveName, generalID| Constructor and Description |
|---|
Pricing() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
Payment |
getPayment()
Gets the value of the payment property.
|
List<Price> |
getPrice()
Gets the value of the price property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setPayment(Payment value)
Sets the value of the payment property.
|
Pricing |
withComment(Collection<org.cip4.lib.xjdf.schema.Comment> values) |
Pricing |
withComment(org.cip4.lib.xjdf.schema.Comment... values) |
Pricing |
withDescriptiveName(String value) |
Pricing |
withGeneralID(Collection<org.cip4.lib.xjdf.schema.GeneralID> values) |
Pricing |
withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values) |
Pricing |
withPayment(Payment value) |
Pricing |
withPrice(Collection<Price> values) |
Pricing |
withPrice(Price... values) |
getComment, getDescriptiveName, getGeneralID, setDescriptiveName@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") protected Payment payment
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public Payment getPayment()
Payment@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public void setPayment(Payment value)
value - allowed object is
Payment@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public List<Price> getPrice()
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 price property.
For example, to add a new item, do as follows:
getPrice().add(newItem);
Objects of the following type(s) are allowed in the list
Price
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public Pricing withPayment(Payment value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public Pricing withPrice(Price... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public Pricing withPrice(Collection<Price> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public Pricing withComment(org.cip4.lib.xjdf.schema.Comment... values)
withComment in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public Pricing withComment(Collection<org.cip4.lib.xjdf.schema.Comment> values)
withComment in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public Pricing withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values)
withGeneralID in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public Pricing withGeneralID(Collection<org.cip4.lib.xjdf.schema.GeneralID> values)
withGeneralID in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public Pricing withDescriptiveName(String value)
withDescriptiveName in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
equals in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public int hashCode()
hashCode in class AbstractPtCopyright © 2016. All rights reserved.