Class 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.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_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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.cip4.lib.xjdf.schema.Contact contact  
      protected java.lang.String currency  
      protected java.util.List<Payment> payment  
      protected java.util.List<Price> price  
    • Constructor Summary

      Constructors 
      Constructor Description
      Pricing()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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)  
      org.cip4.lib.xjdf.schema.Contact getContact()
      Gets the value of the contact property.
      java.lang.String getCurrency()
      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.
      int hashCode()  
      int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)  
      void setContact​(org.cip4.lib.xjdf.schema.Contact value)
      Sets the value of the contact property.
      void setCurrency​(java.lang.String value)
      Sets the value of the currency property.
      Pricing withContact​(org.cip4.lib.xjdf.schema.Contact value)  
      Pricing withCurrency​(java.lang.String value)  
      Pricing withPayment​(java.util.Collection<Payment> values)  
      Pricing withPayment​(Payment... values)  
      Pricing withPrice​(java.util.Collection<Price> values)  
      Pricing withPrice​(Price... values)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • Pricing

        public Pricing()
    • 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 set method 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 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

      • 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 is Contact
      • 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 is String
      • withPayment

        public Pricing withPayment​(java.util.Collection<Payment> values)
      • withPrice

        public Pricing withPrice​(java.util.Collection<Price> values)
      • 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:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
        Overrides:
        equals in class BaseElement
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class BaseElement
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
        Overrides:
        hashCode in class BaseElement