public class QuoteType extends AbstractPt implements Serializable
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.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Estimate" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="Expires" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="QuoteID" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ReorderID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="ReplaceID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ReturnJDF" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
currency |
protected Boolean |
estimate |
protected org.cip4.lib.xjdf.type.DateTime |
expires |
protected Pricing |
pricing |
protected String |
quoteID |
protected List<String> |
reorderID |
protected String |
replaceID |
protected Boolean |
returnJDF |
protected org.cip4.lib.xjdf.schema.XJDF |
xjdf |
comment, descriptiveName, generalID| Constructor and Description |
|---|
QuoteType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
getQuoteID()
Gets the value of the quoteID property.
|
List<String> |
getReorderID()
Gets the value of the reorderID property.
|
String |
getReplaceID()
Gets the value of the replaceID property.
|
org.cip4.lib.xjdf.schema.XJDF |
getXJDF()
Gets the value of the xjdf property.
|
Boolean |
isEstimate()
Gets the value of the estimate property.
|
Boolean |
isReturnJDF()
Gets the value of the returnJDF 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 |
setPricing(Pricing value)
Sets the value of the pricing property.
|
void |
setQuoteID(String value)
Sets the value of the quoteID property.
|
void |
setReplaceID(String value)
Sets the value of the replaceID property.
|
void |
setReturnJDF(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.
|
getComment, getDescriptiveName, getGeneralID, setDescriptiveNameprotected org.cip4.lib.xjdf.schema.XJDF xjdf
protected Pricing pricing
protected String currency
protected Boolean estimate
protected org.cip4.lib.xjdf.type.DateTime expires
protected String quoteID
protected String replaceID
protected Boolean returnJDF
public org.cip4.lib.xjdf.schema.XJDF getXJDF()
XJDFpublic void setXJDF(org.cip4.lib.xjdf.schema.XJDF value)
value - allowed object is
XJDFpublic Pricing getPricing()
Pricingpublic void setPricing(Pricing value)
value - allowed object is
Pricingpublic String getCurrency()
Stringpublic void setCurrency(String value)
value - allowed object is
Stringpublic Boolean isEstimate()
Booleanpublic void setEstimate(Boolean value)
value - allowed object is
Booleanpublic org.cip4.lib.xjdf.type.DateTime getExpires()
Stringpublic void setExpires(org.cip4.lib.xjdf.type.DateTime value)
value - allowed object is
Stringpublic String getQuoteID()
Stringpublic void setQuoteID(String value)
value - allowed object is
Stringpublic 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
public String getReplaceID()
Stringpublic void setReplaceID(String value)
value - allowed object is
Stringpublic Boolean isReturnJDF()
BooleanCopyright © 2014. All Rights Reserved.