IRIS Form1099OIDTotalAmtGrpType

IRIS > IRIS XML

Under Development
as of April 11, 2023

Tree


+- root: Form1099OIDTotalAmtGrpType
|  +- federalIncomeTaxWithheldAmt: BigInteger
|  +- totalReportedAmt: BigInteger
|  +- originalIssueDiscountAmt: BigInteger
|  +- otherPeriodicInterestAmt: BigInteger
|  +- earlyWithdrawalPenaltyAmt: BigInteger
|  +- marketDiscountAmt: BigInteger
|  +- acquisitionPremiumAmt: BigInteger
|  +- treasuryObligationOIDAmt: BigInteger
|  +- investmentExpenseAmt: BigInteger
|  +- bondPremiumAmt: BigInteger
|  +- taxExemptOIDAmt: BigInteger


Flattened

Form1099OIDTotalAmtGrpType.federalIncomeTaxWithheldAmt
Form1099OIDTotalAmtGrpType.totalReportedAmt
Form1099OIDTotalAmtGrpType.originalIssueDiscountAmt
Form1099OIDTotalAmtGrpType.otherPeriodicInterestAmt
Form1099OIDTotalAmtGrpType.earlyWithdrawalPenaltyAmt
Form1099OIDTotalAmtGrpType.marketDiscountAmt
Form1099OIDTotalAmtGrpType.acquisitionPremiumAmt
Form1099OIDTotalAmtGrpType.treasuryObligationOIDAmt
Form1099OIDTotalAmtGrpType.investmentExpenseAmt
Form1099OIDTotalAmtGrpType.bondPremiumAmt
Form1099OIDTotalAmtGrpType.taxExemptOIDAmt

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 OID Total Amount 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 OID total amounts.</DescriptionTxt></Component>
 * </pre>
 * 
 * 
 * <p>Java class for Form1099OIDTotalAmtGrpType complex type.
 * 
 * <p>The following schema fragment specifies the expected content contained within this class.
 * 
 * <pre>
 * <complexType name="Form1099OIDTotalAmtGrpType">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="FederalIncomeTaxWithheldAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="TotalReportedAmt" type="{urn:us:gov:treasury:irs:ir}USAmountType" minOccurs="0"/>
 *         <element name="OriginalIssueDiscountAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="OtherPeriodicInterestAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="EarlyWithdrawalPenaltyAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="MarketDiscountAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="AcquisitionPremiumAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="TreasuryObligationOIDAmt" type="{urn:us:gov:treasury:irs:ir}USAmountType" minOccurs="0"/>
 *         <element name="InvestmentExpenseAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="BondPremiumAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *         <element name="TaxExemptOIDAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * </pre>
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Form1099OIDTotalAmtGrpType", namespace = "urn:us:gov:treasury:irs:ir", propOrder = {
    "federalIncomeTaxWithheldAmt",
    "totalReportedAmt",
    "originalIssueDiscountAmt",
    "otherPeriodicInterestAmt",
    "earlyWithdrawalPenaltyAmt",
    "marketDiscountAmt",
    "acquisitionPremiumAmt",
    "treasuryObligationOIDAmt",
    "investmentExpenseAmt",
    "bondPremiumAmt",
    "taxExemptOIDAmt"
})
public class Form1099OIDTotalAmtGrpType implements Equals2, ToString2
{

