IRIS Form1099DIVTotalByStateGrpType

IRIS > IRIS XML

Under Development
as of April 11, 2023

Tree


+- root: Form1099DIVTotalByStateGrpType
|  +- stateAbbreviationCd: StateType
|  +- totalReportedRcpntFormCnt: BigInteger
|  +- federalIncomeTaxWithheldAmt: BigInteger
|  +- stateTaxWithheldAmt: BigInteger
|  +- localTaxWithheldAmt: BigInteger
|  +- totalOrdinaryDividendsAmt: BigInteger
|  +- qualifiedDividendsAmt: BigInteger
|  +- totalCapitalDistributionsAmt: BigInteger
|  +- unrecapturedSection1250GainAmt: BigInteger
|  +- capitalGainSect1202Amt: BigInteger
|  +- collectibles28PercentGainAmt: BigInteger
|  +- section897OrdinaryDividendsAmt: BigInteger
|  +- section897CapitalGainAmt: BigInteger
|  +- nondividendDistributionsAmt: BigInteger
|  +- section199ADividendsAmt: BigInteger
|  +- investmentExpenseAmt: BigInteger
|  +- foreignTaxesPaidAmt: BigInteger
|  +- cashLiquidationDistriAmt: BigInteger
|  +- noncashLiquidationDistriAmt: BigInteger
|  +- exemptInterestDividendsAmt: BigInteger
|  +- privateActivityBondIntDivAmt: BigInteger


Flattened

Form1099DIVTotalByStateGrpType.stateAbbreviationCd
Form1099DIVTotalByStateGrpType.totalReportedRcpntFormCnt
Form1099DIVTotalByStateGrpType.federalIncomeTaxWithheldAmt
Form1099DIVTotalByStateGrpType.stateTaxWithheldAmt
Form1099DIVTotalByStateGrpType.localTaxWithheldAmt
Form1099DIVTotalByStateGrpType.totalOrdinaryDividendsAmt
Form1099DIVTotalByStateGrpType.qualifiedDividendsAmt
Form1099DIVTotalByStateGrpType.totalCapitalDistributionsAmt
Form1099DIVTotalByStateGrpType.unrecapturedSection1250GainAmt
Form1099DIVTotalByStateGrpType.capitalGainSect1202Amt
Form1099DIVTotalByStateGrpType.collectibles28PercentGainAmt
Form1099DIVTotalByStateGrpType.section897OrdinaryDividendsAmt
Form1099DIVTotalByStateGrpType.section897CapitalGainAmt
Form1099DIVTotalByStateGrpType.nondividendDistributionsAmt
Form1099DIVTotalByStateGrpType.section199ADividendsAmt
Form1099DIVTotalByStateGrpType.investmentExpenseAmt
Form1099DIVTotalByStateGrpType.foreignTaxesPaidAmt
Form1099DIVTotalByStateGrpType.cashLiquidationDistriAmt
Form1099DIVTotalByStateGrpType.noncashLiquidationDistriAmt
Form1099DIVTotalByStateGrpType.exemptInterestDividendsAmt
Form1099DIVTotalByStateGrpType.privateActivityBondIntDivAmt

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 DIV Total by State Group 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 DIV totals by state</DescriptionTxt></Component>
 * </pre>
 * 
 * 
 * <p>Java class for Form1099DIVTotalByStateGrpType complex type.
 * 
 * <p>The following schema fragment specifies the expected content contained within this class.
 * 
 * <pre>
 * <complexType name="Form1099DIVTotalByStateGrpType">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="StateAbbreviationCd" type="{urn:us:gov:treasury:irs:ir}StateType"/>
 *         <element name="TotalReportedRcpntFormCnt" type="{urn:us:gov:treasury:irs:ir}TotalNumberNonNegativeType" minOccurs="0"/>
 *         <element name="FederalIncomeTaxWithheldAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="StateTaxWithheldAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="LocalTaxWithheldAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="TotalOrdinaryDividendsAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="QualifiedDividendsAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="TotalCapitalDistributionsAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="UnrecapturedSection1250GainAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="CapitalGainSect1202Amt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="Collectibles28PercentGainAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="Section897OrdinaryDividendsAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="Section897CapitalGainAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="NondividendDistributionsAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="Section199ADividendsAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="InvestmentExpenseAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="ForeignTaxesPaidAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="CashLiquidationDistriAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="NoncashLiquidationDistriAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="ExemptInterestDividendsAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="PrivateActivityBondIntDivAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * </pre>
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Form1099DIVTotalByStateGrpType", namespace = "urn:us:gov:treasury:irs:ir", propOrder = {
    "stateAbbreviationCd",
    "totalReportedRcpntFormCnt",
    "federalIncomeTaxWithheldAmt",
    "stateTaxWithheldAmt",
    "localTaxWithheldAmt",
    "totalOrdinaryDividendsAmt",
    "qualifiedDividendsAmt",
    "totalCapitalDistributionsAmt",
    "unrecapturedSection1250GainAmt",
    "capitalGainSect1202Amt",
    "collectibles28PercentGainAmt",
    "section897OrdinaryDividendsAmt",
    "section897CapitalGainAmt",
    "nondividendDistributionsAmt",
    "section199ADividendsAmt",
    "investmentExpenseAmt",
    "foreignTaxesPaidAmt",
    "cashLiquidationDistriAmt",
    "noncashLiquidationDistriAmt",
    "exemptInterestDividendsAmt",
    "privateActivityBondIntDivAmt"
})
public class Form1099DIVTotalByStateGrpType implements Equals2, ToString2
{

