All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.intuit.ipp.data.Invoice Maven / Gradle / Ivy

There is a newer version: 6.4.2
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0 
// See https://javaee.github.io/jaxb-v2/ 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2022.02.02 at 10:13:31 AM PST 
//


package com.intuit.ipp.data;

import java.io.Serializable;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import com.intuit.sb.cdm.util.v3.DateAdapter;
import com.intuit.sb.cdm.util.v3.DateTimeAdapter;
import org.jvnet.jaxb2_commons.lang.Equals2;
import org.jvnet.jaxb2_commons.lang.EqualsStrategy2;
import org.jvnet.jaxb2_commons.lang.HashCode2;
import org.jvnet.jaxb2_commons.lang.HashCodeStrategy2;
import org.jvnet.jaxb2_commons.lang.JAXBEqualsStrategy;
import org.jvnet.jaxb2_commons.lang.JAXBHashCodeStrategy;
import org.jvnet.jaxb2_commons.locator.ObjectLocator;
import org.jvnet.jaxb2_commons.locator.util.LocatorUtils;


/**
 * 
 * 				Product: QBO
 * 				Description: The Invoice entity
 * 				represents an invoice to a customer. Invoice could be based on
 * 				salesterm with invoice and due dates for payment. Invoice supports
 * 				sales tax, and shipping charges as a special line item. Invoice can
 * 				be printed and emailed to a customer.
 * 				Business Rules: [li] An invoice
 * 				must have at least one line that describes the item and an
 * 				amount.[/li][li] An invoice must have a reference to a customer in
 * 				the header.[/li]
 * 				Product: QBW
 * 				Description: An Invoice is a financial transaction representing
 * 				a request for payment for goods or services that have been sold. An
 * 				invoice is a form that records the details of a customer's purchase,
 * 				such as quantity and price of the goods or services. An invoice
 * 				records the amount owed by a customer who does not pay in full at
 * 				the time of purchase. If full payment is received at the time of
 * 				purchase, the sale may be recorded as a sales receipt, not an
 * 				invoice. An invoice must contain a valid customer reference in the
 * 				CustomerId field and at least one line item. The referenced customer
 * 				must already exist in the QuickBooks company at the desktop and any
 * 				line items must also already exists in the QuickBooks company, or
 * 				the attempt to sync will fail.[br /]In general, it is a good
 * 				practice to specify all the header fields if you have the data. You
 * 				should always specify the ARAccountId; otherwise a default AR
 * 				account will be used and this may give you unexpected results.[/br]
 * 				If you want to apply one tax to all the transaction line items, use
 * 				the TaxId or TaxGroupId field. If you want to use more than one tax,
 * 				you need to use Tax Line items instead.
 * 				Business Rules: [li] An
 * 				invoice must have at least one line that describes the item.
 * 				[/li][li] If an account is specified in the header, the account must
 * 				be of the Accounts Receivable (AR) type. [/li][li] An invoice must
 * 				have a reference to a customer in the header.[/li]
 * 			
 * 
 * 

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://schema.intuit.com/finance/v3}SalesTransaction">
 *       <sequence>
 *         <element name="Deposit" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
 *         <element name="AllowIPNPayment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="AllowOnlinePayment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="AllowOnlineCreditCardPayment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="AllowOnlineACHPayment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="EInvoiceStatus" type="{http://schema.intuit.com/finance/v3}ETransactionStatusEnum" minOccurs="0"/>
 *         <element name="ECloudStatusTimeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
 *         <element name="invoiceStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="callToAction" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="invoiceStatusLog" type="{http://schema.intuit.com/finance/v3}StatusInfo" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="InvoiceEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/>
 *         <element name="LessCIS" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
 *         <element name="InvoiceLink" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="PaymentDetailsMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="ConvenienceFeeDetail" type="{http://schema.intuit.com/finance/v3}ConvenienceFeeDetail" minOccurs="0"/>
 *         <element name="InvoiceLinkSecurityCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="InvoiceLinkExpiryDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
 *         <element name="AutoPayEligible" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="SchedulePayEligible" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="ScheduledPaymentId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="GratuityEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="FinancingProductType" type="{http://schema.intuit.com/finance/v3}FinancingProductTypeEnum" minOccurs="0"/>
 *         <element name="SubscriptionPaymentsSetting" type="{http://schema.intuit.com/finance/v3}SubscriptionPaymentsSettingEnum" minOccurs="0"/>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "Invoice", propOrder = { "deposit", "allowIPNPayment", "allowOnlinePayment", "allowOnlineCreditCardPayment", "allowOnlineACHPayment", "eInvoiceStatus", "eCloudStatusTimeStamp", "invoiceStatus", "callToAction", "invoiceStatusLog", "invoiceEx", "lessCIS", "invoiceLink", "paymentDetailsMessage", "convenienceFeeDetail", "invoiceLinkSecurityCode", "invoiceLinkExpiryDate", "autoPayEligible", "schedulePayEligible", "scheduledPaymentId", "gratuityEnabled", "financingProductType", "subscriptionPaymentsSetting" }) public class Invoice extends SalesTransaction implements Serializable, Equals2, HashCode2 { private final static long serialVersionUID = 1L; @XmlElement(name = "Deposit") protected BigDecimal deposit; @XmlElement(name = "AllowIPNPayment") protected Boolean allowIPNPayment; @XmlElement(name = "AllowOnlinePayment") protected Boolean allowOnlinePayment; @XmlElement(name = "AllowOnlineCreditCardPayment") protected Boolean allowOnlineCreditCardPayment; @XmlElement(name = "AllowOnlineACHPayment") protected Boolean allowOnlineACHPayment; @XmlElement(name = "EInvoiceStatus") @XmlSchemaType(name = "string") protected ETransactionStatusEnum eInvoiceStatus; @XmlElement(name = "ECloudStatusTimeStamp", type = String.class) @XmlJavaTypeAdapter(DateTimeAdapter.class) @XmlSchemaType(name = "dateTime") protected Date eCloudStatusTimeStamp; protected String invoiceStatus; protected String callToAction; protected List invoiceStatusLog; @XmlElement(name = "InvoiceEx") protected IntuitAnyType invoiceEx; @XmlElement(name = "LessCIS") protected BigDecimal lessCIS; @XmlElement(name = "InvoiceLink") protected String invoiceLink; @XmlElement(name = "PaymentDetailsMessage") protected String paymentDetailsMessage; @XmlElement(name = "ConvenienceFeeDetail") protected ConvenienceFeeDetail convenienceFeeDetail; @XmlElement(name = "InvoiceLinkSecurityCode") protected String invoiceLinkSecurityCode; @XmlElement(name = "InvoiceLinkExpiryDate", type = String.class) @XmlJavaTypeAdapter(DateAdapter.class) @XmlSchemaType(name = "date") protected Date invoiceLinkExpiryDate; @XmlElement(name = "AutoPayEligible") protected Boolean autoPayEligible; @XmlElement(name = "SchedulePayEligible") protected Boolean schedulePayEligible; @XmlElement(name = "ScheduledPaymentId") protected String scheduledPaymentId; @XmlElement(name = "GratuityEnabled") protected Boolean gratuityEnabled; @XmlElement(name = "FinancingProductType") @XmlSchemaType(name = "string") protected FinancingProductTypeEnum financingProductType; @XmlElement(name = "SubscriptionPaymentsSetting") @XmlSchemaType(name = "string") protected SubscriptionPaymentsSettingEnum subscriptionPaymentsSetting; /** * Gets the value of the deposit property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getDeposit() { return deposit; } /** * Sets the value of the deposit property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setDeposit(BigDecimal value) { this.deposit = value; } /** * Gets the value of the allowIPNPayment property. * * @return * possible object is * {@link Boolean } * */ public Boolean isAllowIPNPayment() { return allowIPNPayment; } /** * Sets the value of the allowIPNPayment property. * * @param value * allowed object is * {@link Boolean } * */ public void setAllowIPNPayment(Boolean value) { this.allowIPNPayment = value; } /** * Gets the value of the allowOnlinePayment property. * * @return * possible object is * {@link Boolean } * */ public Boolean isAllowOnlinePayment() { return allowOnlinePayment; } /** * Sets the value of the allowOnlinePayment property. * * @param value * allowed object is * {@link Boolean } * */ public void setAllowOnlinePayment(Boolean value) { this.allowOnlinePayment = value; } /** * Gets the value of the allowOnlineCreditCardPayment property. * * @return * possible object is * {@link Boolean } * */ public Boolean isAllowOnlineCreditCardPayment() { return allowOnlineCreditCardPayment; } /** * Sets the value of the allowOnlineCreditCardPayment property. * * @param value * allowed object is * {@link Boolean } * */ public void setAllowOnlineCreditCardPayment(Boolean value) { this.allowOnlineCreditCardPayment = value; } /** * Gets the value of the allowOnlineACHPayment property. * * @return * possible object is * {@link Boolean } * */ public Boolean isAllowOnlineACHPayment() { return allowOnlineACHPayment; } /** * Sets the value of the allowOnlineACHPayment property. * * @param value * allowed object is * {@link Boolean } * */ public void setAllowOnlineACHPayment(Boolean value) { this.allowOnlineACHPayment = value; } /** * Gets the value of the eInvoiceStatus property. * * @return * possible object is * {@link ETransactionStatusEnum } * */ public ETransactionStatusEnum getEInvoiceStatus() { return eInvoiceStatus; } /** * Sets the value of the eInvoiceStatus property. * * @param value * allowed object is * {@link ETransactionStatusEnum } * */ public void setEInvoiceStatus(ETransactionStatusEnum value) { this.eInvoiceStatus = value; } /** * Gets the value of the eCloudStatusTimeStamp property. * * @return * possible object is * {@link String } * */ public Date getECloudStatusTimeStamp() { return eCloudStatusTimeStamp; } /** * Sets the value of the eCloudStatusTimeStamp property. * * @param value * allowed object is * {@link String } * */ public void setECloudStatusTimeStamp(Date value) { this.eCloudStatusTimeStamp = value; } /** * Gets the value of the invoiceStatus property. * * @return * possible object is * {@link String } * */ public String getInvoiceStatus() { return invoiceStatus; } /** * Sets the value of the invoiceStatus property. * * @param value * allowed object is * {@link String } * */ public void setInvoiceStatus(String value) { this.invoiceStatus = value; } /** * Gets the value of the callToAction property. * * @return * possible object is * {@link String } * */ public String getCallToAction() { return callToAction; } /** * Sets the value of the callToAction property. * * @param value * allowed object is * {@link String } * */ public void setCallToAction(String value) { this.callToAction = value; } /** * Gets the value of the invoiceStatusLog property. * *

* 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 invoiceStatusLog property. * *

* For example, to add a new item, do as follows: *

     *    getInvoiceStatusLog().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link StatusInfo } * * */ public List getInvoiceStatusLog() { if (invoiceStatusLog == null) { invoiceStatusLog = new ArrayList(); } return this.invoiceStatusLog; } /** * Gets the value of the invoiceEx property. * * @return * possible object is * {@link IntuitAnyType } * */ public IntuitAnyType getInvoiceEx() { return invoiceEx; } /** * Sets the value of the invoiceEx property. * * @param value * allowed object is * {@link IntuitAnyType } * */ public void setInvoiceEx(IntuitAnyType value) { this.invoiceEx = value; } /** * Gets the value of the lessCIS property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getLessCIS() { return lessCIS; } /** * Sets the value of the lessCIS property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setLessCIS(BigDecimal value) { this.lessCIS = value; } /** * Gets the value of the invoiceLink property. * * @return * possible object is * {@link String } * */ public String getInvoiceLink() { return invoiceLink; } /** * Sets the value of the invoiceLink property. * * @param value * allowed object is * {@link String } * */ public void setInvoiceLink(String value) { this.invoiceLink = value; } /** * Gets the value of the paymentDetailsMessage property. * * @return * possible object is * {@link String } * */ public String getPaymentDetailsMessage() { return paymentDetailsMessage; } /** * Sets the value of the paymentDetailsMessage property. * * @param value * allowed object is * {@link String } * */ public void setPaymentDetailsMessage(String value) { this.paymentDetailsMessage = value; } /** * Gets the value of the convenienceFeeDetail property. * * @return * possible object is * {@link ConvenienceFeeDetail } * */ public ConvenienceFeeDetail getConvenienceFeeDetail() { return convenienceFeeDetail; } /** * Sets the value of the convenienceFeeDetail property. * * @param value * allowed object is * {@link ConvenienceFeeDetail } * */ public void setConvenienceFeeDetail(ConvenienceFeeDetail value) { this.convenienceFeeDetail = value; } /** * Gets the value of the invoiceLinkSecurityCode property. * * @return * possible object is * {@link String } * */ public String getInvoiceLinkSecurityCode() { return invoiceLinkSecurityCode; } /** * Sets the value of the invoiceLinkSecurityCode property. * * @param value * allowed object is * {@link String } * */ public void setInvoiceLinkSecurityCode(String value) { this.invoiceLinkSecurityCode = value; } /** * Gets the value of the invoiceLinkExpiryDate property. * * @return * possible object is * {@link String } * */ public Date getInvoiceLinkExpiryDate() { return invoiceLinkExpiryDate; } /** * Sets the value of the invoiceLinkExpiryDate property. * * @param value * allowed object is * {@link String } * */ public void setInvoiceLinkExpiryDate(Date value) { this.invoiceLinkExpiryDate = value; } /** * Gets the value of the autoPayEligible property. * * @return * possible object is * {@link Boolean } * */ public Boolean isAutoPayEligible() { return autoPayEligible; } /** * Sets the value of the autoPayEligible property. * * @param value * allowed object is * {@link Boolean } * */ public void setAutoPayEligible(Boolean value) { this.autoPayEligible = value; } /** * Gets the value of the schedulePayEligible property. * * @return * possible object is * {@link Boolean } * */ public Boolean isSchedulePayEligible() { return schedulePayEligible; } /** * Sets the value of the schedulePayEligible property. * * @param value * allowed object is * {@link Boolean } * */ public void setSchedulePayEligible(Boolean value) { this.schedulePayEligible = value; } /** * Gets the value of the scheduledPaymentId property. * * @return * possible object is * {@link String } * */ public String getScheduledPaymentId() { return scheduledPaymentId; } /** * Sets the value of the scheduledPaymentId property. * * @param value * allowed object is * {@link String } * */ public void setScheduledPaymentId(String value) { this.scheduledPaymentId = value; } /** * Gets the value of the gratuityEnabled property. * * @return * possible object is * {@link Boolean } * */ public Boolean isGratuityEnabled() { return gratuityEnabled; } /** * Sets the value of the gratuityEnabled property. * * @param value * allowed object is * {@link Boolean } * */ public void setGratuityEnabled(Boolean value) { this.gratuityEnabled = value; } /** * Gets the value of the financingProductType property. * * @return * possible object is * {@link FinancingProductTypeEnum } * */ public FinancingProductTypeEnum getFinancingProductType() { return financingProductType; } /** * Sets the value of the financingProductType property. * * @param value * allowed object is * {@link FinancingProductTypeEnum } * */ public void setFinancingProductType(FinancingProductTypeEnum value) { this.financingProductType = value; } /** * Gets the value of the subscriptionPaymentsSetting property. * * @return * possible object is * {@link SubscriptionPaymentsSettingEnum } * */ public SubscriptionPaymentsSettingEnum getSubscriptionPaymentsSetting() { return subscriptionPaymentsSetting; } /** * Sets the value of the subscriptionPaymentsSetting property. * * @param value * allowed object is * {@link SubscriptionPaymentsSettingEnum } * */ public void setSubscriptionPaymentsSetting(SubscriptionPaymentsSettingEnum value) { this.subscriptionPaymentsSetting = value; } /** * Sets the value of the invoiceStatusLog property. * * @param invoiceStatusLog * allowed object is * {@link StatusInfo } * */ public void setInvoiceStatusLog(List invoiceStatusLog) { this.invoiceStatusLog = invoiceStatusLog; } public boolean equals(ObjectLocator thisLocator, ObjectLocator thatLocator, Object object, EqualsStrategy2 strategy) { if ((object == null)||(this.getClass()!= object.getClass())) { return false; } if (this == object) { return true; } if (!super.equals(thisLocator, thatLocator, object, strategy)) { return false; } final Invoice that = ((Invoice) object); { BigDecimal lhsDeposit; lhsDeposit = this.getDeposit(); BigDecimal rhsDeposit; rhsDeposit = that.getDeposit(); if (!strategy.equals(LocatorUtils.property(thisLocator, "deposit", lhsDeposit), LocatorUtils.property(thatLocator, "deposit", rhsDeposit), lhsDeposit, rhsDeposit, (this.deposit!= null), (that.deposit!= null))) { return false; } } { Boolean lhsAllowIPNPayment; lhsAllowIPNPayment = this.isAllowIPNPayment(); Boolean rhsAllowIPNPayment; rhsAllowIPNPayment = that.isAllowIPNPayment(); if (!strategy.equals(LocatorUtils.property(thisLocator, "allowIPNPayment", lhsAllowIPNPayment), LocatorUtils.property(thatLocator, "allowIPNPayment", rhsAllowIPNPayment), lhsAllowIPNPayment, rhsAllowIPNPayment, (this.allowIPNPayment!= null), (that.allowIPNPayment!= null))) { return false; } } { Boolean lhsAllowOnlinePayment; lhsAllowOnlinePayment = this.isAllowOnlinePayment(); Boolean rhsAllowOnlinePayment; rhsAllowOnlinePayment = that.isAllowOnlinePayment(); if (!strategy.equals(LocatorUtils.property(thisLocator, "allowOnlinePayment", lhsAllowOnlinePayment), LocatorUtils.property(thatLocator, "allowOnlinePayment", rhsAllowOnlinePayment), lhsAllowOnlinePayment, rhsAllowOnlinePayment, (this.allowOnlinePayment!= null), (that.allowOnlinePayment!= null))) { return false; } } { Boolean lhsAllowOnlineCreditCardPayment; lhsAllowOnlineCreditCardPayment = this.isAllowOnlineCreditCardPayment(); Boolean rhsAllowOnlineCreditCardPayment; rhsAllowOnlineCreditCardPayment = that.isAllowOnlineCreditCardPayment(); if (!strategy.equals(LocatorUtils.property(thisLocator, "allowOnlineCreditCardPayment", lhsAllowOnlineCreditCardPayment), LocatorUtils.property(thatLocator, "allowOnlineCreditCardPayment", rhsAllowOnlineCreditCardPayment), lhsAllowOnlineCreditCardPayment, rhsAllowOnlineCreditCardPayment, (this.allowOnlineCreditCardPayment!= null), (that.allowOnlineCreditCardPayment!= null))) { return false; } } { Boolean lhsAllowOnlineACHPayment; lhsAllowOnlineACHPayment = this.isAllowOnlineACHPayment(); Boolean rhsAllowOnlineACHPayment; rhsAllowOnlineACHPayment = that.isAllowOnlineACHPayment(); if (!strategy.equals(LocatorUtils.property(thisLocator, "allowOnlineACHPayment", lhsAllowOnlineACHPayment), LocatorUtils.property(thatLocator, "allowOnlineACHPayment", rhsAllowOnlineACHPayment), lhsAllowOnlineACHPayment, rhsAllowOnlineACHPayment, (this.allowOnlineACHPayment!= null), (that.allowOnlineACHPayment!= null))) { return false; } } { ETransactionStatusEnum lhsEInvoiceStatus; lhsEInvoiceStatus = this.getEInvoiceStatus(); ETransactionStatusEnum rhsEInvoiceStatus; rhsEInvoiceStatus = that.getEInvoiceStatus(); if (!strategy.equals(LocatorUtils.property(thisLocator, "eInvoiceStatus", lhsEInvoiceStatus), LocatorUtils.property(thatLocator, "eInvoiceStatus", rhsEInvoiceStatus), lhsEInvoiceStatus, rhsEInvoiceStatus, (this.eInvoiceStatus!= null), (that.eInvoiceStatus!= null))) { return false; } } { Date lhsECloudStatusTimeStamp; lhsECloudStatusTimeStamp = this.getECloudStatusTimeStamp(); Date rhsECloudStatusTimeStamp; rhsECloudStatusTimeStamp = that.getECloudStatusTimeStamp(); if (!strategy.equals(LocatorUtils.property(thisLocator, "eCloudStatusTimeStamp", lhsECloudStatusTimeStamp), LocatorUtils.property(thatLocator, "eCloudStatusTimeStamp", rhsECloudStatusTimeStamp), lhsECloudStatusTimeStamp, rhsECloudStatusTimeStamp, (this.eCloudStatusTimeStamp!= null), (that.eCloudStatusTimeStamp!= null))) { return false; } } { String lhsInvoiceStatus; lhsInvoiceStatus = this.getInvoiceStatus(); String rhsInvoiceStatus; rhsInvoiceStatus = that.getInvoiceStatus(); if (!strategy.equals(LocatorUtils.property(thisLocator, "invoiceStatus", lhsInvoiceStatus), LocatorUtils.property(thatLocator, "invoiceStatus", rhsInvoiceStatus), lhsInvoiceStatus, rhsInvoiceStatus, (this.invoiceStatus!= null), (that.invoiceStatus!= null))) { return false; } } { String lhsCallToAction; lhsCallToAction = this.getCallToAction(); String rhsCallToAction; rhsCallToAction = that.getCallToAction(); if (!strategy.equals(LocatorUtils.property(thisLocator, "callToAction", lhsCallToAction), LocatorUtils.property(thatLocator, "callToAction", rhsCallToAction), lhsCallToAction, rhsCallToAction, (this.callToAction!= null), (that.callToAction!= null))) { return false; } } { List lhsInvoiceStatusLog; lhsInvoiceStatusLog = (((this.invoiceStatusLog!= null)&&(!this.invoiceStatusLog.isEmpty()))?this.getInvoiceStatusLog():null); List rhsInvoiceStatusLog; rhsInvoiceStatusLog = (((that.invoiceStatusLog!= null)&&(!that.invoiceStatusLog.isEmpty()))?that.getInvoiceStatusLog():null); if (!strategy.equals(LocatorUtils.property(thisLocator, "invoiceStatusLog", lhsInvoiceStatusLog), LocatorUtils.property(thatLocator, "invoiceStatusLog", rhsInvoiceStatusLog), lhsInvoiceStatusLog, rhsInvoiceStatusLog, ((this.invoiceStatusLog!= null)&&(!this.invoiceStatusLog.isEmpty())), ((that.invoiceStatusLog!= null)&&(!that.invoiceStatusLog.isEmpty())))) { return false; } } { IntuitAnyType lhsInvoiceEx; lhsInvoiceEx = this.getInvoiceEx(); IntuitAnyType rhsInvoiceEx; rhsInvoiceEx = that.getInvoiceEx(); if (!strategy.equals(LocatorUtils.property(thisLocator, "invoiceEx", lhsInvoiceEx), LocatorUtils.property(thatLocator, "invoiceEx", rhsInvoiceEx), lhsInvoiceEx, rhsInvoiceEx, (this.invoiceEx!= null), (that.invoiceEx!= null))) { return false; } } { BigDecimal lhsLessCIS; lhsLessCIS = this.getLessCIS(); BigDecimal rhsLessCIS; rhsLessCIS = that.getLessCIS(); if (!strategy.equals(LocatorUtils.property(thisLocator, "lessCIS", lhsLessCIS), LocatorUtils.property(thatLocator, "lessCIS", rhsLessCIS), lhsLessCIS, rhsLessCIS, (this.lessCIS!= null), (that.lessCIS!= null))) { return false; } } { String lhsInvoiceLink; lhsInvoiceLink = this.getInvoiceLink(); String rhsInvoiceLink; rhsInvoiceLink = that.getInvoiceLink(); if (!strategy.equals(LocatorUtils.property(thisLocator, "invoiceLink", lhsInvoiceLink), LocatorUtils.property(thatLocator, "invoiceLink", rhsInvoiceLink), lhsInvoiceLink, rhsInvoiceLink, (this.invoiceLink!= null), (that.invoiceLink!= null))) { return false; } } { String lhsPaymentDetailsMessage; lhsPaymentDetailsMessage = this.getPaymentDetailsMessage(); String rhsPaymentDetailsMessage; rhsPaymentDetailsMessage = that.getPaymentDetailsMessage(); if (!strategy.equals(LocatorUtils.property(thisLocator, "paymentDetailsMessage", lhsPaymentDetailsMessage), LocatorUtils.property(thatLocator, "paymentDetailsMessage", rhsPaymentDetailsMessage), lhsPaymentDetailsMessage, rhsPaymentDetailsMessage, (this.paymentDetailsMessage!= null), (that.paymentDetailsMessage!= null))) { return false; } } { ConvenienceFeeDetail lhsConvenienceFeeDetail; lhsConvenienceFeeDetail = this.getConvenienceFeeDetail(); ConvenienceFeeDetail rhsConvenienceFeeDetail; rhsConvenienceFeeDetail = that.getConvenienceFeeDetail(); if (!strategy.equals(LocatorUtils.property(thisLocator, "convenienceFeeDetail", lhsConvenienceFeeDetail), LocatorUtils.property(thatLocator, "convenienceFeeDetail", rhsConvenienceFeeDetail), lhsConvenienceFeeDetail, rhsConvenienceFeeDetail, (this.convenienceFeeDetail!= null), (that.convenienceFeeDetail!= null))) { return false; } } { String lhsInvoiceLinkSecurityCode; lhsInvoiceLinkSecurityCode = this.getInvoiceLinkSecurityCode(); String rhsInvoiceLinkSecurityCode; rhsInvoiceLinkSecurityCode = that.getInvoiceLinkSecurityCode(); if (!strategy.equals(LocatorUtils.property(thisLocator, "invoiceLinkSecurityCode", lhsInvoiceLinkSecurityCode), LocatorUtils.property(thatLocator, "invoiceLinkSecurityCode", rhsInvoiceLinkSecurityCode), lhsInvoiceLinkSecurityCode, rhsInvoiceLinkSecurityCode, (this.invoiceLinkSecurityCode!= null), (that.invoiceLinkSecurityCode!= null))) { return false; } } { Date lhsInvoiceLinkExpiryDate; lhsInvoiceLinkExpiryDate = this.getInvoiceLinkExpiryDate(); Date rhsInvoiceLinkExpiryDate; rhsInvoiceLinkExpiryDate = that.getInvoiceLinkExpiryDate(); if (!strategy.equals(LocatorUtils.property(thisLocator, "invoiceLinkExpiryDate", lhsInvoiceLinkExpiryDate), LocatorUtils.property(thatLocator, "invoiceLinkExpiryDate", rhsInvoiceLinkExpiryDate), lhsInvoiceLinkExpiryDate, rhsInvoiceLinkExpiryDate, (this.invoiceLinkExpiryDate!= null), (that.invoiceLinkExpiryDate!= null))) { return false; } } { Boolean lhsAutoPayEligible; lhsAutoPayEligible = this.isAutoPayEligible(); Boolean rhsAutoPayEligible; rhsAutoPayEligible = that.isAutoPayEligible(); if (!strategy.equals(LocatorUtils.property(thisLocator, "autoPayEligible", lhsAutoPayEligible), LocatorUtils.property(thatLocator, "autoPayEligible", rhsAutoPayEligible), lhsAutoPayEligible, rhsAutoPayEligible, (this.autoPayEligible!= null), (that.autoPayEligible!= null))) { return false; } } { Boolean lhsSchedulePayEligible; lhsSchedulePayEligible = this.isSchedulePayEligible(); Boolean rhsSchedulePayEligible; rhsSchedulePayEligible = that.isSchedulePayEligible(); if (!strategy.equals(LocatorUtils.property(thisLocator, "schedulePayEligible", lhsSchedulePayEligible), LocatorUtils.property(thatLocator, "schedulePayEligible", rhsSchedulePayEligible), lhsSchedulePayEligible, rhsSchedulePayEligible, (this.schedulePayEligible!= null), (that.schedulePayEligible!= null))) { return false; } } { String lhsScheduledPaymentId; lhsScheduledPaymentId = this.getScheduledPaymentId(); String rhsScheduledPaymentId; rhsScheduledPaymentId = that.getScheduledPaymentId(); if (!strategy.equals(LocatorUtils.property(thisLocator, "scheduledPaymentId", lhsScheduledPaymentId), LocatorUtils.property(thatLocator, "scheduledPaymentId", rhsScheduledPaymentId), lhsScheduledPaymentId, rhsScheduledPaymentId, (this.scheduledPaymentId!= null), (that.scheduledPaymentId!= null))) { return false; } } { Boolean lhsGratuityEnabled; lhsGratuityEnabled = this.isGratuityEnabled(); Boolean rhsGratuityEnabled; rhsGratuityEnabled = that.isGratuityEnabled(); if (!strategy.equals(LocatorUtils.property(thisLocator, "gratuityEnabled", lhsGratuityEnabled), LocatorUtils.property(thatLocator, "gratuityEnabled", rhsGratuityEnabled), lhsGratuityEnabled, rhsGratuityEnabled, (this.gratuityEnabled!= null), (that.gratuityEnabled!= null))) { return false; } } { FinancingProductTypeEnum lhsFinancingProductType; lhsFinancingProductType = this.getFinancingProductType(); FinancingProductTypeEnum rhsFinancingProductType; rhsFinancingProductType = that.getFinancingProductType(); if (!strategy.equals(LocatorUtils.property(thisLocator, "financingProductType", lhsFinancingProductType), LocatorUtils.property(thatLocator, "financingProductType", rhsFinancingProductType), lhsFinancingProductType, rhsFinancingProductType, (this.financingProductType!= null), (that.financingProductType!= null))) { return false; } } { SubscriptionPaymentsSettingEnum lhsSubscriptionPaymentsSetting; lhsSubscriptionPaymentsSetting = this.getSubscriptionPaymentsSetting(); SubscriptionPaymentsSettingEnum rhsSubscriptionPaymentsSetting; rhsSubscriptionPaymentsSetting = that.getSubscriptionPaymentsSetting(); if (!strategy.equals(LocatorUtils.property(thisLocator, "subscriptionPaymentsSetting", lhsSubscriptionPaymentsSetting), LocatorUtils.property(thatLocator, "subscriptionPaymentsSetting", rhsSubscriptionPaymentsSetting), lhsSubscriptionPaymentsSetting, rhsSubscriptionPaymentsSetting, (this.subscriptionPaymentsSetting!= null), (that.subscriptionPaymentsSetting!= null))) { return false; } } return true; } public boolean equals(Object object) { final EqualsStrategy2 strategy = JAXBEqualsStrategy.INSTANCE; return equals(null, null, object, strategy); } public int hashCode(ObjectLocator locator, HashCodeStrategy2 strategy) { int currentHashCode = super.hashCode(locator, strategy); { BigDecimal theDeposit; theDeposit = this.getDeposit(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "deposit", theDeposit), currentHashCode, theDeposit, (this.deposit!= null)); } { Boolean theAllowIPNPayment; theAllowIPNPayment = this.isAllowIPNPayment(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "allowIPNPayment", theAllowIPNPayment), currentHashCode, theAllowIPNPayment, (this.allowIPNPayment!= null)); } { Boolean theAllowOnlinePayment; theAllowOnlinePayment = this.isAllowOnlinePayment(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "allowOnlinePayment", theAllowOnlinePayment), currentHashCode, theAllowOnlinePayment, (this.allowOnlinePayment!= null)); } { Boolean theAllowOnlineCreditCardPayment; theAllowOnlineCreditCardPayment = this.isAllowOnlineCreditCardPayment(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "allowOnlineCreditCardPayment", theAllowOnlineCreditCardPayment), currentHashCode, theAllowOnlineCreditCardPayment, (this.allowOnlineCreditCardPayment!= null)); } { Boolean theAllowOnlineACHPayment; theAllowOnlineACHPayment = this.isAllowOnlineACHPayment(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "allowOnlineACHPayment", theAllowOnlineACHPayment), currentHashCode, theAllowOnlineACHPayment, (this.allowOnlineACHPayment!= null)); } { ETransactionStatusEnum theEInvoiceStatus; theEInvoiceStatus = this.getEInvoiceStatus(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "eInvoiceStatus", theEInvoiceStatus), currentHashCode, theEInvoiceStatus, (this.eInvoiceStatus!= null)); } { Date theECloudStatusTimeStamp; theECloudStatusTimeStamp = this.getECloudStatusTimeStamp(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "eCloudStatusTimeStamp", theECloudStatusTimeStamp), currentHashCode, theECloudStatusTimeStamp, (this.eCloudStatusTimeStamp!= null)); } { String theInvoiceStatus; theInvoiceStatus = this.getInvoiceStatus(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "invoiceStatus", theInvoiceStatus), currentHashCode, theInvoiceStatus, (this.invoiceStatus!= null)); } { String theCallToAction; theCallToAction = this.getCallToAction(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "callToAction", theCallToAction), currentHashCode, theCallToAction, (this.callToAction!= null)); } { List theInvoiceStatusLog; theInvoiceStatusLog = (((this.invoiceStatusLog!= null)&&(!this.invoiceStatusLog.isEmpty()))?this.getInvoiceStatusLog():null); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "invoiceStatusLog", theInvoiceStatusLog), currentHashCode, theInvoiceStatusLog, ((this.invoiceStatusLog!= null)&&(!this.invoiceStatusLog.isEmpty()))); } { IntuitAnyType theInvoiceEx; theInvoiceEx = this.getInvoiceEx(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "invoiceEx", theInvoiceEx), currentHashCode, theInvoiceEx, (this.invoiceEx!= null)); } { BigDecimal theLessCIS; theLessCIS = this.getLessCIS(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "lessCIS", theLessCIS), currentHashCode, theLessCIS, (this.lessCIS!= null)); } { String theInvoiceLink; theInvoiceLink = this.getInvoiceLink(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "invoiceLink", theInvoiceLink), currentHashCode, theInvoiceLink, (this.invoiceLink!= null)); } { String thePaymentDetailsMessage; thePaymentDetailsMessage = this.getPaymentDetailsMessage(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "paymentDetailsMessage", thePaymentDetailsMessage), currentHashCode, thePaymentDetailsMessage, (this.paymentDetailsMessage!= null)); } { ConvenienceFeeDetail theConvenienceFeeDetail; theConvenienceFeeDetail = this.getConvenienceFeeDetail(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "convenienceFeeDetail", theConvenienceFeeDetail), currentHashCode, theConvenienceFeeDetail, (this.convenienceFeeDetail!= null)); } { String theInvoiceLinkSecurityCode; theInvoiceLinkSecurityCode = this.getInvoiceLinkSecurityCode(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "invoiceLinkSecurityCode", theInvoiceLinkSecurityCode), currentHashCode, theInvoiceLinkSecurityCode, (this.invoiceLinkSecurityCode!= null)); } { Date theInvoiceLinkExpiryDate; theInvoiceLinkExpiryDate = this.getInvoiceLinkExpiryDate(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "invoiceLinkExpiryDate", theInvoiceLinkExpiryDate), currentHashCode, theInvoiceLinkExpiryDate, (this.invoiceLinkExpiryDate!= null)); } { Boolean theAutoPayEligible; theAutoPayEligible = this.isAutoPayEligible(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "autoPayEligible", theAutoPayEligible), currentHashCode, theAutoPayEligible, (this.autoPayEligible!= null)); } { Boolean theSchedulePayEligible; theSchedulePayEligible = this.isSchedulePayEligible(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "schedulePayEligible", theSchedulePayEligible), currentHashCode, theSchedulePayEligible, (this.schedulePayEligible!= null)); } { String theScheduledPaymentId; theScheduledPaymentId = this.getScheduledPaymentId(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "scheduledPaymentId", theScheduledPaymentId), currentHashCode, theScheduledPaymentId, (this.scheduledPaymentId!= null)); } { Boolean theGratuityEnabled; theGratuityEnabled = this.isGratuityEnabled(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "gratuityEnabled", theGratuityEnabled), currentHashCode, theGratuityEnabled, (this.gratuityEnabled!= null)); } { FinancingProductTypeEnum theFinancingProductType; theFinancingProductType = this.getFinancingProductType(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "financingProductType", theFinancingProductType), currentHashCode, theFinancingProductType, (this.financingProductType!= null)); } { SubscriptionPaymentsSettingEnum theSubscriptionPaymentsSetting; theSubscriptionPaymentsSetting = this.getSubscriptionPaymentsSetting(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "subscriptionPaymentsSetting", theSubscriptionPaymentsSetting), currentHashCode, theSubscriptionPaymentsSetting, (this.subscriptionPaymentsSetting!= null)); } return currentHashCode; } public int hashCode() { final HashCodeStrategy2 strategy = JAXBHashCodeStrategy.INSTANCE; return this.hashCode(null, strategy); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy