Class Quote

  • 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 Quote
    extends BaseElement
    implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for Quote complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="Quote">
       <complexContent>
         <extension base="{http://www.printtalk.org/schema_20}BaseElement">
           <sequence>
             <element name="Pricing" type="{http://www.printtalk.org/schema_20}Pricing"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}Comment" maxOccurs="2" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}XJDF" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="DeviationCause">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="ContentMismatch"/>
                 <enumeration value="Efficiency"/>
                 <enumeration value="Other"/>
                 <enumeration value="Production"/>
                 <enumeration value="Quality"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="Deviations" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
           <attribute name="QuoteID" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<org.cip4.lib.xjdf.schema.Comment> comment  
      protected java.lang.String deviationCause  
      protected java.util.List<java.lang.String> deviations  
      protected Pricing pricing  
      protected java.lang.String quoteID  
      protected java.util.List<org.cip4.lib.xjdf.schema.XJDF> xjdf  
    • Constructor Summary

      Constructors 
      Constructor Description
      Quote()  
    • 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)  
      java.util.List<org.cip4.lib.xjdf.schema.Comment> getComment()
      Note that two are allowed because specific constraint on the type of comment is not possible.
      java.lang.String getDeviationCause()
      Gets the value of the deviationCause property.
      java.util.List<java.lang.String> getDeviations()
      Gets the value of the deviations property.
      Pricing getPricing()
      Gets the value of the pricing property.
      java.lang.String getQuoteID()
      Gets the value of the quoteID property.
      java.util.List<org.cip4.lib.xjdf.schema.XJDF> getXJDF()
      Gets the value of the xjdf property.
      int hashCode()  
      int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)  
      void setDeviationCause​(java.lang.String value)
      Sets the value of the deviationCause property.
      void setPricing​(Pricing value)
      Sets the value of the pricing property.
      void setQuoteID​(java.lang.String value)
      Sets the value of the quoteID property.
      Quote withComment​(java.util.Collection<org.cip4.lib.xjdf.schema.Comment> values)  
      Quote withComment​(org.cip4.lib.xjdf.schema.Comment... values)  
      Quote withDeviationCause​(java.lang.String value)  
      Quote withDeviations​(java.lang.String... values)  
      Quote withDeviations​(java.util.Collection<java.lang.String> values)  
      Quote withPricing​(Pricing value)  
      Quote withQuoteID​(java.lang.String value)  
      Quote withXJDF​(java.util.Collection<org.cip4.lib.xjdf.schema.XJDF> values)  
      Quote withXJDF​(org.cip4.lib.xjdf.schema.XJDF... values)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • pricing

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-08T08:04:58+00:00",
                   comments="JAXB RI v2.3.2")
        protected Pricing pricing
      • comment

        @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<org.cip4.lib.xjdf.schema.Comment> comment
      • xjdf

        @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<org.cip4.lib.xjdf.schema.XJDF> xjdf
      • deviationCause

        @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 deviationCause
      • deviations

        @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<java.lang.String> deviations
      • quoteID

        @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 quoteID
    • Constructor Detail

      • Quote

        public Quote()
    • Method Detail

      • getPricing

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-08T08:04:58+00:00",
                   comments="JAXB RI v2.3.2")
        public Pricing getPricing()
        Gets the value of the pricing property.
        Returns:
        possible object is Pricing
      • setPricing

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-08T08:04:58+00:00",
                   comments="JAXB RI v2.3.2")
        public void setPricing​(Pricing value)
        Sets the value of the pricing property.
        Parameters:
        value - allowed object is Pricing
      • getComment

        @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<org.cip4.lib.xjdf.schema.Comment> getComment()
        Note that two are allowed because specific constraint on the type of comment is not possible. Gets the value of the comment 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 comment property.

        For example, to add a new item, do as follows:

            getComment().add(newItem);
         

        Objects of the following type(s) are allowed in the list Comment

      • getXJDF

        @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<org.cip4.lib.xjdf.schema.XJDF> getXJDF()
        Gets the value of the xjdf 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 xjdf property.

        For example, to add a new item, do as follows:

            getXJDF().add(newItem);
         

        Objects of the following type(s) are allowed in the list XJDF

      • getDeviationCause

        @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 getDeviationCause()
        Gets the value of the deviationCause property.
        Returns:
        possible object is String
      • setDeviationCause

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-08T08:04:58+00:00",
                   comments="JAXB RI v2.3.2")
        public void setDeviationCause​(java.lang.String value)
        Sets the value of the deviationCause property.
        Parameters:
        value - allowed object is String
      • getDeviations

        @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<java.lang.String> getDeviations()
        Gets the value of the deviations 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 deviations property.

        For example, to add a new item, do as follows:

            getDeviations().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getQuoteID

        @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 getQuoteID()
        Gets the value of the quoteID property.
        Returns:
        possible object is String
      • setQuoteID

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-08T08:04:58+00:00",
                   comments="JAXB RI v2.3.2")
        public void setQuoteID​(java.lang.String value)
        Sets the value of the quoteID property.
        Parameters:
        value - allowed object is String
      • withComment

        public Quote withComment​(org.cip4.lib.xjdf.schema.Comment... values)
      • withComment

        public Quote withComment​(java.util.Collection<org.cip4.lib.xjdf.schema.Comment> values)
      • withXJDF

        public Quote withXJDF​(org.cip4.lib.xjdf.schema.XJDF... values)
      • withXJDF

        public Quote withXJDF​(java.util.Collection<org.cip4.lib.xjdf.schema.XJDF> values)
      • withDeviationCause

        public Quote withDeviationCause​(java.lang.String value)
      • withDeviations

        public Quote withDeviations​(java.lang.String... values)
      • withDeviations

        public Quote withDeviations​(java.util.Collection<java.lang.String> values)
      • withQuoteID

        public Quote withQuoteID​(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