    @XmlElement(name = "FederalIncomeTaxWithheldAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger federalIncomeTaxWithheldAmt;
    @XmlElement(name = "TotalReportedAmt", namespace = "urn:us:gov:treasury:irs:ir")
    protected BigInteger totalReportedAmt;
    @XmlElement(name = "OriginalIssueDiscountAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger originalIssueDiscountAmt;
    @XmlElement(name = "OtherPeriodicInterestAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger otherPeriodicInterestAmt;
    @XmlElement(name = "EarlyWithdrawalPenaltyAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger earlyWithdrawalPenaltyAmt;
    @XmlElement(name = "MarketDiscountAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger marketDiscountAmt;
    @XmlElement(name = "AcquisitionPremiumAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger acquisitionPremiumAmt;
    @XmlElement(name = "TreasuryObligationOIDAmt", namespace = "urn:us:gov:treasury:irs:ir")
    protected BigInteger treasuryObligationOIDAmt;
    @XmlElement(name = "InvestmentExpenseAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger investmentExpenseAmt;
    @XmlElement(name = "BondPremiumAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger bondPremiumAmt;
    @XmlElement(name = "TaxExemptOIDAmt", namespace = "urn:us:gov:treasury:irs:ir")
    @XmlSchemaType(name = "nonNegativeInteger")
    protected BigInteger taxExemptOIDAmt;

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

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

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

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

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

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

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

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

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

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

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

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

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

    /**
     * Sets the value of the treasuryObligationOIDAmt property.
     * 
     * @param value
     *     allowed object is
     *     {@link BigInteger }
     *     
     */
    public void setTreasuryObligationOIDAmt(BigInteger value) {
        this.treasuryObligationOIDAmt = 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 bondPremiumAmt property.
     * 
     * @return
     *     possible object is
     *     {@link BigInteger }
     *     
     */
    public BigInteger getBondPremiumAmt() {
        return bondPremiumAmt;
    }

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

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

    /**
     * Sets the value of the taxExemptOIDAmt property.
     * 
     * @param value
     *     allowed object is
     *     {@link BigInteger }
     *     
     */
    public void setTaxExemptOIDAmt(BigInteger value) {
        this.taxExemptOIDAmt = 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) {
        {
            BigInteger theFederalIncomeTaxWithheldAmt;
            theFederalIncomeTaxWithheldAmt = this.getFederalIncomeTaxWithheldAmt();
            strategy.appendField(locator, this, "federalIncomeTaxWithheldAmt", buffer, theFederalIncomeTaxWithheldAmt, (this.federalIncomeTaxWithheldAmt!= null));
        }
        {
            BigInteger theTotalReportedAmt;
            theTotalReportedAmt = this.getTotalReportedAmt();
            strategy.appendField(locator, this, "totalReportedAmt", buffer, theTotalReportedAmt, (this.totalReportedAmt!= null));
        }
        {
            BigInteger theOriginalIssueDiscountAmt;
            theOriginalIssueDiscountAmt = this.getOriginalIssueDiscountAmt();
            strategy.appendField(locator, this, "originalIssueDiscountAmt", buffer, theOriginalIssueDiscountAmt, (this.originalIssueDiscountAmt!= null));
        }
        {
            BigInteger theOtherPeriodicInterestAmt;
            theOtherPeriodicInterestAmt = this.getOtherPeriodicInterestAmt();
            strategy.appendField(locator, this, "otherPeriodicInterestAmt", buffer, theOtherPeriodicInterestAmt, (this.otherPeriodicInterestAmt!= null));
        }
        {
            BigInteger theEarlyWithdrawalPenaltyAmt;
            theEarlyWithdrawalPenaltyAmt = this.getEarlyWithdrawalPenaltyAmt();
            strategy.appendField(locator, this, "earlyWithdrawalPenaltyAmt", buffer, theEarlyWithdrawalPenaltyAmt, (this.earlyWithdrawalPenaltyAmt!= null));
        }
        {
            BigInteger theMarketDiscountAmt;
            theMarketDiscountAmt = this.getMarketDiscountAmt();
            strategy.appendField(locator, this, "marketDiscountAmt", buffer, theMarketDiscountAmt, (this.marketDiscountAmt!= null));
        }
        {
            BigInteger theAcquisitionPremiumAmt;
            theAcquisitionPremiumAmt = this.getAcquisitionPremiumAmt();
            strategy.appendField(locator, this, "acquisitionPremiumAmt", buffer, theAcquisitionPremiumAmt, (this.acquisitionPremiumAmt!= null));
        }
        {
            BigInteger theTreasuryObligationOIDAmt;
            theTreasuryObligationOIDAmt = this.getTreasuryObligationOIDAmt();
            strategy.appendField(locator, this, "treasuryObligationOIDAmt", buffer, theTreasuryObligationOIDAmt, (this.treasuryObligationOIDAmt!= null));
        }
        {
            BigInteger theInvestmentExpenseAmt;
            theInvestmentExpenseAmt = this.getInvestmentExpenseAmt();
            strategy.appendField(locator, this, "investmentExpenseAmt", buffer, theInvestmentExpenseAmt, (this.investmentExpenseAmt!= null));
        }
        {
            BigInteger theBondPremiumAmt;
            theBondPremiumAmt = this.getBondPremiumAmt();
            strategy.appendField(locator, this, "bondPremiumAmt", buffer, theBondPremiumAmt, (this.bondPremiumAmt!= null));
        }
        {
            BigInteger theTaxExemptOIDAmt;
            theTaxExemptOIDAmt = this.getTaxExemptOIDAmt();
            strategy.appendField(locator, this, "taxExemptOIDAmt", buffer, theTaxExemptOIDAmt, (this.taxExemptOIDAmt!= 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 Form1099OIDTotalAmtGrpType that = ((Form1099OIDTotalAmtGrpType) object);
        {
            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 lhsTotalReportedAmt;
            lhsTotalReportedAmt = this.getTotalReportedAmt();
            BigInteger rhsTotalReportedAmt;
            rhsTotalReportedAmt = that.getTotalReportedAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "totalReportedAmt", lhsTotalReportedAmt), LocatorUtils.property(thatLocator, "totalReportedAmt", rhsTotalReportedAmt), lhsTotalReportedAmt, rhsTotalReportedAmt, (this.totalReportedAmt!= null), (that.totalReportedAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsOriginalIssueDiscountAmt;
            lhsOriginalIssueDiscountAmt = this.getOriginalIssueDiscountAmt();
            BigInteger rhsOriginalIssueDiscountAmt;
            rhsOriginalIssueDiscountAmt = that.getOriginalIssueDiscountAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "originalIssueDiscountAmt", lhsOriginalIssueDiscountAmt), LocatorUtils.property(thatLocator, "originalIssueDiscountAmt", rhsOriginalIssueDiscountAmt), lhsOriginalIssueDiscountAmt, rhsOriginalIssueDiscountAmt, (this.originalIssueDiscountAmt!= null), (that.originalIssueDiscountAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsOtherPeriodicInterestAmt;
            lhsOtherPeriodicInterestAmt = this.getOtherPeriodicInterestAmt();
            BigInteger rhsOtherPeriodicInterestAmt;
            rhsOtherPeriodicInterestAmt = that.getOtherPeriodicInterestAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "otherPeriodicInterestAmt", lhsOtherPeriodicInterestAmt), LocatorUtils.property(thatLocator, "otherPeriodicInterestAmt", rhsOtherPeriodicInterestAmt), lhsOtherPeriodicInterestAmt, rhsOtherPeriodicInterestAmt, (this.otherPeriodicInterestAmt!= null), (that.otherPeriodicInterestAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsEarlyWithdrawalPenaltyAmt;
            lhsEarlyWithdrawalPenaltyAmt = this.getEarlyWithdrawalPenaltyAmt();
            BigInteger rhsEarlyWithdrawalPenaltyAmt;
            rhsEarlyWithdrawalPenaltyAmt = that.getEarlyWithdrawalPenaltyAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "earlyWithdrawalPenaltyAmt", lhsEarlyWithdrawalPenaltyAmt), LocatorUtils.property(thatLocator, "earlyWithdrawalPenaltyAmt", rhsEarlyWithdrawalPenaltyAmt), lhsEarlyWithdrawalPenaltyAmt, rhsEarlyWithdrawalPenaltyAmt, (this.earlyWithdrawalPenaltyAmt!= null), (that.earlyWithdrawalPenaltyAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsMarketDiscountAmt;
            lhsMarketDiscountAmt = this.getMarketDiscountAmt();
            BigInteger rhsMarketDiscountAmt;
            rhsMarketDiscountAmt = that.getMarketDiscountAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "marketDiscountAmt", lhsMarketDiscountAmt), LocatorUtils.property(thatLocator, "marketDiscountAmt", rhsMarketDiscountAmt), lhsMarketDiscountAmt, rhsMarketDiscountAmt, (this.marketDiscountAmt!= null), (that.marketDiscountAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsAcquisitionPremiumAmt;
            lhsAcquisitionPremiumAmt = this.getAcquisitionPremiumAmt();
            BigInteger rhsAcquisitionPremiumAmt;
            rhsAcquisitionPremiumAmt = that.getAcquisitionPremiumAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "acquisitionPremiumAmt", lhsAcquisitionPremiumAmt), LocatorUtils.property(thatLocator, "acquisitionPremiumAmt", rhsAcquisitionPremiumAmt), lhsAcquisitionPremiumAmt, rhsAcquisitionPremiumAmt, (this.acquisitionPremiumAmt!= null), (that.acquisitionPremiumAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsTreasuryObligationOIDAmt;
            lhsTreasuryObligationOIDAmt = this.getTreasuryObligationOIDAmt();
            BigInteger rhsTreasuryObligationOIDAmt;
            rhsTreasuryObligationOIDAmt = that.getTreasuryObligationOIDAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "treasuryObligationOIDAmt", lhsTreasuryObligationOIDAmt), LocatorUtils.property(thatLocator, "treasuryObligationOIDAmt", rhsTreasuryObligationOIDAmt), lhsTreasuryObligationOIDAmt, rhsTreasuryObligationOIDAmt, (this.treasuryObligationOIDAmt!= null), (that.treasuryObligationOIDAmt!= 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 lhsBondPremiumAmt;
            lhsBondPremiumAmt = this.getBondPremiumAmt();
            BigInteger rhsBondPremiumAmt;
            rhsBondPremiumAmt = that.getBondPremiumAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "bondPremiumAmt", lhsBondPremiumAmt), LocatorUtils.property(thatLocator, "bondPremiumAmt", rhsBondPremiumAmt), lhsBondPremiumAmt, rhsBondPremiumAmt, (this.bondPremiumAmt!= null), (that.bondPremiumAmt!= null))) {
                return false;
            }
        }
        {
            BigInteger lhsTaxExemptOIDAmt;
            lhsTaxExemptOIDAmt = this.getTaxExemptOIDAmt();
            BigInteger rhsTaxExemptOIDAmt;
            rhsTaxExemptOIDAmt = that.getTaxExemptOIDAmt();
            if (!strategy.equals(LocatorUtils.property(thisLocator, "taxExemptOIDAmt", lhsTaxExemptOIDAmt), LocatorUtils.property(thatLocator, "taxExemptOIDAmt", rhsTaxExemptOIDAmt), lhsTaxExemptOIDAmt, rhsTaxExemptOIDAmt, (this.taxExemptOIDAmt!= null), (that.taxExemptOIDAmt!= 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.