IRIS Form1099CDetailType

IRIS > IRIS XML

Under Development
as of April 11, 2023

Tree


+- root: Form1099CDetailType
|  +- taxYr: String
|  +- recordId: String
|  +- issuerOfficeCd: String
|  +- voidInd: String
|  +- correctedInd: String
|  +- prevSubmittedRecRecipientGrp: PrevSubmittedRecRecipientGrpType
|  |  +- uniqueRecordId: String
|  |  +- tin: String
|  |  +- personName: OtherCompletePersonNameType
|  |  |  +- personFirstNm: String
|  |  |  +- personMiddleNm: String
|  |  |  +- personLastNm: String
|  |  |  +- suffixNm: String
|  |  +- businessName: BusinessNameType
|  |  |  +- businessNameLine1Txt: String
|  |  |  +- businessNameLine2Txt: String
|  +- recipientDetail: RecipientDetailType
|  |  +- tin: String
|  |  +- tinSubmittedTypeCd: TINSubmittedTypeCdType
|  |  +- personNameControlTxt: String
|  |  +- personName: OtherCompletePersonNameType
|  |  |  +- personFirstNm: String
|  |  |  +- personMiddleNm: String
|  |  |  +- personLastNm: String
|  |  |  +- suffixNm: String
|  |  +- businessNameControlTxt: String
|  |  +- businessName: BusinessNameType
|  |  |  +- businessNameLine1Txt: String
|  |  |  +- businessNameLine2Txt: String
|  |  +- additionalRecipientTxt: String
|  |  +- mailingAddressGrp: AddressGrpType
|  |  |  +- usAddress: USAddressType
|  |  |  |  +- addressLine1Txt: String
|  |  |  |  +- addressLine2Txt: String
|  |  |  |  +- cityNm: String
|  |  |  |  +- stateAbbreviationCd: StateType
|  |  |  |  +- zipCd: String
|  |  |  +- foreignAddress: ForeignAddressType
|  |  |  |  +- addressLine1Txt: String
|  |  |  |  +- addressLine2Txt: String
|  |  |  |  +- cityNm: String
|  |  |  |  +- provinceOrStateNm: String
|  |  |  |  +- countryCd: CountryType
|  |  |  |  +- foreignPostalCd: String
|  |  +- recipientAccountNum: String
|  +- identifiableEventDt: XMLGregorianCalendar
|  +- debtDischargeAmt: BigInteger
|  +- interestAmt: BigInteger
|  +- debtDesc: String
|  +- debtorLiableDebtRepaymentInd: String
|  +- identifiableEventCd: String
|  +- fairMarketValueAmt: BigInteger


Flattened

