public class PurchaseOrder extends BusinessObject implements Serializable
Java class for PurchaseOrder complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PurchaseOrder">
<complexContent>
<extension base="{http://www.printtalk.org/schema_2_0}BusinessObject">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}XJDF"/>
<element name="Pricing" type="{http://www.printtalk.org/schema_2_0}Pricing" minOccurs="0"/>
</sequence>
<attribute name="Currency" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Expires" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="QuoteID" 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 String |
expires |
protected Pricing |
pricing |
protected String |
quoteID |
protected List<String> |
reorderIDs |
protected String |
replaceID |
protected Boolean |
returnJDF |
protected org.cip4.lib.xjdf.schema.XJDF |
xjdf |
agentDisplayName, agentID, auxID, businessID, businessRefID, requestDatecomments, descriptiveName, generalIDs| Constructor and Description |
|---|
PurchaseOrder() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrency()
Gets the value of the currency property.
|
String |
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> |
getReorderIDs()
Gets the value of the reorderIDs 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 |
isReturnJDF()
Gets the value of the returnJDF property.
|
void |
setCurrency(String value)
Sets the value of the currency property.
|
void |
setExpires(String 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.
|
getAgentDisplayName, getAgentID, getAuxID, getBusinessID, getBusinessRefID, getRequestDate, setAgentDisplayName, setAgentID, setAuxID, setBusinessID, setBusinessRefID, setRequestDategetComments, getDescriptiveName, getGeneralIDs, setDescriptiveNameprotected org.cip4.lib.xjdf.schema.XJDF xjdf
protected Pricing pricing
protected String currency
protected String 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 String getExpires()
Stringpublic void setExpires(String value)
value - allowed object is
Stringpublic String getQuoteID()
Stringpublic void setQuoteID(String value)
value - allowed object is
Stringpublic List<String> getReorderIDs()
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 reorderIDs property.
For example, to add a new item, do as follows:
getReorderIDs().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 © 2012. All Rights Reserved.