public class Invoice extends BusinessObject implements Serializable
Java class for Invoice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Invoice">
<complexContent>
<extension base="{http://www.printtalk.org/schema_2_0}BusinessObject">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}XJDF" minOccurs="0"/>
<element name="Pricing" type="{http://www.printtalk.org/schema_2_0}Pricing"/>
</sequence>
<attribute name="Currency" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Expires" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
currency |
protected String |
expires |
protected Pricing |
pricing |
protected org.cip4.lib.xjdf.schema.XJDF |
xjdf |
agentDisplayName, agentID, auxID, businessID, businessRefID, requestDatecomments, descriptiveName, generalIDs| Constructor and Description |
|---|
Invoice() |
| 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.
|
org.cip4.lib.xjdf.schema.XJDF |
getXJDF()
Gets the value of the xjdf 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 |
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
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()
StringCopyright © 2012. All Rights Reserved.