Form1099CDetailType.taxYr
Form1099CDetailType.recordId
Form1099CDetailType.issuerOfficeCd
Form1099CDetailType.voidInd
Form1099CDetailType.correctedInd
Form1099CDetailType.prevSubmittedRecRecipientGrp.uniqueRecordId
Form1099CDetailType.prevSubmittedRecRecipientGrp.tin
Form1099CDetailType.prevSubmittedRecRecipientGrp.personName.personFirstNm
Form1099CDetailType.prevSubmittedRecRecipientGrp.personName.personMiddleNm
Form1099CDetailType.prevSubmittedRecRecipientGrp.personName.personLastNm
Form1099CDetailType.prevSubmittedRecRecipientGrp.personName.suffixNm
Form1099CDetailType.prevSubmittedRecRecipientGrp.businessName.businessNameLine1Txt
Form1099CDetailType.prevSubmittedRecRecipientGrp.businessName.businessNameLine2Txt
Form1099CDetailType.recipientDetail.tin
Form1099CDetailType.recipientDetail.tinSubmittedTypeCd
Form1099CDetailType.recipientDetail.personNameControlTxt
Form1099CDetailType.recipientDetail.personName.personFirstNm
Form1099CDetailType.recipientDetail.personName.personMiddleNm
Form1099CDetailType.recipientDetail.personName.personLastNm
Form1099CDetailType.recipientDetail.personName.suffixNm
Form1099CDetailType.recipientDetail.businessNameControlTxt
Form1099CDetailType.recipientDetail.businessName.businessNameLine1Txt
Form1099CDetailType.recipientDetail.businessName.businessNameLine2Txt
Form1099CDetailType.recipientDetail.additionalRecipientTxt
Form1099CDetailType.recipientDetail.mailingAddressGrp.usAddress.addressLine1Txt
Form1099CDetailType.recipientDetail.mailingAddressGrp.usAddress.addressLine2Txt
Form1099CDetailType.recipientDetail.mailingAddressGrp.usAddress.cityNm
Form1099CDetailType.recipientDetail.mailingAddressGrp.usAddress.stateAbbreviationCd
Form1099CDetailType.recipientDetail.mailingAddressGrp.usAddress.zipCd
Form1099CDetailType.recipientDetail.mailingAddressGrp.foreignAddress.addressLine1Txt
Form1099CDetailType.recipientDetail.mailingAddressGrp.foreignAddress.addressLine2Txt
Form1099CDetailType.recipientDetail.mailingAddressGrp.foreignAddress.cityNm
Form1099CDetailType.recipientDetail.mailingAddressGrp.foreignAddress.provinceOrStateNm
Form1099CDetailType.recipientDetail.mailingAddressGrp.foreignAddress.countryCd
Form1099CDetailType.recipientDetail.mailingAddressGrp.foreignAddress.foreignPostalCd
Form1099CDetailType.recipientDetail.recipientAccountNum
Form1099CDetailType.identifiableEventDt
Form1099CDetailType.debtDischargeAmt
Form1099CDetailType.interestAmt
Form1099CDetailType.debtDesc
Form1099CDetailType.debtorLiableDebtRepaymentInd
Form1099CDetailType.identifiableEventCd
Form1099CDetailType.fairMarketValueAmt

Java Code


package modelsiris;

import java.math.BigInteger;
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.datatype.XMLGregorianCalendar;
import org.jvnet.jaxb2_commons.lang.Equals2;
import org.jvnet.jaxb2_commons.lang.EqualsStrategy2;
import org.jvnet.jaxb2_commons.lang.JAXBEqualsStrategy;
import org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy;
import org.jvnet.jaxb2_commons.lang.ToString2;
import org.jvnet.jaxb2_commons.lang.ToStringStrategy2;
import org.jvnet.jaxb2_commons.locator.ObjectLocator;
import org.jvnet.jaxb2_commons.locator.util.LocatorUtils;


