@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public class Quotation
extends BusinessObject
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for Quotation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Quotation">
<complexContent>
<extension base="{http://www.printtalk.org/schema_2_0}BusinessObject">
<sequence>
<element name="Quote" type="{http://www.printtalk.org/schema_2_0}QuoteType" maxOccurs="unbounded"/>
</sequence>
<attribute name="Currency" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="Estimate" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="Expires" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="ReorderID" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
<attribute name="ReplaceID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
currency |
protected boolean |
estimate |
protected org.cip4.lib.xjdf.type.DateTime |
expires |
protected java.util.List<QuoteType> |
quote |
protected java.util.List<java.lang.String> |
reorderID |
protected java.lang.String |
replaceID |
agentDisplayName, agentID, auxID, businessID, businessRefID, requestDatecomment, descriptiveName, generalID| Constructor and Description |
|---|
Quotation() |
| 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.
|
java.util.List<QuoteType> |
getQuote()
Gets the value of the quote 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.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isEstimate()
Gets the value of the estimate property.
|
void |
setCurrency(java.lang.String value)
Sets the value of the currency property.
|
void |
setEstimate(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 |
setReplaceID(java.lang.String value)
Sets the value of the replaceID property.
|
Quotation |
withAgentDisplayName(java.lang.String value) |
Quotation |
withAgentID(java.lang.String value) |
Quotation |
withAuxID(java.lang.String value) |
Quotation |
withBusinessID(java.lang.String value) |
Quotation |
withBusinessRefID(java.lang.String value) |
Quotation |
withComment(java.util.Collection<org.cip4.lib.xjdf.schema.Comment> values) |
Quotation |
withComment(org.cip4.lib.xjdf.schema.Comment... values) |
Quotation |
withCurrency(java.lang.String value) |
Quotation |
withDescriptiveName(java.lang.String value) |
Quotation |
withEstimate(boolean value) |
Quotation |
withExpires(org.cip4.lib.xjdf.type.DateTime value) |
Quotation |
withGeneralID(java.util.Collection<org.cip4.lib.xjdf.schema.GeneralID> values) |
Quotation |
withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values) |
Quotation |
withQuote(java.util.Collection<QuoteType> values) |
Quotation |
withQuote(QuoteType... values) |
Quotation |
withReorderID(java.util.Collection<java.lang.String> values) |
Quotation |
withReorderID(java.lang.String... values) |
Quotation |
withReplaceID(java.lang.String value) |
Quotation |
withRequestDate(org.cip4.lib.xjdf.type.DateTime value) |
getAgentDisplayName, getAgentID, getAuxID, getBusinessID, getBusinessRefID, getRequestDate, setAgentDisplayName, setAgentID, setAuxID, setBusinessID, setBusinessRefID, setRequestDategetComment, 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 java.util.List<QuoteType> quote
@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 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.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")
public java.util.List<QuoteType> getQuote()
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 quote property.
For example, to add a new item, do as follows:
getQuote().add(newItem);
Objects of the following type(s) are allowed in the list
QuoteType
@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 boolean isEstimate()
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setEstimate(boolean value)
@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.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
Stringpublic Quotation withCurrency(java.lang.String value)
public Quotation withEstimate(boolean value)
public Quotation withExpires(org.cip4.lib.xjdf.type.DateTime value)
public Quotation withReorderID(java.lang.String... values)
public Quotation withReorderID(java.util.Collection<java.lang.String> values)
public Quotation withReplaceID(java.lang.String value)
public Quotation withAgentID(java.lang.String value)
withAgentID in class BusinessObjectpublic Quotation withAgentDisplayName(java.lang.String value)
withAgentDisplayName in class BusinessObjectpublic Quotation withAuxID(java.lang.String value)
withAuxID in class BusinessObjectpublic Quotation withBusinessID(java.lang.String value)
withBusinessID in class BusinessObjectpublic Quotation withBusinessRefID(java.lang.String value)
withBusinessRefID in class BusinessObjectpublic Quotation withRequestDate(org.cip4.lib.xjdf.type.DateTime value)
withRequestDate in class BusinessObjectpublic Quotation withComment(org.cip4.lib.xjdf.schema.Comment... values)
withComment in class BusinessObjectpublic Quotation withComment(java.util.Collection<org.cip4.lib.xjdf.schema.Comment> values)
withComment in class BusinessObjectpublic Quotation withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values)
withGeneralID in class BusinessObjectpublic Quotation withGeneralID(java.util.Collection<org.cip4.lib.xjdf.schema.GeneralID> values)
withGeneralID in class BusinessObjectpublic Quotation withDescriptiveName(java.lang.String value)
withDescriptiveName in class BusinessObjectpublic 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 BusinessObjectpublic boolean equals(java.lang.Object object)
equals in class BusinessObjectpublic 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 BusinessObjectpublic int hashCode()
hashCode in class BusinessObject