@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public class Quotation extends BusinessObject implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Estimate" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="Expires" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="ReorderID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="ReplaceID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
currency |
protected boolean |
estimate |
protected org.cip4.lib.xjdf.type.DateTime |
expires |
protected List<QuoteType> |
quote |
protected List<String> |
reorderID |
protected String |
replaceID |
agentDisplayName, agentID, auxID, businessID, businessRefID, requestDatecomment, descriptiveName, generalID| Constructor and Description |
|---|
Quotation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getCurrency()
Gets the value of the currency property.
|
org.cip4.lib.xjdf.type.DateTime |
getExpires()
Gets the value of the expires property.
|
List<QuoteType> |
getQuote()
Gets the value of the quote property.
|
List<String> |
getReorderID()
Gets the value of the reorderID property.
|
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.HashCodeStrategy strategy) |
boolean |
isEstimate()
Gets the value of the estimate property.
|
void |
setCurrency(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(String value)
Sets the value of the replaceID property.
|
Quotation |
withAgentDisplayName(String value) |
Quotation |
withAgentID(String value) |
Quotation |
withAuxID(String value) |
Quotation |
withBusinessID(String value) |
Quotation |
withBusinessRefID(String value) |
Quotation |
withComment(Collection<org.cip4.lib.xjdf.schema.Comment> values) |
Quotation |
withComment(org.cip4.lib.xjdf.schema.Comment... values) |
Quotation |
withCurrency(String value) |
Quotation |
withDescriptiveName(String value) |
Quotation |
withEstimate(boolean value) |
Quotation |
withExpires(org.cip4.lib.xjdf.type.DateTime value) |
Quotation |
withGeneralID(Collection<org.cip4.lib.xjdf.schema.GeneralID> values) |
Quotation |
withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values) |
Quotation |
withQuote(Collection<QuoteType> values) |
Quotation |
withQuote(QuoteType... values) |
Quotation |
withReorderID(Collection<String> values) |
Quotation |
withReorderID(String... values) |
Quotation |
withReplaceID(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="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") protected List<QuoteType> quote
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") protected String currency
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") protected boolean estimate
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") protected org.cip4.lib.xjdf.type.DateTime expires
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") protected List<String> reorderID
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") protected String replaceID
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public 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="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public String getCurrency()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public void setCurrency(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public boolean isEstimate()
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public void setEstimate(boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+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="2016-04-15T01:44:33+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="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public List<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="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public String getReplaceID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public void setReplaceID(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public Quotation withQuote(QuoteType... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public Quotation withQuote(Collection<QuoteType> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public Quotation withCurrency(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public Quotation withEstimate(boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public Quotation withExpires(org.cip4.lib.xjdf.type.DateTime value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public Quotation withReorderID(String... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public Quotation withReorderID(Collection<String> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public Quotation withReplaceID(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public Quotation withAgentID(String value)
withAgentID in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public Quotation withAgentDisplayName(String value)
withAgentDisplayName in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public Quotation withAuxID(String value)
withAuxID in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public Quotation withBusinessID(String value)
withBusinessID in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public Quotation withBusinessRefID(String value)
withBusinessRefID in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public Quotation withRequestDate(org.cip4.lib.xjdf.type.DateTime value)
withRequestDate in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public Quotation withComment(org.cip4.lib.xjdf.schema.Comment... values)
withComment in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public Quotation withComment(Collection<org.cip4.lib.xjdf.schema.Comment> values)
withComment in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public Quotation withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values)
withGeneralID in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public Quotation withGeneralID(Collection<org.cip4.lib.xjdf.schema.GeneralID> values)
withGeneralID in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public Quotation withDescriptiveName(String value)
withDescriptiveName in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
equals in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public int hashCode()
hashCode in class BusinessObjectCopyright © 2016. All rights reserved.