/**
 * 
 * <pre>
 * <?xml version="1.0" encoding="UTF-8"?><Component xmlns="urn:us:gov:treasury:irs:ir" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><DictionaryEntryNm>Form 1099 C Detail Type</DictionaryEntryNm><MajorVersionNum>1</MajorVersionNum><MinorVersionNum>0</MinorVersionNum><VersionEffectiveBeginDt>2021-10-21</VersionEffectiveBeginDt><VersionDescriptionTxt>Initial version</VersionDescriptionTxt><DescriptionTxt>The content model for the form 1099 C.</DescriptionTxt></Component>
 * </pre>
 * 
 * 
 * <p>Java class for Form1099CDetailType complex type.
 * 
 * <p>The following schema fragment specifies the expected content contained within this class.
 * 
 * <pre>
 * <complexType name="Form1099CDetailType">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="TaxYr" type="{urn:us:gov:treasury:irs:ir}YearType"/>
 *         <element name="RecordId" type="{urn:us:gov:treasury:irs:ir}RecordIdType"/>
 *         <element name="IssuerOfficeCd" type="{urn:us:gov:treasury:irs:ir}Code4Type" minOccurs="0"/>
 *         <element name="VoidInd" type="{urn:us:gov:treasury:irs:ir}DigitBooleanType"/>
 *         <element name="CorrectedInd" type="{urn:us:gov:treasury:irs:ir}DigitBooleanType"/>
 *         <element name="PrevSubmittedRecRecipientGrp" type="{urn:us:gov:treasury:irs:ir}PrevSubmittedRecRecipientGrpType" minOccurs="0"/>
 *         <element name="RecipientDetail" type="{urn:us:gov:treasury:irs:ir}RecipientDetailType"/>
 *         <element name="IdentifiableEventDt" type="{urn:us:gov:treasury:irs:ir}DateType" minOccurs="0"/>
 *         <element name="DebtDischargeAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="InterestAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="DebtDesc" type="{urn:us:gov:treasury:irs:ir}LineExplanationType" minOccurs="0"/>
 *         <element name="DebtorLiableDebtRepaymentInd" type="{urn:us:gov:treasury:irs:ir}DigitBooleanType"/>
 *         <element name="IdentifiableEventCd">
 *           <simpleType>
 *             <restriction base="{urn:us:gov:treasury:irs:ir}TextType">
 *               <enumeration value="A"/>
 *               <enumeration value="B"/>
 *               <enumeration value="C"/>
 *               <enumeration value="D"/>
 *               <enumeration value="E"/>
 *               <enumeration value="F"/>
 *               <enumeration value="G"/>
 *               <enumeration value="H"/>
 *             </restriction>
 *           </simpleType>
 *         </element>
 *         <element name="FairMarketValueAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * </pre>
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Form1099CDetailType", namespace = "urn:us:gov:treasury:irs:ir", propOrder = {
    "taxYr",
    "recordId",
    "issuerOfficeCd",
    "voidInd",
    "correctedInd",
    "prevSubmittedRecRecipientGrp",
    "recipientDetail",
    "identifiableEventDt",
    "debtDischargeAmt",
    "interestAmt",
    "debtDesc",
    "debtorLiableDebtRepaymentInd",
    "identifiableEventCd",
    "fairMarketValueAmt"
})
public class Form1099CDetailType implements Equals2, ToString2
{

    @XmlElement(name = "TaxYr", namespace = "urn:us:gov:treasury:irs:ir", required = true)
    protected String taxYr;
    @XmlElement(name = "RecordId", namespace = "urn:us:gov:treasury:irs:ir", required = true)
    protected String recordId;
    @XmlElement(name = "IssuerOfficeCd", namespace = "urn:us:gov:treasury:irs:ir")
    protected String issuerOfficeCd;
    @XmlElement(name = "VoidInd", namespace = "urn:us:gov:treasury:irs:ir", required = true)
    protected String voidInd;
    @XmlElement(name = "CorrectedInd", namespace = "urn:us:gov:treasury:irs:ir", required = true)
    protected String correctedInd;
    @XmlElement(name = "PrevSubmittedRecRecipientGrp", namespace = "urn:us:gov:treasury:irs:ir")
    protected PrevSubmittedRecRecipientGrpType prevSubmittedRecRecipientGrp;
    @XmlElement(name = "RecipientDetail", namespace = "urn:us:gov:treasury:irs:ir", required = true)
    protected RecipientDetailType recipientDetail;
    @XmlElement(name = "IdentifiableEventDt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "date")
    protected XMLGregorianCalendar identifiableEventDt;
    @XmlElement(name = "DebtDischargeAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger debtDischargeAmt;
    @XmlElement(name = "InterestAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger interestAmt;
    @XmlElement(name = "DebtDesc", namespace = "urn:us:gov:treasury:irs:ir")
    protected String debtDesc;
    @XmlElement(name = "DebtorLiableDebtRepaymentInd", namespace = "urn:us:gov:treasury:irs:ir", required = true)
    protected String debtorLiableDebtRepaymentInd;
    @XmlElement(name = "IdentifiableEventCd", namespace = "urn:us:gov:treasury:irs:ir", required = true)
    protected String identifiableEventCd;
    @XmlElement(name = "FairMarketValueAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger fairMarketValueAmt;

    /**
     * Gets the value of the taxYr property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getTaxYr() {
        return taxYr;
    }

    /**
     * Sets the value of the taxYr property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setTaxYr(String value) {
        this.taxYr = value;
    }

    /**
     * Gets the value of the recordId property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getRecordId() {
        return recordId;
    }

    /**
     * Sets the value of the recordId property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setRecordId(String value) {
        this.recordId = value;
    }

    /**
     * Gets the value of the issuerOfficeCd property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getIssuerOfficeCd() {
        return issuerOfficeCd;
    }

    /**
     * Sets the value of the issuerOfficeCd property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setIssuerOfficeCd(String value) {
        this.issuerOfficeCd = value;
    }

    /**
     * Gets the value of the voidInd property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getVoidInd() {
        return voidInd;
    }

    /**
     * Sets the value of the voidInd property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setVoidInd(String value) {
        this.voidInd = value;
    }

    /**
     * Gets the value of the correctedInd property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getCorrectedInd() {
        return correctedInd;
    }

    /**
     * Sets the value of the correctedInd property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setCorrectedInd(String value) {
        this.correctedInd = value;
    }

    /**
     * Gets the value of the prevSubmittedRecRecipientGrp property.
     * 
     * @return
     *     possible object is
     *     {@link PrevSubmittedRecRecipientGrpType }
     *     
     */
    public PrevSubmittedRecRecipientGrpType getPrevSubmittedRecRecipientGrp() {
        return prevSubmittedRecRecipientGrp;
    }

    /**
     * Sets the value of the prevSubmittedRecRecipientGrp property.
     * 
     * @param value
     *     allowed object is
     *     {@link PrevSubmittedRecRecipientGrpType }
     *     
     */
    public void setPrevSubmittedRecRecipientGrp(PrevSubmittedRecRecipientGrpType value) {
        this.prevSubmittedRecRecipientGrp = value;
    }

    /**
     * Gets the value of the recipientDetail property.
     * 
     * @return
     *     possible object is
     *     {@link RecipientDetailType }
     *     
     */
    public RecipientDetailType getRecipientDetail() {
        return recipientDetail;
    }

    /**
     * Sets the value of the recipientDetail property.
     * 
     * @param value
     *     allowed object is
     *     {@link RecipientDetailType }
     *     
     */
    public void setRecipientDetail(RecipientDetailType value) {
        this.recipientDetail = value;
    }

    /**
     * Gets the value of the identifiableEventDt property.
     * 
     * @return
     *     possible object is
     *     {@link XMLGregorianCalendar }
     *     
     */
    public XMLGregorianCalendar getIdentifiableEventDt() {
        return identifiableEventDt;
    }

    /**
     * Sets the value of the identifiableEventDt property.
     * 
     * @param value
     *     allowed object is
     *     {@link XMLGregorianCalendar }
     *     
     */
    public void setIdentifiableEventDt(XMLGregorianCalendar value) {
        this.identifiableEventDt = value;
    }

    /**
     * Gets the value of the debtDischargeAmt property.
     * 
     * @return
     *     possible object is
     *     {@link BigInteger }
     *     
     */
    public BigInteger getDebtDischargeAmt() {
        return debtDischargeAmt;
    }

    /**
     * Sets the value of the debtDischargeAmt property.
     * 
     * @param value
     *     allowed object is
     *     {@link BigInteger }
     *     
     */
    public void setDebtDischargeAmt(BigInteger value) {
        this.debtDischargeAmt = value;
    }

    /**
     * Gets the value of the interestAmt property.
     * 
     * @return
     *     possible object is
     *     {@link BigInteger }
     *     
     */
    public BigInteger getInterestAmt() {
        return interestAmt;
    }

    /**
     * Sets the value of the interestAmt property.
     * 
     * @param value
     *     allowed object is
     *     {@link BigInteger }
     *     
     */
    public void setInterestAmt(BigInteger value) {
        this.interestAmt = value;
    }

    /**
     * Gets the value of the debtDesc property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getDebtDesc() {
        return debtDesc;
    }

    /**
     * Sets the value of the debtDesc property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setDebtDesc(String value) {
        this.debtDesc = value;
    }

    /**
     * Gets the value of the debtorLiableDebtRepaymentInd property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getDebtorLiableDebtRepaymentInd() {
        return debtorLiableDebtRepaymentInd;
    }

    /**
     * Sets the value of the debtorLiableDebtRepaymentInd property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setDebtorLiableDebtRepaymentInd(String value) {
        this.debtorLiableDebtRepaymentInd = value;
    }

    /**
     * Gets the value of the identifiableEventCd property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getIdentifiableEventCd() {
        return identifiableEventCd;
    }

    /**
     * Sets the value of the identifiableEventCd property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setIdentifiableEventCd(String value) {
        this.identifiableEventCd = value;
    }

    /**
     * Gets the value of the fairMarketValueAmt property.
     * 
     * @return
     *     possible object is
     *     {@link BigInteger }
     *     
     */
    public BigInteger getFairMarketValueAmt() {
        return fairMarketValueAmt;
    }

    /**
     * Sets the value of the fairMarketValueAmt property.
     * 
     * @param value
     *     allowed object is
     *     {@link BigInteger }
     *     
     */
    public void setFairMarketValueAmt(BigInteger value) {
        this.fairMarketValueAmt = value;
    }

    public String toString() {
        final ToStringStrategy2 strategy = JAXBToStringStrategy.INSTANCE;
        final StringBuilder buffer = new StringBuilder();
        append(null, buffer, strategy);
        return buffer.toString();
    }

    public StringBuilder append(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) {
        strategy.appendStart(locator, this, buffer);
        appendFields(locator, buffer, strategy);
        strategy.appendEnd(locator, this, buffer);
        return buffer;
    }

    public StringBuilder appendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) {
        {
            String theTaxYr;
            theTaxYr = this.getTaxYr();
            strategy.appendField(locator, this, "taxYr", buffer, theTaxYr, (this.taxYr!= null));
        }
        {
            String theRecordId;
            theRecordId = this.getRecordId();
            strategy.appendField(locator, this, "recordId", buffer, theRecordId, (this.recordId!= null));
        }
        {
            String theIssuerOfficeCd;
            theIssuerOfficeCd = this.getIssuerOfficeCd();
            strategy.appendField(locator, this, "issuerOfficeCd", buffer, theIssuerOfficeCd, (this.issuerOfficeCd!= null));
        }
        {
            String theVoidInd;
            theVoidInd = this.getVoidInd();
            strategy.appendField(locator, this, "voidInd", buffer, theVoidInd, (this.voidInd!= null));
        }
        {
            String theCorrectedInd;
            theCorrectedInd = this.getCorrectedInd();
            strategy.appendField(locator, this, "correctedInd", buffer, theCorrectedInd, (this.correctedInd!= null));
        }
        {
            PrevSubmittedRecRecipientGrpType thePrevSubmittedRecRecipientGrp;
            thePrevSubmittedRecRecipientGrp = this.getPrevSubmittedRecRecipientGrp();
            strategy.appendField(locator, this, "prevSubmittedRecRecipientGrp", buffer, thePrevSubmittedRecRecipientGrp, (this.prevSubmittedRecRecipientGrp!= null));
        }
        {
            RecipientDetailType theRecipientDetail;
            theRecipientDetail = this.getRecipientDetail();
            strategy.appendField(locator, this, "recipientDetail", buffer, theRecipientDetail, (this.recipientDetail!= null));
        }
        {
            XMLGregorianCalendar theIdentifiableEventDt;
            theIdentifiableEventDt = this.getIdentifiableEventDt();
            strategy.appendField(locator, this, "identifiableEventDt", buffer, theIdentifiableEventDt, (this.identifiableEventDt!= null));
        }
        {
            BigInteger theDebtDischargeAmt;
            theDebtDischargeAmt = this.getDebtDischargeAmt();
            strategy.appendField(locator, this, "debtDischargeAmt", buffer, theDebtDischargeAmt, (this.debtDischargeAmt!= null));
        }
        {
            BigInteger theInterestAmt;
            theInterestAmt = this.getInterestAmt();
            strategy.appendField(locator, this, "interestAmt", buffer, theInterestAmt, (this.interestAmt!= null));
        }
        {
            String theDebtDesc;
            theDebtDesc = this.getDebtDesc();
            strategy.appendField(locator, this, "debtDesc", buffer, theDebtDesc, (this.debtDesc!= null));
        }
        {
            String theDebtorLiableDebtRepaymentInd;
            theDebtorLiableDebtRepaymentInd = this.getDebtorLiableDebtRepaymentInd();
            strategy.appendField(locator, this, "debtorLiableDebtRepaymentInd", buffer, theDebtorLiableDebtRepaymentInd, (this.debtorLiableDebtRepaymentInd!= null));
        }
        {
            String theIdentifiableEventCd;
            theIdentifiableEventCd = this.getIdentifiableEventCd();
            strategy.appendField(locator, this, "identifiableEventCd", buffer, theIdentifiableEventCd, (this.identifiableEventCd!= null));
        }
        {
            BigInteger theFairMarketValueAmt;
            theFairMarketValueAmt = this.getFairMarketValueAmt();
            strategy.appendField(locator, this, "fairMarketValueAmt", buffer, theFairMarketValueAmt, (this.fairMarketValueAmt!= null));
        }
        return buffer;
    }

    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;
        }
        final Form1099CDetailType that = ((Form1099CDetailType) object);
        {
            String lhsTaxYr;
            lhsTaxYr = this.getTaxYr();
            String rhsTaxYr;
            rhsTaxYr = that.getTaxYr();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "taxYr", lhsTaxYr), LocatorUtils.property(thatLocator, "taxYr", rhsTaxYr), lhsTaxYr, rhsTaxYr, (this.taxYr!= null), (that.taxYr!= null))) {
                return false;
            }
        }
        {
            String lhsRecordId;
            lhsRecordId = this.getRecordId();
            String rhsRecordId;
            rhsRecordId = that.getRecordId();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "recordId", lhsRecordId), LocatorUtils.property(thatLocator, "recordId", rhsRecordId), lhsRecordId, rhsRecordId, (this.recordId!= null), (that.recordId!= null))) {
                return false;
            }
        }
        {
            String lhsIssuerOfficeCd;
            lhsIssuerOfficeCd = this.getIssuerOfficeCd();
            String rhsIssuerOfficeCd;
            rhsIssuerOfficeCd = that.getIssuerOfficeCd();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "issuerOfficeCd", lhsIssuerOfficeCd), LocatorUtils.property(thatLocator, "issuerOfficeCd", rhsIssuerOfficeCd), lhsIssuerOfficeCd, rhsIssuerOfficeCd, (this.issuerOfficeCd!= null), (that.issuerOfficeCd!= null))) {
                return false;
            }
        }
        {
            String lhsVoidInd;
            lhsVoidInd = this.getVoidInd();
            String rhsVoidInd;
            rhsVoidInd = that.getVoidInd();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "voidInd", lhsVoidInd), LocatorUtils.property(thatLocator, "voidInd", rhsVoidInd), lhsVoidInd, rhsVoidInd, (this.voidInd!= null), (that.voidInd!= null))) {
                return false;
            }
        }
        {
            String lhsCorrectedInd;
            lhsCorrectedInd = this.getCorrectedInd();
            String rhsCorrectedInd;
            rhsCorrectedInd = that.getCorrectedInd();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "correctedInd", lhsCorrectedInd), LocatorUtils.property(thatLocator, "correctedInd", rhsCorrectedInd), lhsCorrectedInd, rhsCorrectedInd, (this.correctedInd!= null), (that.correctedInd!= null))) {
                return false;
            }
        }
        {
            PrevSubmittedRecRecipientGrpType lhsPrevSubmittedRecRecipientGrp;
            lhsPrevSubmittedRecRecipientGrp = this.getPrevSubmittedRecRecipientGrp();
            PrevSubmittedRecRecipientGrpType rhsPrevSubmittedRecRecipientGrp;
            rhsPrevSubmittedRecRecipientGrp = that.getPrevSubmittedRecRecipientGrp();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "prevSubmittedRecRecipientGrp", lhsPrevSubmittedRecRecipientGrp), LocatorUtils.property(thatLocator, "prevSubmittedRecRecipientGrp", rhsPrevSubmittedRecRecipientGrp), lhsPrevSubmittedRecRecipientGrp, rhsPrevSubmittedRecRecipientGrp, (this.prevSubmittedRecRecipientGrp!= null), (that.prevSubmittedRecRecipientGrp!= null))) {
                return false;
            }
        }
        {
            RecipientDetailType lhsRecipientDetail;
            lhsRecipientDetail = this.getRecipientDetail();
            RecipientDetailType rhsRecipientDetail;
            rhsRecipientDetail = that.getRecipientDetail();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "recipientDetail", lhsRecipientDetail), LocatorUtils.property(thatLocator, "recipientDetail", rhsRecipientDetail), lhsRecipientDetail, rhsRecipientDetail, (this.recipientDetail!= null), (that.recipientDetail!= null))) {
                return false;
            }
        }
        {
            XMLGregorianCalendar lhsIdentifiableEventDt;
            lhsIdentifiableEventDt = this.getIdentifiableEventDt();
            XMLGregorianCalendar rhsIdentifiableEventDt;
            rhsIdentifiableEventDt = that.getIdentifiableEventDt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "identifiableEventDt", lhsIdentifiableEventDt), LocatorUtils.property(thatLocator, "identifiableEventDt", rhsIdentifiableEventDt), lhsIdentifiableEventDt, rhsIdentifiableEventDt, (this.identifiableEventDt!= null), (that.identifiableEventDt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsDebtDischargeAmt;
            lhsDebtDischargeAmt = this.getDebtDischargeAmt();
            BigInteger rhsDebtDischargeAmt;
            rhsDebtDischargeAmt = that.getDebtDischargeAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "debtDischargeAmt", lhsDebtDischargeAmt), LocatorUtils.property(thatLocator, "debtDischargeAmt", rhsDebtDischargeAmt), lhsDebtDischargeAmt, rhsDebtDischargeAmt, (this.debtDischargeAmt!= null), (that.debtDischargeAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsInterestAmt;
            lhsInterestAmt = this.getInterestAmt();
            BigInteger rhsInterestAmt;
            rhsInterestAmt = that.getInterestAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "interestAmt", lhsInterestAmt), LocatorUtils.property(thatLocator, "interestAmt", rhsInterestAmt), lhsInterestAmt, rhsInterestAmt, (this.interestAmt!= null), (that.interestAmt!= null))) {
                return false;
            }
        }
        {
            String lhsDebtDesc;
            lhsDebtDesc = this.getDebtDesc();
            String rhsDebtDesc;
            rhsDebtDesc = that.getDebtDesc();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "debtDesc", lhsDebtDesc), LocatorUtils.property(thatLocator, "debtDesc", rhsDebtDesc), lhsDebtDesc, rhsDebtDesc, (this.debtDesc!= null), (that.debtDesc!= null))) {
                return false;
            }
        }
        {
            String lhsDebtorLiableDebtRepaymentInd;
            lhsDebtorLiableDebtRepaymentInd = this.getDebtorLiableDebtRepaymentInd();
            String rhsDebtorLiableDebtRepaymentInd;
            rhsDebtorLiableDebtRepaymentInd = that.getDebtorLiableDebtRepaymentInd();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "debtorLiableDebtRepaymentInd", lhsDebtorLiableDebtRepaymentInd), LocatorUtils.property(thatLocator, "debtorLiableDebtRepaymentInd", rhsDebtorLiableDebtRepaymentInd), lhsDebtorLiableDebtRepaymentInd, rhsDebtorLiableDebtRepaymentInd, (this.debtorLiableDebtRepaymentInd!= null), (that.debtorLiableDebtRepaymentInd!= null))) {
                return false;
            }
        }
        {
            String lhsIdentifiableEventCd;
            lhsIdentifiableEventCd = this.getIdentifiableEventCd();
            String rhsIdentifiableEventCd;
            rhsIdentifiableEventCd = that.getIdentifiableEventCd();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "identifiableEventCd", lhsIdentifiableEventCd), LocatorUtils.property(thatLocator, "identifiableEventCd", rhsIdentifiableEventCd), lhsIdentifiableEventCd, rhsIdentifiableEventCd, (this.identifiableEventCd!= null), (that.identifiableEventCd!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsFairMarketValueAmt;
            lhsFairMarketValueAmt = this.getFairMarketValueAmt();
            BigInteger rhsFairMarketValueAmt;
            rhsFairMarketValueAmt = that.getFairMarketValueAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "fairMarketValueAmt", lhsFairMarketValueAmt), LocatorUtils.property(thatLocator, "fairMarketValueAmt", rhsFairMarketValueAmt), lhsFairMarketValueAmt, rhsFairMarketValueAmt, (this.fairMarketValueAmt!= null), (that.fairMarketValueAmt!= null))) {
                return false;
            }
        }
        return true;
    }

    public boolean equals(Object object) {
        final EqualsStrategy2 strategy = JAXBEqualsStrategy.INSTANCE;
        return equals(null, null, object, strategy);
    }

}

© Copyright 2023. All Rights Reserved.