@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public class Pricing
extends AbstractPt
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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 java.util.List<Price> |
price |
comment, descriptiveName, generalID| Constructor and Description |
|---|
Pricing() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
Payment |
getPayment()
Gets the value of the payment property.
|
java.util.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.HashCodeStrategy2 strategy) |
void |
setPayment(Payment value)
Sets the value of the payment property.
|
Pricing |
withComment(java.util.Collection<org.cip4.lib.xjdf.schema.Comment> values) |
Pricing |
withComment(org.cip4.lib.xjdf.schema.Comment... values) |
Pricing |
withDescriptiveName(java.lang.String value) |
Pricing |
withGeneralID(java.util.Collection<org.cip4.lib.xjdf.schema.GeneralID> values) |
Pricing |
withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values) |
Pricing |
withPayment(Payment value) |
Pricing |
withPrice(java.util.Collection<Price> values) |
Pricing |
withPrice(Price... values) |
getComment, getDescriptiveName, getGeneralID, setDescriptiveName@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected Payment payment
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<Price> price
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public Payment getPayment()
Payment@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+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="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public java.util.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
public Pricing withComment(org.cip4.lib.xjdf.schema.Comment... values)
withComment in class AbstractPtpublic Pricing withComment(java.util.Collection<org.cip4.lib.xjdf.schema.Comment> values)
withComment in class AbstractPtpublic Pricing withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values)
withGeneralID in class AbstractPtpublic Pricing withGeneralID(java.util.Collection<org.cip4.lib.xjdf.schema.GeneralID> values)
withGeneralID in class AbstractPtpublic Pricing withDescriptiveName(java.lang.String value)
withDescriptiveName in class AbstractPtpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractPtpublic boolean equals(java.lang.Object object)
equals in class AbstractPtpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class AbstractPtpublic int hashCode()
hashCode in class AbstractPt