@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public class QuoteType
extends AbstractPt
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for QuoteType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QuoteType">
<complexContent>
<extension base="{http://www.printtalk.org/schema_2_0}Abstract_pt">
<sequence minOccurs="0">
<element ref="{http://www.CIP4.org/JDFSchema_2_0}XJDF"/>
<element name="Pricing" type="{http://www.printtalk.org/schema_2_0}Pricing"/>
</sequence>
<attribute name="Currency" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="Estimate" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="Expires" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="QuoteID" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="ReorderID" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
<attribute name="ReplaceID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="ReturnJDF" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
currency |
protected java.lang.Boolean |
estimate |
protected org.cip4.lib.xjdf.type.DateTime |
expires |
protected Pricing |
pricing |
protected java.lang.String |
quoteID |
protected java.util.List<java.lang.String> |
reorderID |
protected java.lang.String |
replaceID |
protected java.lang.Boolean |
returnJDF |
protected org.cip4.lib.xjdf.schema.XJDF |
xjdf |
comment, descriptiveName, generalID| Constructor and Description |
|---|
QuoteType() |
| 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) |
java.lang.String |
getCurrency()
Gets the value of the currency property.
|
org.cip4.lib.xjdf.type.DateTime |
getExpires()
Gets the value of the expires property.
|
Pricing |
getPricing()
Gets the value of the pricing property.
|
java.lang.String |
getQuoteID()
Gets the value of the quoteID property.
|
java.util.List<java.lang.String> |
getReorderID()
Gets the value of the reorderID property.
|
java.lang.String |
getReplaceID()
Gets the value of the replaceID property.
|
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) |
java.lang.Boolean |
isEstimate()
Gets the value of the estimate property.
|
java.lang.Boolean |
isReturnJDF()
Gets the value of the returnJDF property.
|
void |
setCurrency(java.lang.String value)
Sets the value of the currency property.
|
void |
setEstimate(java.lang.Boolean value)
Sets the value of the estimate property.
|
void |
setExpires(org.cip4.lib.xjdf.type.DateTime value)
Sets the value of the expires 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.
|
void |
setReplaceID(java.lang.String value)
Sets the value of the replaceID property.
|
void |
setReturnJDF(java.lang.Boolean value)
Sets the value of the returnJDF property.
|
void |
setXJDF(org.cip4.lib.xjdf.schema.XJDF value)
Sets the value of the xjdf property.
|
QuoteType |
withComment(java.util.Collection<org.cip4.lib.xjdf.schema.Comment> values) |
QuoteType |
withComment(org.cip4.lib.xjdf.schema.Comment... values) |
QuoteType |
withCurrency(java.lang.String value) |
QuoteType |
withDescriptiveName(java.lang.String value) |
QuoteType |
withEstimate(java.lang.Boolean value) |
QuoteType |
withExpires(org.cip4.lib.xjdf.type.DateTime value) |
QuoteType |
withGeneralID(java.util.Collection<org.cip4.lib.xjdf.schema.GeneralID> values) |
QuoteType |
withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values) |
QuoteType |
withPricing(Pricing value) |
QuoteType |
withQuoteID(java.lang.String value) |
QuoteType |
withReorderID(java.util.Collection<java.lang.String> values) |
QuoteType |
withReorderID(java.lang.String... values) |
QuoteType |
withReplaceID(java.lang.String value) |
QuoteType |
withReturnJDF(java.lang.Boolean value) |
QuoteType |
withXJDF(org.cip4.lib.xjdf.schema.XJDF value) |
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 org.cip4.lib.xjdf.schema.XJDF xjdf
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected Pricing pricing
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String currency
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean estimate
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected org.cip4.lib.xjdf.type.DateTime expires
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String quoteID
@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<java.lang.String> reorderID
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String replaceID
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean returnJDF
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public org.cip4.lib.xjdf.schema.XJDF getXJDF()
XJDF@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setXJDF(org.cip4.lib.xjdf.schema.XJDF value)
value - allowed object is
XJDF@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public Pricing getPricing()
Pricing@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setPricing(Pricing value)
value - allowed object is
Pricing@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getCurrency()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setCurrency(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isEstimate()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setEstimate(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public org.cip4.lib.xjdf.type.DateTime getExpires()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setExpires(org.cip4.lib.xjdf.type.DateTime value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getQuoteID()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setQuoteID(java.lang.String value)
value - allowed object is
String@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<java.lang.String> getReorderID()
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 reorderID property.
For example, to add a new item, do as follows:
getReorderID().add(newItem);
Objects of the following type(s) are allowed in the list
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getReplaceID()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setReplaceID(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isReturnJDF()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setReturnJDF(java.lang.Boolean value)
value - allowed object is
Booleanpublic QuoteType withXJDF(org.cip4.lib.xjdf.schema.XJDF value)
public QuoteType withCurrency(java.lang.String value)
public QuoteType withEstimate(java.lang.Boolean value)
public QuoteType withExpires(org.cip4.lib.xjdf.type.DateTime value)
public QuoteType withQuoteID(java.lang.String value)
public QuoteType withReorderID(java.lang.String... values)
public QuoteType withReorderID(java.util.Collection<java.lang.String> values)
public QuoteType withReplaceID(java.lang.String value)
public QuoteType withReturnJDF(java.lang.Boolean value)
public QuoteType withComment(org.cip4.lib.xjdf.schema.Comment... values)
withComment in class AbstractPtpublic QuoteType withComment(java.util.Collection<org.cip4.lib.xjdf.schema.Comment> values)
withComment in class AbstractPtpublic QuoteType withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values)
withGeneralID in class AbstractPtpublic QuoteType withGeneralID(java.util.Collection<org.cip4.lib.xjdf.schema.GeneralID> values)
withGeneralID in class AbstractPtpublic QuoteType 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