    @XmlElement(name = "StateAbbreviationCd", namespace = "urn:us:gov:treasury:irs:ir", required = true)
    @XmlSchemaType(name = "string")
    protected StateType stateAbbreviationCd;
    @XmlElement(name = "TotalReportedRcpntFormCnt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger totalReportedRcpntFormCnt;
    @XmlElement(name = "FederalIncomeTaxWithheldAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger federalIncomeTaxWithheldAmt;
    @XmlElement(name = "StateTaxWithheldAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger stateTaxWithheldAmt;
    @XmlElement(name = "LocalTaxWithheldAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger localTaxWithheldAmt;
    @XmlElement(name = "TotalOrdinaryDividendsAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger totalOrdinaryDividendsAmt;
    @XmlElement(name = "QualifiedDividendsAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger qualifiedDividendsAmt;
    @XmlElement(name = "TotalCapitalDistributionsAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger totalCapitalDistributionsAmt;
    @XmlElement(name = "UnrecapturedSection1250GainAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger unrecapturedSection1250GainAmt;
    @XmlElement(name = "CapitalGainSect1202Amt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger capitalGainSect1202Amt;
    @XmlElement(name = "Collectibles28PercentGainAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger collectibles28PercentGainAmt;
    @XmlElement(name = "Section897OrdinaryDividendsAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger section897OrdinaryDividendsAmt;
    @XmlElement(name = "Section897CapitalGainAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger section897CapitalGainAmt;
    @XmlElement(name = "NondividendDistributionsAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger nondividendDistributionsAmt;
    @XmlElement(name = "Section199ADividendsAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger section199ADividendsAmt;
    @XmlElement(name = "InvestmentExpenseAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger investmentExpenseAmt;
    @XmlElement(name = "ForeignTaxesPaidAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger foreignTaxesPaidAmt;
    @XmlElement(name = "CashLiquidationDistriAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger cashLiquidationDistriAmt;
    @XmlElement(name = "NoncashLiquidationDistriAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger noncashLiquidationDistriAmt;
    @XmlElement(name = "ExemptInterestDividendsAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger exemptInterestDividendsAmt;
    @XmlElement(name = "PrivateActivityBondIntDivAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger privateActivityBondIntDivAmt;

    /**
     * Gets the value of the stateAbbreviationCd property.
     * 
     * @return
     *     possible object is
     *     {@link StateType }
     *     
     */
    public StateType getStateAbbreviationCd() {
        return stateAbbreviationCd;
    }

    /**
     * Sets the value of the stateAbbreviationCd property.
     * 
     * @param value
     *     allowed object is
     *     {@link StateType }
     *     
     */
    public void setStateAbbreviationCd(StateType value) {
        this.stateAbbreviationCd = value;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /**
     * Sets the value of the privateActivityBondIntDivAmt property.
     * 
     * @param value
     *     allowed object is
     *     {@link BigInteger }
     *     
     */
    public void setPrivateActivityBondIntDivAmt(BigInteger value) {
        this.privateActivityBondIntDivAmt = 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) {
        {
            StateType theStateAbbreviationCd;
            theStateAbbreviationCd = this.getStateAbbreviationCd();
            strategy.appendField(locator, this, "stateAbbreviationCd", buffer, theStateAbbreviationCd, (this.stateAbbreviationCd!= null));
        }
        {
            BigInteger theTotalReportedRcpntFormCnt;
            theTotalReportedRcpntFormCnt = this.getTotalReportedRcpntFormCnt();
            strategy.appendField(locator, this, "totalReportedRcpntFormCnt", buffer, theTotalReportedRcpntFormCnt, (this.totalReportedRcpntFormCnt!= null));
        }
        {
            BigInteger theFederalIncomeTaxWithheldAmt;
            theFederalIncomeTaxWithheldAmt = this.getFederalIncomeTaxWithheldAmt();
            strategy.appendField(locator, this, "federalIncomeTaxWithheldAmt", buffer, theFederalIncomeTaxWithheldAmt, (this.federalIncomeTaxWithheldAmt!= null));
        }
        {
            BigInteger theStateTaxWithheldAmt;
            theStateTaxWithheldAmt = this.getStateTaxWithheldAmt();
            strategy.appendField(locator, this, "stateTaxWithheldAmt", buffer, theStateTaxWithheldAmt, (this.stateTaxWithheldAmt!= null));
        }
        {
            BigInteger theLocalTaxWithheldAmt;
            theLocalTaxWithheldAmt = this.getLocalTaxWithheldAmt();
            strategy.appendField(locator, this, "localTaxWithheldAmt", buffer, theLocalTaxWithheldAmt, (this.localTaxWithheldAmt!= null));
        }
        {
            BigInteger theTotalOrdinaryDividendsAmt;
            theTotalOrdinaryDividendsAmt = this.getTotalOrdinaryDividendsAmt();
            strategy.appendField(locator, this, "totalOrdinaryDividendsAmt", buffer, theTotalOrdinaryDividendsAmt, (this.totalOrdinaryDividendsAmt!= null));
        }
        {
            BigInteger theQualifiedDividendsAmt;
            theQualifiedDividendsAmt = this.getQualifiedDividendsAmt();
            strategy.appendField(locator, this, "qualifiedDividendsAmt", buffer, theQualifiedDividendsAmt, (this.qualifiedDividendsAmt!= null));
        }
        {
            BigInteger theTotalCapitalDistributionsAmt;
            theTotalCapitalDistributionsAmt = this.getTotalCapitalDistributionsAmt();
            strategy.appendField(locator, this, "totalCapitalDistributionsAmt", buffer, theTotalCapitalDistributionsAmt, (this.totalCapitalDistributionsAmt!= null));
        }
        {
            BigInteger theUnrecapturedSection1250GainAmt;
            theUnrecapturedSection1250GainAmt = this.getUnrecapturedSection1250GainAmt();
            strategy.appendField(locator, this, "unrecapturedSection1250GainAmt", buffer, theUnrecapturedSection1250GainAmt, (this.unrecapturedSection1250GainAmt!= null));
        }
        {
            BigInteger theCapitalGainSect1202Amt;
            theCapitalGainSect1202Amt = this.getCapitalGainSect1202Amt();
            strategy.appendField(locator, this, "capitalGainSect1202Amt", buffer, theCapitalGainSect1202Amt, (this.capitalGainSect1202Amt!= null));
        }
        {
            BigInteger theCollectibles28PercentGainAmt;
            theCollectibles28PercentGainAmt = this.getCollectibles28PercentGainAmt();
            strategy.appendField(locator, this, "collectibles28PercentGainAmt", buffer, theCollectibles28PercentGainAmt, (this.collectibles28PercentGainAmt!= null));
        }
        {
            BigInteger theSection897OrdinaryDividendsAmt;
            theSection897OrdinaryDividendsAmt = this.getSection897OrdinaryDividendsAmt();
            strategy.appendField(locator, this, "section897OrdinaryDividendsAmt", buffer, theSection897OrdinaryDividendsAmt, (this.section897OrdinaryDividendsAmt!= null));
        }
        {
            BigInteger theSection897CapitalGainAmt;
            theSection897CapitalGainAmt = this.getSection897CapitalGainAmt();
            strategy.appendField(locator, this, "section897CapitalGainAmt", buffer, theSection897CapitalGainAmt, (this.section897CapitalGainAmt!= null));
        }
        {
            BigInteger theNondividendDistributionsAmt;
            theNondividendDistributionsAmt = this.getNondividendDistributionsAmt();
            strategy.appendField(locator, this, "nondividendDistributionsAmt", buffer, theNondividendDistributionsAmt, (this.nondividendDistributionsAmt!= null));
        }
        {
            BigInteger theSection199ADividendsAmt;
            theSection199ADividendsAmt = this.getSection199ADividendsAmt();
            strategy.appendField(locator, this, "section199ADividendsAmt", buffer, theSection199ADividendsAmt, (this.section199ADividendsAmt!= null));
        }
        {
            BigInteger theInvestmentExpenseAmt;
            theInvestmentExpenseAmt = this.getInvestmentExpenseAmt();
            strategy.appendField(locator, this, "investmentExpenseAmt", buffer, theInvestmentExpenseAmt, (this.investmentExpenseAmt!= null));
        }
        {
            BigInteger theForeignTaxesPaidAmt;
            theForeignTaxesPaidAmt = this.getForeignTaxesPaidAmt();
            strategy.appendField(locator, this, "foreignTaxesPaidAmt", buffer, theForeignTaxesPaidAmt, (this.foreignTaxesPaidAmt!= null));
        }
        {
            BigInteger theCashLiquidationDistriAmt;
            theCashLiquidationDistriAmt = this.getCashLiquidationDistriAmt();
            strategy.appendField(locator, this, "cashLiquidationDistriAmt", buffer, theCashLiquidationDistriAmt, (this.cashLiquidationDistriAmt!= null));
        }
        {
            BigInteger theNoncashLiquidationDistriAmt;
            theNoncashLiquidationDistriAmt = this.getNoncashLiquidationDistriAmt();
            strategy.appendField(locator, this, "noncashLiquidationDistriAmt", buffer, theNoncashLiquidationDistriAmt, (this.noncashLiquidationDistriAmt!= null));
        }
        {
            BigInteger theExemptInterestDividendsAmt;
            theExemptInterestDividendsAmt = this.getExemptInterestDividendsAmt();
            strategy.appendField(locator, this, "exemptInterestDividendsAmt", buffer, theExemptInterestDividendsAmt, (this.exemptInterestDividendsAmt!= null));
        }
        {
            BigInteger thePrivateActivityBondIntDivAmt;
            thePrivateActivityBondIntDivAmt = this.getPrivateActivityBondIntDivAmt();
            strategy.appendField(locator, this, "privateActivityBondIntDivAmt", buffer, thePrivateActivityBondIntDivAmt, (this.privateActivityBondIntDivAmt!= 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 Form1099DIVTotalByStateGrpType that = ((Form1099DIVTotalByStateGrpType) object);
        {
            StateType lhsStateAbbreviationCd;
            lhsStateAbbreviationCd = this.getStateAbbreviationCd();
            StateType rhsStateAbbreviationCd;
            rhsStateAbbreviationCd = that.getStateAbbreviationCd();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "stateAbbreviationCd", lhsStateAbbreviationCd), LocatorUtils.property(thatLocator, "stateAbbreviationCd", rhsStateAbbreviationCd), lhsStateAbbreviationCd, rhsStateAbbreviationCd, (this.stateAbbreviationCd!= null), (that.stateAbbreviationCd!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsTotalReportedRcpntFormCnt;
            lhsTotalReportedRcpntFormCnt = this.getTotalReportedRcpntFormCnt();
            BigInteger rhsTotalReportedRcpntFormCnt;
            rhsTotalReportedRcpntFormCnt = that.getTotalReportedRcpntFormCnt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "totalReportedRcpntFormCnt", lhsTotalReportedRcpntFormCnt), LocatorUtils.property(thatLocator, "totalReportedRcpntFormCnt", rhsTotalReportedRcpntFormCnt), lhsTotalReportedRcpntFormCnt, rhsTotalReportedRcpntFormCnt, (this.totalReportedRcpntFormCnt!= null), (that.totalReportedRcpntFormCnt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsFederalIncomeTaxWithheldAmt;
            lhsFederalIncomeTaxWithheldAmt = this.getFederalIncomeTaxWithheldAmt();
            BigInteger rhsFederalIncomeTaxWithheldAmt;
            rhsFederalIncomeTaxWithheldAmt = that.getFederalIncomeTaxWithheldAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "federalIncomeTaxWithheldAmt", lhsFederalIncomeTaxWithheldAmt), LocatorUtils.property(thatLocator, "federalIncomeTaxWithheldAmt", rhsFederalIncomeTaxWithheldAmt), lhsFederalIncomeTaxWithheldAmt, rhsFederalIncomeTaxWithheldAmt, (this.federalIncomeTaxWithheldAmt!= null), (that.federalIncomeTaxWithheldAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsStateTaxWithheldAmt;
            lhsStateTaxWithheldAmt = this.getStateTaxWithheldAmt();
            BigInteger rhsStateTaxWithheldAmt;
            rhsStateTaxWithheldAmt = that.getStateTaxWithheldAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "stateTaxWithheldAmt", lhsStateTaxWithheldAmt), LocatorUtils.property(thatLocator, "stateTaxWithheldAmt", rhsStateTaxWithheldAmt), lhsStateTaxWithheldAmt, rhsStateTaxWithheldAmt, (this.stateTaxWithheldAmt!= null), (that.stateTaxWithheldAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsLocalTaxWithheldAmt;
            lhsLocalTaxWithheldAmt = this.getLocalTaxWithheldAmt();
            BigInteger rhsLocalTaxWithheldAmt;
            rhsLocalTaxWithheldAmt = that.getLocalTaxWithheldAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "localTaxWithheldAmt", lhsLocalTaxWithheldAmt), LocatorUtils.property(thatLocator, "localTaxWithheldAmt", rhsLocalTaxWithheldAmt), lhsLocalTaxWithheldAmt, rhsLocalTaxWithheldAmt, (this.localTaxWithheldAmt!= null), (that.localTaxWithheldAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsTotalOrdinaryDividendsAmt;
            lhsTotalOrdinaryDividendsAmt = this.getTotalOrdinaryDividendsAmt();
            BigInteger rhsTotalOrdinaryDividendsAmt;
            rhsTotalOrdinaryDividendsAmt = that.getTotalOrdinaryDividendsAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "totalOrdinaryDividendsAmt", lhsTotalOrdinaryDividendsAmt), LocatorUtils.property(thatLocator, "totalOrdinaryDividendsAmt", rhsTotalOrdinaryDividendsAmt), lhsTotalOrdinaryDividendsAmt, rhsTotalOrdinaryDividendsAmt, (this.totalOrdinaryDividendsAmt!= null), (that.totalOrdinaryDividendsAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsQualifiedDividendsAmt;
            lhsQualifiedDividendsAmt = this.getQualifiedDividendsAmt();
            BigInteger rhsQualifiedDividendsAmt;
            rhsQualifiedDividendsAmt = that.getQualifiedDividendsAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "qualifiedDividendsAmt", lhsQualifiedDividendsAmt), LocatorUtils.property(thatLocator, "qualifiedDividendsAmt", rhsQualifiedDividendsAmt), lhsQualifiedDividendsAmt, rhsQualifiedDividendsAmt, (this.qualifiedDividendsAmt!= null), (that.qualifiedDividendsAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsTotalCapitalDistributionsAmt;
            lhsTotalCapitalDistributionsAmt = this.getTotalCapitalDistributionsAmt();
            BigInteger rhsTotalCapitalDistributionsAmt;
            rhsTotalCapitalDistributionsAmt = that.getTotalCapitalDistributionsAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "totalCapitalDistributionsAmt", lhsTotalCapitalDistributionsAmt), LocatorUtils.property(thatLocator, "totalCapitalDistributionsAmt", rhsTotalCapitalDistributionsAmt), lhsTotalCapitalDistributionsAmt, rhsTotalCapitalDistributionsAmt, (this.totalCapitalDistributionsAmt!= null), (that.totalCapitalDistributionsAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsUnrecapturedSection1250GainAmt;
            lhsUnrecapturedSection1250GainAmt = this.getUnrecapturedSection1250GainAmt();
            BigInteger rhsUnrecapturedSection1250GainAmt;
            rhsUnrecapturedSection1250GainAmt = that.getUnrecapturedSection1250GainAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "unrecapturedSection1250GainAmt", lhsUnrecapturedSection1250GainAmt), LocatorUtils.property(thatLocator, "unrecapturedSection1250GainAmt", rhsUnrecapturedSection1250GainAmt), lhsUnrecapturedSection1250GainAmt, rhsUnrecapturedSection1250GainAmt, (this.unrecapturedSection1250GainAmt!= null), (that.unrecapturedSection1250GainAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsCapitalGainSect1202Amt;
            lhsCapitalGainSect1202Amt = this.getCapitalGainSect1202Amt();
            BigInteger rhsCapitalGainSect1202Amt;
            rhsCapitalGainSect1202Amt = that.getCapitalGainSect1202Amt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "capitalGainSect1202Amt", lhsCapitalGainSect1202Amt), LocatorUtils.property(thatLocator, "capitalGainSect1202Amt", rhsCapitalGainSect1202Amt), lhsCapitalGainSect1202Amt, rhsCapitalGainSect1202Amt, (this.capitalGainSect1202Amt!= null), (that.capitalGainSect1202Amt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsCollectibles28PercentGainAmt;
            lhsCollectibles28PercentGainAmt = this.getCollectibles28PercentGainAmt();
            BigInteger rhsCollectibles28PercentGainAmt;
            rhsCollectibles28PercentGainAmt = that.getCollectibles28PercentGainAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "collectibles28PercentGainAmt", lhsCollectibles28PercentGainAmt), LocatorUtils.property(thatLocator, "collectibles28PercentGainAmt", rhsCollectibles28PercentGainAmt), lhsCollectibles28PercentGainAmt, rhsCollectibles28PercentGainAmt, (this.collectibles28PercentGainAmt!= null), (that.collectibles28PercentGainAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsSection897OrdinaryDividendsAmt;
            lhsSection897OrdinaryDividendsAmt = this.getSection897OrdinaryDividendsAmt();
            BigInteger rhsSection897OrdinaryDividendsAmt;
            rhsSection897OrdinaryDividendsAmt = that.getSection897OrdinaryDividendsAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "section897OrdinaryDividendsAmt", lhsSection897OrdinaryDividendsAmt), LocatorUtils.property(thatLocator, "section897OrdinaryDividendsAmt", rhsSection897OrdinaryDividendsAmt), lhsSection897OrdinaryDividendsAmt, rhsSection897OrdinaryDividendsAmt, (this.section897OrdinaryDividendsAmt!= null), (that.section897OrdinaryDividendsAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsSection897CapitalGainAmt;
            lhsSection897CapitalGainAmt = this.getSection897CapitalGainAmt();
            BigInteger rhsSection897CapitalGainAmt;
            rhsSection897CapitalGainAmt = that.getSection897CapitalGainAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "section897CapitalGainAmt", lhsSection897CapitalGainAmt), LocatorUtils.property(thatLocator, "section897CapitalGainAmt", rhsSection897CapitalGainAmt), lhsSection897CapitalGainAmt, rhsSection897CapitalGainAmt, (this.section897CapitalGainAmt!= null), (that.section897CapitalGainAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsNondividendDistributionsAmt;
            lhsNondividendDistributionsAmt = this.getNondividendDistributionsAmt();
            BigInteger rhsNondividendDistributionsAmt;
            rhsNondividendDistributionsAmt = that.getNondividendDistributionsAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "nondividendDistributionsAmt", lhsNondividendDistributionsAmt), LocatorUtils.property(thatLocator, "nondividendDistributionsAmt", rhsNondividendDistributionsAmt), lhsNondividendDistributionsAmt, rhsNondividendDistributionsAmt, (this.nondividendDistributionsAmt!= null), (that.nondividendDistributionsAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsSection199ADividendsAmt;
            lhsSection199ADividendsAmt = this.getSection199ADividendsAmt();
            BigInteger rhsSection199ADividendsAmt;
            rhsSection199ADividendsAmt = that.getSection199ADividendsAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "section199ADividendsAmt", lhsSection199ADividendsAmt), LocatorUtils.property(thatLocator, "section199ADividendsAmt", rhsSection199ADividendsAmt), lhsSection199ADividendsAmt, rhsSection199ADividendsAmt, (this.section199ADividendsAmt!= null), (that.section199ADividendsAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsInvestmentExpenseAmt;
            lhsInvestmentExpenseAmt = this.getInvestmentExpenseAmt();
            BigInteger rhsInvestmentExpenseAmt;
            rhsInvestmentExpenseAmt = that.getInvestmentExpenseAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "investmentExpenseAmt", lhsInvestmentExpenseAmt), LocatorUtils.property(thatLocator, "investmentExpenseAmt", rhsInvestmentExpenseAmt), lhsInvestmentExpenseAmt, rhsInvestmentExpenseAmt, (this.investmentExpenseAmt!= null), (that.investmentExpenseAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsForeignTaxesPaidAmt;
            lhsForeignTaxesPaidAmt = this.getForeignTaxesPaidAmt();
            BigInteger rhsForeignTaxesPaidAmt;
            rhsForeignTaxesPaidAmt = that.getForeignTaxesPaidAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "foreignTaxesPaidAmt", lhsForeignTaxesPaidAmt), LocatorUtils.property(thatLocator, "foreignTaxesPaidAmt", rhsForeignTaxesPaidAmt), lhsForeignTaxesPaidAmt, rhsForeignTaxesPaidAmt, (this.foreignTaxesPaidAmt!= null), (that.foreignTaxesPaidAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsCashLiquidationDistriAmt;
            lhsCashLiquidationDistriAmt = this.getCashLiquidationDistriAmt();
            BigInteger rhsCashLiquidationDistriAmt;
            rhsCashLiquidationDistriAmt = that.getCashLiquidationDistriAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "cashLiquidationDistriAmt", lhsCashLiquidationDistriAmt), LocatorUtils.property(thatLocator, "cashLiquidationDistriAmt", rhsCashLiquidationDistriAmt), lhsCashLiquidationDistriAmt, rhsCashLiquidationDistriAmt, (this.cashLiquidationDistriAmt!= null), (that.cashLiquidationDistriAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsNoncashLiquidationDistriAmt;
            lhsNoncashLiquidationDistriAmt = this.getNoncashLiquidationDistriAmt();
            BigInteger rhsNoncashLiquidationDistriAmt;
            rhsNoncashLiquidationDistriAmt = that.getNoncashLiquidationDistriAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "noncashLiquidationDistriAmt", lhsNoncashLiquidationDistriAmt), LocatorUtils.property(thatLocator, "noncashLiquidationDistriAmt", rhsNoncashLiquidationDistriAmt), lhsNoncashLiquidationDistriAmt, rhsNoncashLiquidationDistriAmt, (this.noncashLiquidationDistriAmt!= null), (that.noncashLiquidationDistriAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsExemptInterestDividendsAmt;
            lhsExemptInterestDividendsAmt = this.getExemptInterestDividendsAmt();
            BigInteger rhsExemptInterestDividendsAmt;
            rhsExemptInterestDividendsAmt = that.getExemptInterestDividendsAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "exemptInterestDividendsAmt", lhsExemptInterestDividendsAmt), LocatorUtils.property(thatLocator, "exemptInterestDividendsAmt", rhsExemptInterestDividendsAmt), lhsExemptInterestDividendsAmt, rhsExemptInterestDividendsAmt, (this.exemptInterestDividendsAmt!= null), (that.exemptInterestDividendsAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsPrivateActivityBondIntDivAmt;
            lhsPrivateActivityBondIntDivAmt = this.getPrivateActivityBondIntDivAmt();
            BigInteger rhsPrivateActivityBondIntDivAmt;
            rhsPrivateActivityBondIntDivAmt = that.getPrivateActivityBondIntDivAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "privateActivityBondIntDivAmt", lhsPrivateActivityBondIntDivAmt), LocatorUtils.property(thatLocator, "privateActivityBondIntDivAmt", rhsPrivateActivityBondIntDivAmt), lhsPrivateActivityBondIntDivAmt, rhsPrivateActivityBondIntDivAmt, (this.privateActivityBondIntDivAmt!= null), (that.privateActivityBondIntDivAmt!= 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.