Package org.cip4.lib.xprinttalk.schema
Class Invoice
- java.lang.Object
-
- org.cip4.lib.xprinttalk.schema.BaseElement
-
- org.cip4.lib.xprinttalk.schema.Invoice
-
- All Implemented Interfaces:
java.io.Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public class Invoice extends BaseElement implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2Java 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_20}BaseElement"> <sequence> <element name="MasterContract" type="{http://www.printtalk.org/schema_20}MasterContract" minOccurs="0"/> <element name="Pricing" type="{http://www.printtalk.org/schema_20}Pricing"/> </sequence> <attribute name="DueDate" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected org.cip4.lib.xjdf.type.DateTimedueDateprotected MasterContractmasterContractprotected Pricingpricing
-
Constructor Summary
Constructors Constructor Description Invoice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)booleanequals(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)org.cip4.lib.xjdf.type.DateTimegetDueDate()Gets the value of the dueDate property.MasterContractgetMasterContract()Gets the value of the masterContract property.PricinggetPricing()Gets the value of the pricing property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetDueDate(org.cip4.lib.xjdf.type.DateTime value)Sets the value of the dueDate property.voidsetMasterContract(MasterContract value)Sets the value of the masterContract property.voidsetPricing(Pricing value)Sets the value of the pricing property.InvoicewithDueDate(org.cip4.lib.xjdf.type.DateTime value)InvoicewithMasterContract(MasterContract value)InvoicewithPricing(Pricing value)-
Methods inherited from class org.cip4.lib.xprinttalk.schema.BaseElement
getOtherAttributes
-
-
-
-
Field Detail
-
masterContract
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected MasterContract masterContract
-
pricing
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected Pricing pricing
-
dueDate
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected org.cip4.lib.xjdf.type.DateTime dueDate
-
-
Method Detail
-
getMasterContract
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public MasterContract getMasterContract()Gets the value of the masterContract property.- Returns:
- possible object is
MasterContract
-
setMasterContract
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public void setMasterContract(MasterContract value)Sets the value of the masterContract property.- Parameters:
value- allowed object isMasterContract
-
getPricing
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public Pricing getPricing()Gets the value of the pricing property.- Returns:
- possible object is
Pricing
-
setPricing
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public void setPricing(Pricing value)Sets the value of the pricing property.- Parameters:
value- allowed object isPricing
-
getDueDate
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public org.cip4.lib.xjdf.type.DateTime getDueDate()Gets the value of the dueDate property.- Returns:
- possible object is
String
-
setDueDate
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public void setDueDate(org.cip4.lib.xjdf.type.DateTime value)Sets the value of the dueDate property.- Parameters:
value- allowed object isString
-
withMasterContract
public Invoice withMasterContract(MasterContract value)
-
withDueDate
public Invoice withDueDate(org.cip4.lib.xjdf.type.DateTime value)
-
equals
public 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)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classBaseElement
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classBaseElement
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classBaseElement
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBaseElement
-
-