public class Quotation extends BusinessObject implements Serializable
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 |
|---|---|
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.
|
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.
|
getAgentDisplayName, getAgentID, getAuxID, getBusinessID, getBusinessRefID, getRequestDate, setAgentDisplayName, setAgentID, setAuxID, setBusinessID, setBusinessRefID, setRequestDategetComment, getDescriptiveName, getGeneralID, setDescriptiveNameprotected String currency
protected boolean estimate
protected org.cip4.lib.xjdf.type.DateTime expires
protected String replaceID
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
public String getCurrency()
Stringpublic void setCurrency(String value)
value - allowed object is
Stringpublic boolean isEstimate()
public void setEstimate(boolean value)
public org.cip4.lib.xjdf.type.DateTime getExpires()
Stringpublic void setExpires(org.cip4.lib.xjdf.type.DateTime 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()
StringCopyright © 2013. All Rights Reserved.