IRIS Form1099MISCTotalByStateGrpType

IRIS > IRIS XML

Under Development
as of April 11, 2023

Tree


+- root: Form1099MISCTotalByStateGrpType
|  +- stateAbbreviationCd: StateType
|  +- totalReportedRcpntFormCnt: BigInteger
|  +- federalIncomeTaxWithheldAmt: BigInteger
|  +- stateTaxWithheldAmt: BigInteger
|  +- localTaxWithheldAmt: BigInteger
|  +- rentAmt: BigInteger
|  +- royaltyAmt: BigInteger
|  +- otherIncomeAmt: BigInteger
|  +- fishingBoatProceedsAmt: BigInteger
|  +- medicalHealthCarePaymentsAmt: BigInteger
|  +- substitutePaymentsAmt: BigInteger
|  +- cropInsuranceProceedsAmt: BigInteger
|  +- attorneyGrossProceedsPaidAmt: BigInteger
|  +- fishPurchasedForResaleAmt: BigInteger
|  +- section409ADeferralsAmt: BigInteger
|  +- excessParachutePaymentAmt: BigInteger
|  +- nonqlfyDeferredCompensationAmt: BigInteger


Flattened

Form1099MISCTotalByStateGrpType.stateAbbreviationCd
Form1099MISCTotalByStateGrpType.totalReportedRcpntFormCnt
Form1099MISCTotalByStateGrpType.federalIncomeTaxWithheldAmt
Form1099MISCTotalByStateGrpType.stateTaxWithheldAmt
Form1099MISCTotalByStateGrpType.localTaxWithheldAmt
Form1099MISCTotalByStateGrpType.rentAmt
Form1099MISCTotalByStateGrpType.royaltyAmt
Form1099MISCTotalByStateGrpType.otherIncomeAmt
Form1099MISCTotalByStateGrpType.fishingBoatProceedsAmt
Form1099MISCTotalByStateGrpType.medicalHealthCarePaymentsAmt
Form1099MISCTotalByStateGrpType.substitutePaymentsAmt
Form1099MISCTotalByStateGrpType.cropInsuranceProceedsAmt
Form1099MISCTotalByStateGrpType.attorneyGrossProceedsPaidAmt
Form1099MISCTotalByStateGrpType.fishPurchasedForResaleAmt
Form1099MISCTotalByStateGrpType.section409ADeferralsAmt
Form1099MISCTotalByStateGrpType.excessParachutePaymentAmt
Form1099MISCTotalByStateGrpType.nonqlfyDeferredCompensationAmt

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 MISC Total by State Group Type</DictionaryEntryNm><MajorVersionNum>1</MajorVersionNum><MinorVersionNum>0</MinorVersionNum><VersionEffectiveBeginDt>2021-08-26</VersionEffectiveBeginDt><VersionDescriptionTxt>Initial version</VersionDescriptionTxt><DescriptionTxt>The content model for the form 1099 misc total by state</DescriptionTxt></Component>
 * </pre>
 * 
 * 
 * <p>Java class for Form1099MISCTotalByStateGrpType complex type.
 * 
 * <p>The following schema fragment specifies the expected content contained within this class.
 * 
 * <pre>
 * <complexType name="Form1099MISCTotalByStateGrpType">
 *   <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="RentAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="RoyaltyAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="OtherIncomeAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="FishingBoatProceedsAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="MedicalHealthCarePaymentsAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="SubstitutePaymentsAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="CropInsuranceProceedsAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="AttorneyGrossProceedsPaidAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="FishPurchasedForResaleAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="Section409ADeferralsAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="ExcessParachutePaymentAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="NonqlfyDeferredCompensationAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * </pre>
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Form1099MISCTotalByStateGrpType", namespace = "urn:us:gov:treasury:irs:ir", propOrder = {
    "stateAbbreviationCd",
    "totalReportedRcpntFormCnt",
    "federalIncomeTaxWithheldAmt",
    "stateTaxWithheldAmt",
    "localTaxWithheldAmt",
    "rentAmt",
    "royaltyAmt",
    "otherIncomeAmt",
    "fishingBoatProceedsAmt",
    "medicalHealthCarePaymentsAmt",
    "substitutePaymentsAmt",
    "cropInsuranceProceedsAmt",
    "attorneyGrossProceedsPaidAmt",
    "fishPurchasedForResaleAmt",
    "section409ADeferralsAmt",
    "excessParachutePaymentAmt",
    "nonqlfyDeferredCompensationAmt"
})
public class Form1099MISCTotalByStateGrpType 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 = "RentAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger rentAmt;
    @XmlElement(name = "RoyaltyAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger royaltyAmt;
    @XmlElement(name = "OtherIncomeAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger otherIncomeAmt;
    @XmlElement(name = "FishingBoatProceedsAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger fishingBoatProceedsAmt;
    @XmlElement(name = "MedicalHealthCarePaymentsAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger medicalHealthCarePaymentsAmt;
    @XmlElement(name = "SubstitutePaymentsAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger substitutePaymentsAmt;
    @XmlElement(name = "CropInsuranceProceedsAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger cropInsuranceProceedsAmt;
    @XmlElement(name = "AttorneyGrossProceedsPaidAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger attorneyGrossProceedsPaidAmt;
    @XmlElement(name = "FishPurchasedForResaleAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger fishPurchasedForResaleAmt;
    @XmlElement(name = "Section409ADeferralsAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger section409ADeferralsAmt;
    @XmlElement(name = "ExcessParachutePaymentAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger excessParachutePaymentAmt;
    @XmlElement(name = "NonqlfyDeferredCompensationAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger nonqlfyDeferredCompensationAmt;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /**
     * Sets the value of the nonqlfyDeferredCompensationAmt property.
     * 
     * @param value
     *     allowed object is
     *     {@link BigInteger }
     *     
     */
    public void setNonqlfyDeferredCompensationAmt(BigInteger value) {
        this.nonqlfyDeferredCompensationAmt = 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 theRentAmt;
            theRentAmt = this.getRentAmt();
            strategy.appendField(locator, this, "rentAmt", buffer, theRentAmt, (this.rentAmt!= null));
        }
        {
            BigInteger theRoyaltyAmt;
            theRoyaltyAmt = this.getRoyaltyAmt();
            strategy.appendField(locator, this, "royaltyAmt", buffer, theRoyaltyAmt, (this.royaltyAmt!= null));
        }
        {
            BigInteger theOtherIncomeAmt;
            theOtherIncomeAmt = this.getOtherIncomeAmt();
            strategy.appendField(locator, this, "otherIncomeAmt", buffer, theOtherIncomeAmt, (this.otherIncomeAmt!= null));
        }
        {
            BigInteger theFishingBoatProceedsAmt;
            theFishingBoatProceedsAmt = this.getFishingBoatProceedsAmt();
            strategy.appendField(locator, this, "fishingBoatProceedsAmt", buffer, theFishingBoatProceedsAmt, (this.fishingBoatProceedsAmt!= null));
        }
        {
            BigInteger theMedicalHealthCarePaymentsAmt;
            theMedicalHealthCarePaymentsAmt = this.getMedicalHealthCarePaymentsAmt();
            strategy.appendField(locator, this, "medicalHealthCarePaymentsAmt", buffer, theMedicalHealthCarePaymentsAmt, (this.medicalHealthCarePaymentsAmt!= null));
        }
        {
            BigInteger theSubstitutePaymentsAmt;
            theSubstitutePaymentsAmt = this.getSubstitutePaymentsAmt();
            strategy.appendField(locator, this, "substitutePaymentsAmt", buffer, theSubstitutePaymentsAmt, (this.substitutePaymentsAmt!= null));
        }
        {
            BigInteger theCropInsuranceProceedsAmt;
            theCropInsuranceProceedsAmt = this.getCropInsuranceProceedsAmt();
            strategy.appendField(locator, this, "cropInsuranceProceedsAmt", buffer, theCropInsuranceProceedsAmt, (this.cropInsuranceProceedsAmt!= null));
        }
        {
            BigInteger theAttorneyGrossProceedsPaidAmt;
            theAttorneyGrossProceedsPaidAmt = this.getAttorneyGrossProceedsPaidAmt();
            strategy.appendField(locator, this, "attorneyGrossProceedsPaidAmt", buffer, theAttorneyGrossProceedsPaidAmt, (this.attorneyGrossProceedsPaidAmt!= null));
        }
        {
            BigInteger theFishPurchasedForResaleAmt;
            theFishPurchasedForResaleAmt = this.getFishPurchasedForResaleAmt();
            strategy.appendField(locator, this, "fishPurchasedForResaleAmt", buffer, theFishPurchasedForResaleAmt, (this.fishPurchasedForResaleAmt!= null));
        }
        {
            BigInteger theSection409ADeferralsAmt;
            theSection409ADeferralsAmt = this.getSection409ADeferralsAmt();
            strategy.appendField(locator, this, "section409ADeferralsAmt", buffer, theSection409ADeferralsAmt, (this.section409ADeferralsAmt!= null));
        }
        {
            BigInteger theExcessParachutePaymentAmt;
            theExcessParachutePaymentAmt = this.getExcessParachutePaymentAmt();
            strategy.appendField(locator, this, "excessParachutePaymentAmt", buffer, theExcessParachutePaymentAmt, (this.excessParachutePaymentAmt!= null));
        }
        {
            BigInteger theNonqlfyDeferredCompensationAmt;
            theNonqlfyDeferredCompensationAmt = this.getNonqlfyDeferredCompensationAmt();
            strategy.appendField(locator, this, "nonqlfyDeferredCompensationAmt", buffer, theNonqlfyDeferredCompensationAmt, (this.nonqlfyDeferredCompensationAmt!= 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 Form1099MISCTotalByStateGrpType that = ((Form1099MISCTotalByStateGrpType) 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 lhsRentAmt;
            lhsRentAmt = this.getRentAmt();
            BigInteger rhsRentAmt;
            rhsRentAmt = that.getRentAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "rentAmt", lhsRentAmt), LocatorUtils.property(thatLocator, "rentAmt", rhsRentAmt), lhsRentAmt, rhsRentAmt, (this.rentAmt!= null), (that.rentAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsRoyaltyAmt;
            lhsRoyaltyAmt = this.getRoyaltyAmt();
            BigInteger rhsRoyaltyAmt;
            rhsRoyaltyAmt = that.getRoyaltyAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "royaltyAmt", lhsRoyaltyAmt), LocatorUtils.property(thatLocator, "royaltyAmt", rhsRoyaltyAmt), lhsRoyaltyAmt, rhsRoyaltyAmt, (this.royaltyAmt!= null), (that.royaltyAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsOtherIncomeAmt;
            lhsOtherIncomeAmt = this.getOtherIncomeAmt();
            BigInteger rhsOtherIncomeAmt;
            rhsOtherIncomeAmt = that.getOtherIncomeAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "otherIncomeAmt", lhsOtherIncomeAmt), LocatorUtils.property(thatLocator, "otherIncomeAmt", rhsOtherIncomeAmt), lhsOtherIncomeAmt, rhsOtherIncomeAmt, (this.otherIncomeAmt!= null), (that.otherIncomeAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsFishingBoatProceedsAmt;
            lhsFishingBoatProceedsAmt = this.getFishingBoatProceedsAmt();
            BigInteger rhsFishingBoatProceedsAmt;
            rhsFishingBoatProceedsAmt = that.getFishingBoatProceedsAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "fishingBoatProceedsAmt", lhsFishingBoatProceedsAmt), LocatorUtils.property(thatLocator, "fishingBoatProceedsAmt", rhsFishingBoatProceedsAmt), lhsFishingBoatProceedsAmt, rhsFishingBoatProceedsAmt, (this.fishingBoatProceedsAmt!= null), (that.fishingBoatProceedsAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsMedicalHealthCarePaymentsAmt;
            lhsMedicalHealthCarePaymentsAmt = this.getMedicalHealthCarePaymentsAmt();
            BigInteger rhsMedicalHealthCarePaymentsAmt;
            rhsMedicalHealthCarePaymentsAmt = that.getMedicalHealthCarePaymentsAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "medicalHealthCarePaymentsAmt", lhsMedicalHealthCarePaymentsAmt), LocatorUtils.property(thatLocator, "medicalHealthCarePaymentsAmt", rhsMedicalHealthCarePaymentsAmt), lhsMedicalHealthCarePaymentsAmt, rhsMedicalHealthCarePaymentsAmt, (this.medicalHealthCarePaymentsAmt!= null), (that.medicalHealthCarePaymentsAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsSubstitutePaymentsAmt;
            lhsSubstitutePaymentsAmt = this.getSubstitutePaymentsAmt();
            BigInteger rhsSubstitutePaymentsAmt;
            rhsSubstitutePaymentsAmt = that.getSubstitutePaymentsAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "substitutePaymentsAmt", lhsSubstitutePaymentsAmt), LocatorUtils.property(thatLocator, "substitutePaymentsAmt", rhsSubstitutePaymentsAmt), lhsSubstitutePaymentsAmt, rhsSubstitutePaymentsAmt, (this.substitutePaymentsAmt!= null), (that.substitutePaymentsAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsCropInsuranceProceedsAmt;
            lhsCropInsuranceProceedsAmt = this.getCropInsuranceProceedsAmt();
            BigInteger rhsCropInsuranceProceedsAmt;
            rhsCropInsuranceProceedsAmt = that.getCropInsuranceProceedsAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "cropInsuranceProceedsAmt", lhsCropInsuranceProceedsAmt), LocatorUtils.property(thatLocator, "cropInsuranceProceedsAmt", rhsCropInsuranceProceedsAmt), lhsCropInsuranceProceedsAmt, rhsCropInsuranceProceedsAmt, (this.cropInsuranceProceedsAmt!= null), (that.cropInsuranceProceedsAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsAttorneyGrossProceedsPaidAmt;
            lhsAttorneyGrossProceedsPaidAmt = this.getAttorneyGrossProceedsPaidAmt();
            BigInteger rhsAttorneyGrossProceedsPaidAmt;
            rhsAttorneyGrossProceedsPaidAmt = that.getAttorneyGrossProceedsPaidAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "attorneyGrossProceedsPaidAmt", lhsAttorneyGrossProceedsPaidAmt), LocatorUtils.property(thatLocator, "attorneyGrossProceedsPaidAmt", rhsAttorneyGrossProceedsPaidAmt), lhsAttorneyGrossProceedsPaidAmt, rhsAttorneyGrossProceedsPaidAmt, (this.attorneyGrossProceedsPaidAmt!= null), (that.attorneyGrossProceedsPaidAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsFishPurchasedForResaleAmt;
            lhsFishPurchasedForResaleAmt = this.getFishPurchasedForResaleAmt();
            BigInteger rhsFishPurchasedForResaleAmt;
            rhsFishPurchasedForResaleAmt = that.getFishPurchasedForResaleAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "fishPurchasedForResaleAmt", lhsFishPurchasedForResaleAmt), LocatorUtils.property(thatLocator, "fishPurchasedForResaleAmt", rhsFishPurchasedForResaleAmt), lhsFishPurchasedForResaleAmt, rhsFishPurchasedForResaleAmt, (this.fishPurchasedForResaleAmt!= null), (that.fishPurchasedForResaleAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsSection409ADeferralsAmt;
            lhsSection409ADeferralsAmt = this.getSection409ADeferralsAmt();
            BigInteger rhsSection409ADeferralsAmt;
            rhsSection409ADeferralsAmt = that.getSection409ADeferralsAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "section409ADeferralsAmt", lhsSection409ADeferralsAmt), LocatorUtils.property(thatLocator, "section409ADeferralsAmt", rhsSection409ADeferralsAmt), lhsSection409ADeferralsAmt, rhsSection409ADeferralsAmt, (this.section409ADeferralsAmt!= null), (that.section409ADeferralsAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsExcessParachutePaymentAmt;
            lhsExcessParachutePaymentAmt = this.getExcessParachutePaymentAmt();
            BigInteger rhsExcessParachutePaymentAmt;
            rhsExcessParachutePaymentAmt = that.getExcessParachutePaymentAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "excessParachutePaymentAmt", lhsExcessParachutePaymentAmt), LocatorUtils.property(thatLocator, "excessParachutePaymentAmt", rhsExcessParachutePaymentAmt), lhsExcessParachutePaymentAmt, rhsExcessParachutePaymentAmt, (this.excessParachutePaymentAmt!= null), (that.excessParachutePaymentAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsNonqlfyDeferredCompensationAmt;
            lhsNonqlfyDeferredCompensationAmt = this.getNonqlfyDeferredCompensationAmt();
            BigInteger rhsNonqlfyDeferredCompensationAmt;
            rhsNonqlfyDeferredCompensationAmt = that.getNonqlfyDeferredCompensationAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "nonqlfyDeferredCompensationAmt", lhsNonqlfyDeferredCompensationAmt), LocatorUtils.property(thatLocator, "nonqlfyDeferredCompensationAmt", rhsNonqlfyDeferredCompensationAmt), lhsNonqlfyDeferredCompensationAmt, rhsNonqlfyDeferredCompensationAmt, (this.nonqlfyDeferredCompensationAmt!= null), (that.nonqlfyDeferredCompensationAmt!= 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.