Class Quote
- java.lang.Object
-
- org.cip4.lib.xprinttalk.schema.BaseElement
-
- org.cip4.lib.xprinttalk.schema.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.HashCode2Java 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>commentprotected java.lang.StringdeviationCauseprotected java.util.List<java.lang.String>deviationsprotected Pricingpricingprotected java.lang.StringquoteIDprotected 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 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)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.StringgetDeviationCause()Gets the value of the deviationCause property.java.util.List<java.lang.String>getDeviations()Gets the value of the deviations property.PricinggetPricing()Gets the value of the pricing property.java.lang.StringgetQuoteID()Gets the value of the quoteID property.java.util.List<org.cip4.lib.xjdf.schema.XJDF>getXJDF()Gets the value of the xjdf property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetDeviationCause(java.lang.String value)Sets the value of the deviationCause property.voidsetPricing(Pricing value)Sets the value of the pricing property.voidsetQuoteID(java.lang.String value)Sets the value of the quoteID property.QuotewithComment(java.util.Collection<org.cip4.lib.xjdf.schema.Comment> values)QuotewithComment(org.cip4.lib.xjdf.schema.Comment... values)QuotewithDeviationCause(java.lang.String value)QuotewithDeviations(java.lang.String... values)QuotewithDeviations(java.util.Collection<java.lang.String> values)QuotewithPricing(Pricing value)QuotewithQuoteID(java.lang.String value)QuotewithXJDF(java.util.Collection<org.cip4.lib.xjdf.schema.XJDF> values)QuotewithXJDF(org.cip4.lib.xjdf.schema.XJDF... values)-
Methods inherited from class org.cip4.lib.xprinttalk.schema.BaseElement
getOtherAttributes
-
-
-
-
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
-
-
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 isPricing
-
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
setmethod 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
setmethod 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 isString
-
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
setmethod 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 isString
-
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:
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
-
-