Class Pricing
- java.lang.Object
-
- org.cip4.lib.xprinttalk.schema.BaseElement
-
- org.cip4.lib.xprinttalk.schema.Pricing
-
- All Implemented Interfaces:
java.io.Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public class Pricing extends BaseElement implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2Java 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_20}BaseElement"> <sequence> <element name="Payment" type="{http://www.printtalk.org/schema_20}Payment" maxOccurs="unbounded" minOccurs="0"/> <element name="Price" type="{http://www.printtalk.org/schema_20}Price" maxOccurs="unbounded"/> <element ref="{http://www.CIP4.org/JDFSchema_2_0}Contact" minOccurs="0"/> </sequence> <attribute name="Currency" use="required" type="{http://www.printtalk.org/schema_20}Currency" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Pricing()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)booleanequals(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)org.cip4.lib.xjdf.schema.ContactgetContact()Gets the value of the contact property.java.lang.StringgetCurrency()Gets the value of the currency property.java.util.List<Payment>getPayment()Gets the value of the payment property.java.util.List<Price>getPrice()Gets the value of the price property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetContact(org.cip4.lib.xjdf.schema.Contact value)Sets the value of the contact property.voidsetCurrency(java.lang.String value)Sets the value of the currency property.PricingwithContact(org.cip4.lib.xjdf.schema.Contact value)PricingwithCurrency(java.lang.String value)PricingwithPayment(java.util.Collection<Payment> values)PricingwithPayment(Payment... values)PricingwithPrice(java.util.Collection<Price> values)PricingwithPrice(Price... values)-
Methods inherited from class org.cip4.lib.xprinttalk.schema.BaseElement
getOtherAttributes
-
-
-
-
Field Detail
-
payment
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected java.util.List<Payment> payment
-
price
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected java.util.List<Price> price
-
contact
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected org.cip4.lib.xjdf.schema.Contact contact
-
currency
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected java.lang.String currency
-
-
Method Detail
-
getPayment
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public java.util.List<Payment> getPayment()Gets the value of the payment property.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
setmethod for the payment property.For example, to add a new item, do as follows:
getPayment().add(newItem);Objects of the following type(s) are allowed in the list
Payment
-
getPrice
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public java.util.List<Price> getPrice()Gets the value of the price property.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
setmethod 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
-
getContact
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public org.cip4.lib.xjdf.schema.Contact getContact()Gets the value of the contact property.- Returns:
- possible object is
Contact
-
setContact
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public void setContact(org.cip4.lib.xjdf.schema.Contact value)Sets the value of the contact property.- Parameters:
value- allowed object isContact
-
getCurrency
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public java.lang.String getCurrency()Gets the value of the currency property.- Returns:
- possible object is
String
-
setCurrency
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public void setCurrency(java.lang.String value)Sets the value of the currency property.- Parameters:
value- allowed object isString
-
withContact
public Pricing withContact(org.cip4.lib.xjdf.schema.Contact value)
-
withCurrency
public Pricing withCurrency(java.lang.String value)
-
equals
public 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)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classBaseElement
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classBaseElement
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classBaseElement
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBaseElement
-
-