@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public class Invoice
extends BusinessObject
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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.w3.org/2001/XMLSchema}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 java.lang.String |
currency |
protected org.cip4.lib.xjdf.type.DateTime |
expires |
protected Pricing |
pricing |
protected org.cip4.lib.xjdf.schema.XJDF |
xjdf |
agentDisplayName, agentID, auxID, businessID, businessRefID, requestDatecomment, descriptiveName, generalID| Constructor and Description |
|---|
Invoice() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
java.lang.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.
|
org.cip4.lib.xjdf.schema.XJDF |
getXJDF()
Gets the value of the xjdf property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setCurrency(java.lang.String value)
Sets the value of the currency 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 |
setXJDF(org.cip4.lib.xjdf.schema.XJDF value)
Sets the value of the xjdf property.
|
Invoice |
withAgentDisplayName(java.lang.String value) |
Invoice |
withAgentID(java.lang.String value) |
Invoice |
withAuxID(java.lang.String value) |
Invoice |
withBusinessID(java.lang.String value) |
Invoice |
withBusinessRefID(java.lang.String value) |
Invoice |
withComment(java.util.Collection<org.cip4.lib.xjdf.schema.Comment> values) |
Invoice |
withComment(org.cip4.lib.xjdf.schema.Comment... values) |
Invoice |
withCurrency(java.lang.String value) |
Invoice |
withDescriptiveName(java.lang.String value) |
Invoice |
withExpires(org.cip4.lib.xjdf.type.DateTime value) |
Invoice |
withGeneralID(java.util.Collection<org.cip4.lib.xjdf.schema.GeneralID> values) |
Invoice |
withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values) |
Invoice |
withPricing(Pricing value) |
Invoice |
withRequestDate(org.cip4.lib.xjdf.type.DateTime value) |
Invoice |
withXJDF(org.cip4.lib.xjdf.schema.XJDF value) |
getAgentDisplayName, getAgentID, getAuxID, getBusinessID, getBusinessRefID, getRequestDate, setAgentDisplayName, setAgentID, setAuxID, setBusinessID, setBusinessRefID, setRequestDategetComment, getDescriptiveName, getGeneralID, setDescriptiveName@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected org.cip4.lib.xjdf.schema.XJDF xjdf
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected Pricing pricing
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String currency
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected org.cip4.lib.xjdf.type.DateTime expires
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public org.cip4.lib.xjdf.schema.XJDF getXJDF()
XJDF@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setXJDF(org.cip4.lib.xjdf.schema.XJDF value)
value - allowed object is
XJDF@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public Pricing getPricing()
Pricing@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setPricing(Pricing value)
value - allowed object is
Pricing@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getCurrency()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setCurrency(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+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="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setExpires(org.cip4.lib.xjdf.type.DateTime value)
value - allowed object is
Stringpublic Invoice withXJDF(org.cip4.lib.xjdf.schema.XJDF value)
public Invoice withCurrency(java.lang.String value)
public Invoice withExpires(org.cip4.lib.xjdf.type.DateTime value)
public Invoice withAgentID(java.lang.String value)
withAgentID in class BusinessObjectpublic Invoice withAgentDisplayName(java.lang.String value)
withAgentDisplayName in class BusinessObjectpublic Invoice withAuxID(java.lang.String value)
withAuxID in class BusinessObjectpublic Invoice withBusinessID(java.lang.String value)
withBusinessID in class BusinessObjectpublic Invoice withBusinessRefID(java.lang.String value)
withBusinessRefID in class BusinessObjectpublic Invoice withRequestDate(org.cip4.lib.xjdf.type.DateTime value)
withRequestDate in class BusinessObjectpublic Invoice withComment(org.cip4.lib.xjdf.schema.Comment... values)
withComment in class BusinessObjectpublic Invoice withComment(java.util.Collection<org.cip4.lib.xjdf.schema.Comment> values)
withComment in class BusinessObjectpublic Invoice withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values)
withGeneralID in class BusinessObjectpublic Invoice withGeneralID(java.util.Collection<org.cip4.lib.xjdf.schema.GeneralID> values)
withGeneralID in class BusinessObjectpublic Invoice withDescriptiveName(java.lang.String value)
withDescriptiveName in class BusinessObjectpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class BusinessObjectpublic boolean equals(java.lang.Object object)
equals in class BusinessObjectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class BusinessObjectpublic int hashCode()
hashCode in class BusinessObject