IRIS Form1099QDetailType

IRIS > IRIS XML

Under Development
as of April 11, 2023

Tree


+- root: Form1099QDetailType
|  +- 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
|  +- grossDistributionAmt: BigInteger
|  +- earningsAmt: BigInteger
|  +- basisAmt: BigInteger
|  +- trusteeToTrusteeTransferInd: String
|  +- distriFromPrivateQTPInd: String
|  +- distriFromStateQTPInd: String
|  +- distriFromCoverdellESAInd: String
|  +- notDesignatedBeneficiaryInd: String
|  +- form1099QDistributionCd: String


Flattened

Form1099QDetailType.taxYr
Form1099QDetailType.recordId
Form1099QDetailType.issuerOfficeCd
Form1099QDetailType.voidInd
Form1099QDetailType.correctedInd
Form1099QDetailType.prevSubmittedRecRecipientGrp.uniqueRecordId
Form1099QDetailType.prevSubmittedRecRecipientGrp.tin
Form1099QDetailType.prevSubmittedRecRecipientGrp.personName.personFirstNm
Form1099QDetailType.prevSubmittedRecRecipientGrp.personName.personMiddleNm
Form1099QDetailType.prevSubmittedRecRecipientGrp.personName.personLastNm
Form1099QDetailType.prevSubmittedRecRecipientGrp.personName.suffixNm
Form1099QDetailType.prevSubmittedRecRecipientGrp.businessName.businessNameLine1Txt
Form1099QDetailType.prevSubmittedRecRecipientGrp.businessName.businessNameLine2Txt
Form1099QDetailType.recipientDetail.tin
Form1099QDetailType.recipientDetail.tinSubmittedTypeCd
Form1099QDetailType.recipientDetail.personNameControlTxt
Form1099QDetailType.recipientDetail.personName.personFirstNm
Form1099QDetailType.recipientDetail.personName.personMiddleNm
Form1099QDetailType.recipientDetail.personName.personLastNm
Form1099QDetailType.recipientDetail.personName.suffixNm
Form1099QDetailType.recipientDetail.businessNameControlTxt
Form1099QDetailType.recipientDetail.businessName.businessNameLine1Txt
Form1099QDetailType.recipientDetail.businessName.businessNameLine2Txt
Form1099QDetailType.recipientDetail.additionalRecipientTxt
Form1099QDetailType.recipientDetail.mailingAddressGrp.usAddress.addressLine1Txt
Form1099QDetailType.recipientDetail.mailingAddressGrp.usAddress.addressLine2Txt
Form1099QDetailType.recipientDetail.mailingAddressGrp.usAddress.cityNm
Form1099QDetailType.recipientDetail.mailingAddressGrp.usAddress.stateAbbreviationCd
Form1099QDetailType.recipientDetail.mailingAddressGrp.usAddress.zipCd
Form1099QDetailType.recipientDetail.mailingAddressGrp.foreignAddress.addressLine1Txt
Form1099QDetailType.recipientDetail.mailingAddressGrp.foreignAddress.addressLine2Txt
Form1099QDetailType.recipientDetail.mailingAddressGrp.foreignAddress.cityNm
Form1099QDetailType.recipientDetail.mailingAddressGrp.foreignAddress.provinceOrStateNm
Form1099QDetailType.recipientDetail.mailingAddressGrp.foreignAddress.countryCd
Form1099QDetailType.recipientDetail.mailingAddressGrp.foreignAddress.foreignPostalCd
Form1099QDetailType.recipientDetail.recipientAccountNum
Form1099QDetailType.grossDistributionAmt
Form1099QDetailType.earningsAmt
Form1099QDetailType.basisAmt
Form1099QDetailType.trusteeToTrusteeTransferInd
Form1099QDetailType.distriFromPrivateQTPInd
Form1099QDetailType.distriFromStateQTPInd
Form1099QDetailType.distriFromCoverdellESAInd
Form1099QDetailType.notDesignatedBeneficiaryInd
Form1099QDetailType.form1099QDistributionCd

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 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 Q 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 Q.</DescriptionTxt></Component>
 * </pre>
 * 
 * 
 * <p>Java class for Form1099QDetailType complex type.
 * 
 * <p>The following schema fragment specifies the expected content contained within this class.
 * 
 * <pre>
 * <complexType name="Form1099QDetailType">
 *   <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="GrossDistributionAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="EarningsAmt" type="{urn:us:gov:treasury:irs:ir}USAmountType" minOccurs="0"/>
 *         <element name="BasisAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="TrusteeToTrusteeTransferInd" type="{urn:us:gov:treasury:irs:ir}DigitBooleanType"/>
 *         <element name="DistriFromPrivateQTPInd" type="{urn:us:gov:treasury:irs:ir}DigitBooleanType"/>
 *         <element name="DistriFromStateQTPInd" type="{urn:us:gov:treasury:irs:ir}DigitBooleanType"/>
 *         <element name="DistriFromCoverdellESAInd" type="{urn:us:gov:treasury:irs:ir}DigitBooleanType"/>
 *         <element name="NotDesignatedBeneficiaryInd" type="{urn:us:gov:treasury:irs:ir}DigitBooleanType"/>
 *         <element name="Form1099QDistributionCd" minOccurs="0">
 *           <simpleType>
 *             <restriction base="{urn:us:gov:treasury:irs:ir}TextType">
 *               <enumeration value="1"/>
 *               <enumeration value="2"/>
 *               <enumeration value="3"/>
 *               <enumeration value="4"/>
 *               <enumeration value="5"/>
 *               <enumeration value="6"/>
 *             </restriction>
 *           </simpleType>
 *         </element>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * </pre>
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Form1099QDetailType", namespace = "urn:us:gov:treasury:irs:ir", propOrder = {
    "taxYr",
    "recordId",
    "issuerOfficeCd",
    "voidInd",
    "correctedInd",
    "prevSubmittedRecRecipientGrp",
    "recipientDetail",
    "grossDistributionAmt",
    "earningsAmt",
    "basisAmt",
    "trusteeToTrusteeTransferInd",
    "distriFromPrivateQTPInd",
    "distriFromStateQTPInd",
    "distriFromCoverdellESAInd",
    "notDesignatedBeneficiaryInd",
    "form1099QDistributionCd"
})
public class Form1099QDetailType 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 = "GrossDistributionAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger grossDistributionAmt;
    @XmlElement(name = "EarningsAmt", namespace = "urn:us:gov:treasury:irs:ir")
    protected BigInteger earningsAmt;
    @XmlElement(name = "BasisAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger basisAmt;
    @XmlElement(name = "TrusteeToTrusteeTransferInd", namespace = "urn:us:gov:treasury:irs:ir", required = true)
    protected String trusteeToTrusteeTransferInd;
    @XmlElement(name = "DistriFromPrivateQTPInd", namespace = "urn:us:gov:treasury:irs:ir", required = true)
    protected String distriFromPrivateQTPInd;
    @XmlElement(name = "DistriFromStateQTPInd", namespace = "urn:us:gov:treasury:irs:ir", required = true)
    protected String distriFromStateQTPInd;
    @XmlElement(name = "DistriFromCoverdellESAInd", namespace = "urn:us:gov:treasury:irs:ir", required = true)
    protected String distriFromCoverdellESAInd;
    @XmlElement(name = "NotDesignatedBeneficiaryInd", namespace = "urn:us:gov:treasury:irs:ir", required = true)
    protected String notDesignatedBeneficiaryInd;
    @XmlElement(name = "Form1099QDistributionCd", namespace = "urn:us:gov:treasury:irs:ir")
    protected String form1099QDistributionCd;

    /**
     * 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 grossDistributionAmt property.
     * 
     * @return
     *     possible object is
     *     {@link BigInteger }
     *     
     */
    public BigInteger getGrossDistributionAmt() {
        return grossDistributionAmt;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /**
     * Sets the value of the form1099QDistributionCd property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setForm1099QDistributionCd(String value) {
        this.form1099QDistributionCd = 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));
        }
        {
            BigInteger theGrossDistributionAmt;
            theGrossDistributionAmt = this.getGrossDistributionAmt();
            strategy.appendField(locator, this, "grossDistributionAmt", buffer, theGrossDistributionAmt, (this.grossDistributionAmt!= null));
        }
        {
            BigInteger theEarningsAmt;
            theEarningsAmt = this.getEarningsAmt();
            strategy.appendField(locator, this, "earningsAmt", buffer, theEarningsAmt, (this.earningsAmt!= null));
        }
        {
            BigInteger theBasisAmt;
            theBasisAmt = this.getBasisAmt();
            strategy.appendField(locator, this, "basisAmt", buffer, theBasisAmt, (this.basisAmt!= null));
        }
        {
            String theTrusteeToTrusteeTransferInd;
            theTrusteeToTrusteeTransferInd = this.getTrusteeToTrusteeTransferInd();
            strategy.appendField(locator, this, "trusteeToTrusteeTransferInd", buffer, theTrusteeToTrusteeTransferInd, (this.trusteeToTrusteeTransferInd!= null));
        }
        {
            String theDistriFromPrivateQTPInd;
            theDistriFromPrivateQTPInd = this.getDistriFromPrivateQTPInd();
            strategy.appendField(locator, this, "distriFromPrivateQTPInd", buffer, theDistriFromPrivateQTPInd, (this.distriFromPrivateQTPInd!= null));
        }
        {
            String theDistriFromStateQTPInd;
            theDistriFromStateQTPInd = this.getDistriFromStateQTPInd();
            strategy.appendField(locator, this, "distriFromStateQTPInd", buffer, theDistriFromStateQTPInd, (this.distriFromStateQTPInd!= null));
        }
        {
            String theDistriFromCoverdellESAInd;
            theDistriFromCoverdellESAInd = this.getDistriFromCoverdellESAInd();
            strategy.appendField(locator, this, "distriFromCoverdellESAInd", buffer, theDistriFromCoverdellESAInd, (this.distriFromCoverdellESAInd!= null));
        }
        {
            String theNotDesignatedBeneficiaryInd;
            theNotDesignatedBeneficiaryInd = this.getNotDesignatedBeneficiaryInd();
            strategy.appendField(locator, this, "notDesignatedBeneficiaryInd", buffer, theNotDesignatedBeneficiaryInd, (this.notDesignatedBeneficiaryInd!= null));
        }
        {
            String theForm1099QDistributionCd;
            theForm1099QDistributionCd = this.getForm1099QDistributionCd();
            strategy.appendField(locator, this, "form1099QDistributionCd", buffer, theForm1099QDistributionCd, (this.form1099QDistributionCd!= 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 Form1099QDetailType that = ((Form1099QDetailType) 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;
            }
        }
        {
            BigInteger lhsGrossDistributionAmt;
            lhsGrossDistributionAmt = this.getGrossDistributionAmt();
            BigInteger rhsGrossDistributionAmt;
            rhsGrossDistributionAmt = that.getGrossDistributionAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "grossDistributionAmt", lhsGrossDistributionAmt), LocatorUtils.property(thatLocator, "grossDistributionAmt", rhsGrossDistributionAmt), lhsGrossDistributionAmt, rhsGrossDistributionAmt, (this.grossDistributionAmt!= null), (that.grossDistributionAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsEarningsAmt;
            lhsEarningsAmt = this.getEarningsAmt();
            BigInteger rhsEarningsAmt;
            rhsEarningsAmt = that.getEarningsAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "earningsAmt", lhsEarningsAmt), LocatorUtils.property(thatLocator, "earningsAmt", rhsEarningsAmt), lhsEarningsAmt, rhsEarningsAmt, (this.earningsAmt!= null), (that.earningsAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsBasisAmt;
            lhsBasisAmt = this.getBasisAmt();
            BigInteger rhsBasisAmt;
            rhsBasisAmt = that.getBasisAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "basisAmt", lhsBasisAmt), LocatorUtils.property(thatLocator, "basisAmt", rhsBasisAmt), lhsBasisAmt, rhsBasisAmt, (this.basisAmt!= null), (that.basisAmt!= null))) {
                return false;
            }
        }
        {
            String lhsTrusteeToTrusteeTransferInd;
            lhsTrusteeToTrusteeTransferInd = this.getTrusteeToTrusteeTransferInd();
            String rhsTrusteeToTrusteeTransferInd;
            rhsTrusteeToTrusteeTransferInd = that.getTrusteeToTrusteeTransferInd();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "trusteeToTrusteeTransferInd", lhsTrusteeToTrusteeTransferInd), LocatorUtils.property(thatLocator, "trusteeToTrusteeTransferInd", rhsTrusteeToTrusteeTransferInd), lhsTrusteeToTrusteeTransferInd, rhsTrusteeToTrusteeTransferInd, (this.trusteeToTrusteeTransferInd!= null), (that.trusteeToTrusteeTransferInd!= null))) {
                return false;
            }
        }
        {
            String lhsDistriFromPrivateQTPInd;
            lhsDistriFromPrivateQTPInd = this.getDistriFromPrivateQTPInd();
            String rhsDistriFromPrivateQTPInd;
            rhsDistriFromPrivateQTPInd = that.getDistriFromPrivateQTPInd();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "distriFromPrivateQTPInd", lhsDistriFromPrivateQTPInd), LocatorUtils.property(thatLocator, "distriFromPrivateQTPInd", rhsDistriFromPrivateQTPInd), lhsDistriFromPrivateQTPInd, rhsDistriFromPrivateQTPInd, (this.distriFromPrivateQTPInd!= null), (that.distriFromPrivateQTPInd!= null))) {
                return false;
            }
        }
        {
            String lhsDistriFromStateQTPInd;
            lhsDistriFromStateQTPInd = this.getDistriFromStateQTPInd();
            String rhsDistriFromStateQTPInd;
            rhsDistriFromStateQTPInd = that.getDistriFromStateQTPInd();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "distriFromStateQTPInd", lhsDistriFromStateQTPInd), LocatorUtils.property(thatLocator, "distriFromStateQTPInd", rhsDistriFromStateQTPInd), lhsDistriFromStateQTPInd, rhsDistriFromStateQTPInd, (this.distriFromStateQTPInd!= null), (that.distriFromStateQTPInd!= null))) {
                return false;
            }
        }
        {
            String lhsDistriFromCoverdellESAInd;
            lhsDistriFromCoverdellESAInd = this.getDistriFromCoverdellESAInd();
            String rhsDistriFromCoverdellESAInd;
            rhsDistriFromCoverdellESAInd = that.getDistriFromCoverdellESAInd();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "distriFromCoverdellESAInd", lhsDistriFromCoverdellESAInd), LocatorUtils.property(thatLocator, "distriFromCoverdellESAInd", rhsDistriFromCoverdellESAInd), lhsDistriFromCoverdellESAInd, rhsDistriFromCoverdellESAInd, (this.distriFromCoverdellESAInd!= null), (that.distriFromCoverdellESAInd!= null))) {
                return false;
            }
        }
        {
            String lhsNotDesignatedBeneficiaryInd;
            lhsNotDesignatedBeneficiaryInd = this.getNotDesignatedBeneficiaryInd();
            String rhsNotDesignatedBeneficiaryInd;
            rhsNotDesignatedBeneficiaryInd = that.getNotDesignatedBeneficiaryInd();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "notDesignatedBeneficiaryInd", lhsNotDesignatedBeneficiaryInd), LocatorUtils.property(thatLocator, "notDesignatedBeneficiaryInd", rhsNotDesignatedBeneficiaryInd), lhsNotDesignatedBeneficiaryInd, rhsNotDesignatedBeneficiaryInd, (this.notDesignatedBeneficiaryInd!= null), (that.notDesignatedBeneficiaryInd!= null))) {
                return false;
            }
        }
        {
            String lhsForm1099QDistributionCd;
            lhsForm1099QDistributionCd = this.getForm1099QDistributionCd();
            String rhsForm1099QDistributionCd;
            rhsForm1099QDistributionCd = that.getForm1099QDistributionCd();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "form1099QDistributionCd", lhsForm1099QDistributionCd), LocatorUtils.property(thatLocator, "form1099QDistributionCd", rhsForm1099QDistributionCd), lhsForm1099QDistributionCd, rhsForm1099QDistributionCd, (this.form1099QDistributionCd!= null), (that.form1099QDistributionCd!= 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.