All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.prowidesoftware.swift.model.mx.dic.RateDetails30 Maven / Gradle / Ivy

There is a newer version: SRU2024-10.2.4
Show newest version

package com.prowidesoftware.swift.model.mx.dic;

import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import org.apache.commons.lang3.builder.EqualsBuilder;
import org.apache.commons.lang3.builder.HashCodeBuilder;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;


/**
 * Provides information about the rates related to securities movement.
 * 
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "RateDetails30", propOrder = {
    "addtlTax",
    "chrgsFees",
    "fsclStmp",
    "grssDvddRate",
    "earlySlctnFeeRate",
    "thrdPtyIncntivRate",
    "intrstRateUsdForPmt",
    "netDvddRate",
    "nonResdtRate",
    "aplblRate",
    "slctnFeeRate",
    "taxCdtRate",
    "whldgTaxRate",
    "scndLvlTax",
    "taxOnIncm",
    "taxOnPrfts",
    "taxRclmRate",
    "equlstnRate"
})
public class RateDetails30 {

    @XmlElement(name = "AddtlTax")
    protected RateAndAmountFormat43Choice addtlTax;
    @XmlElement(name = "ChrgsFees")
    protected RateAndAmountFormat43Choice chrgsFees;
    @XmlElement(name = "FsclStmp")
    protected BigDecimal fsclStmp;
    @XmlElement(name = "GrssDvddRate")
    protected List grssDvddRate;
    @XmlElement(name = "EarlySlctnFeeRate")
    protected SolicitationFeeRateFormat9Choice earlySlctnFeeRate;
    @XmlElement(name = "ThrdPtyIncntivRate")
    protected RateAndAmountFormat43Choice thrdPtyIncntivRate;
    @XmlElement(name = "IntrstRateUsdForPmt")
    protected List intrstRateUsdForPmt;
    @XmlElement(name = "NetDvddRate")
    protected List netDvddRate;
    @XmlElement(name = "NonResdtRate")
    protected RateAndAmountFormat43Choice nonResdtRate;
    @XmlElement(name = "AplblRate")
    protected BigDecimal aplblRate;
    @XmlElement(name = "SlctnFeeRate")
    protected SolicitationFeeRateFormat9Choice slctnFeeRate;
    @XmlElement(name = "TaxCdtRate")
    protected List taxCdtRate;
    @XmlElement(name = "WhldgTaxRate")
    protected List whldgTaxRate;
    @XmlElement(name = "ScndLvlTax")
    protected List scndLvlTax;
    @XmlElement(name = "TaxOnIncm")
    protected RateAndAmountFormat43Choice taxOnIncm;
    @XmlElement(name = "TaxOnPrfts")
    protected BigDecimal taxOnPrfts;
    @XmlElement(name = "TaxRclmRate")
    protected BigDecimal taxRclmRate;
    @XmlElement(name = "EqulstnRate")
    protected RestrictedFINActiveCurrencyAnd13DecimalAmount equlstnRate;

    /**
     * Gets the value of the addtlTax property.
     * 
     * @return
     *     possible object is
     *     {@link RateAndAmountFormat43Choice }
     *     
     */
    public RateAndAmountFormat43Choice getAddtlTax() {
        return addtlTax;
    }

    /**
     * Sets the value of the addtlTax property.
     * 
     * @param value
     *     allowed object is
     *     {@link RateAndAmountFormat43Choice }
     *     
     */
    public RateDetails30 setAddtlTax(RateAndAmountFormat43Choice value) {
        this.addtlTax = value;
        return this;
    }

    /**
     * Gets the value of the chrgsFees property.
     * 
     * @return
     *     possible object is
     *     {@link RateAndAmountFormat43Choice }
     *     
     */
    public RateAndAmountFormat43Choice getChrgsFees() {
        return chrgsFees;
    }

    /**
     * Sets the value of the chrgsFees property.
     * 
     * @param value
     *     allowed object is
     *     {@link RateAndAmountFormat43Choice }
     *     
     */
    public RateDetails30 setChrgsFees(RateAndAmountFormat43Choice value) {
        this.chrgsFees = value;
        return this;
    }

    /**
     * Gets the value of the fsclStmp property.
     * 
     * @return
     *     possible object is
     *     {@link BigDecimal }
     *     
     */
    public BigDecimal getFsclStmp() {
        return fsclStmp;
    }

    /**
     * Sets the value of the fsclStmp property.
     * 
     * @param value
     *     allowed object is
     *     {@link BigDecimal }
     *     
     */
    public RateDetails30 setFsclStmp(BigDecimal value) {
        this.fsclStmp = value;
        return this;
    }

    /**
     * Gets the value of the grssDvddRate property.
     * 
     * 

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the grssDvddRate property. * *

* For example, to add a new item, do as follows: *

     *    getGrssDvddRate().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link GrossDividendRateFormat24Choice } * * */ public List getGrssDvddRate() { if (grssDvddRate == null) { grssDvddRate = new ArrayList(); } return this.grssDvddRate; } /** * Gets the value of the earlySlctnFeeRate property. * * @return * possible object is * {@link SolicitationFeeRateFormat9Choice } * */ public SolicitationFeeRateFormat9Choice getEarlySlctnFeeRate() { return earlySlctnFeeRate; } /** * Sets the value of the earlySlctnFeeRate property. * * @param value * allowed object is * {@link SolicitationFeeRateFormat9Choice } * */ public RateDetails30 setEarlySlctnFeeRate(SolicitationFeeRateFormat9Choice value) { this.earlySlctnFeeRate = value; return this; } /** * Gets the value of the thrdPtyIncntivRate property. * * @return * possible object is * {@link RateAndAmountFormat43Choice } * */ public RateAndAmountFormat43Choice getThrdPtyIncntivRate() { return thrdPtyIncntivRate; } /** * Sets the value of the thrdPtyIncntivRate property. * * @param value * allowed object is * {@link RateAndAmountFormat43Choice } * */ public RateDetails30 setThrdPtyIncntivRate(RateAndAmountFormat43Choice value) { this.thrdPtyIncntivRate = value; return this; } /** * Gets the value of the intrstRateUsdForPmt property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the intrstRateUsdForPmt property. * *

* For example, to add a new item, do as follows: *

     *    getIntrstRateUsdForPmt().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link InterestRateUsedForPaymentFormat9Choice } * * */ public List getIntrstRateUsdForPmt() { if (intrstRateUsdForPmt == null) { intrstRateUsdForPmt = new ArrayList(); } return this.intrstRateUsdForPmt; } /** * Gets the value of the netDvddRate property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the netDvddRate property. * *

* For example, to add a new item, do as follows: *

     *    getNetDvddRate().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link NetDividendRateFormat26Choice } * * */ public List getNetDvddRate() { if (netDvddRate == null) { netDvddRate = new ArrayList(); } return this.netDvddRate; } /** * Gets the value of the nonResdtRate property. * * @return * possible object is * {@link RateAndAmountFormat43Choice } * */ public RateAndAmountFormat43Choice getNonResdtRate() { return nonResdtRate; } /** * Sets the value of the nonResdtRate property. * * @param value * allowed object is * {@link RateAndAmountFormat43Choice } * */ public RateDetails30 setNonResdtRate(RateAndAmountFormat43Choice value) { this.nonResdtRate = value; return this; } /** * Gets the value of the aplblRate property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getAplblRate() { return aplblRate; } /** * Sets the value of the aplblRate property. * * @param value * allowed object is * {@link BigDecimal } * */ public RateDetails30 setAplblRate(BigDecimal value) { this.aplblRate = value; return this; } /** * Gets the value of the slctnFeeRate property. * * @return * possible object is * {@link SolicitationFeeRateFormat9Choice } * */ public SolicitationFeeRateFormat9Choice getSlctnFeeRate() { return slctnFeeRate; } /** * Sets the value of the slctnFeeRate property. * * @param value * allowed object is * {@link SolicitationFeeRateFormat9Choice } * */ public RateDetails30 setSlctnFeeRate(SolicitationFeeRateFormat9Choice value) { this.slctnFeeRate = value; return this; } /** * Gets the value of the taxCdtRate property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the taxCdtRate property. * *

* For example, to add a new item, do as follows: *

     *    getTaxCdtRate().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link TaxCreditRateFormat9Choice } * * */ public List getTaxCdtRate() { if (taxCdtRate == null) { taxCdtRate = new ArrayList(); } return this.taxCdtRate; } /** * Gets the value of the whldgTaxRate property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the whldgTaxRate property. * *

* For example, to add a new item, do as follows: *

     *    getWhldgTaxRate().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link RateAndAmountFormat45Choice } * * */ public List getWhldgTaxRate() { if (whldgTaxRate == null) { whldgTaxRate = new ArrayList(); } return this.whldgTaxRate; } /** * Gets the value of the scndLvlTax property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the scndLvlTax property. * *

* For example, to add a new item, do as follows: *

     *    getScndLvlTax().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link RateAndAmountFormat45Choice } * * */ public List getScndLvlTax() { if (scndLvlTax == null) { scndLvlTax = new ArrayList(); } return this.scndLvlTax; } /** * Gets the value of the taxOnIncm property. * * @return * possible object is * {@link RateAndAmountFormat43Choice } * */ public RateAndAmountFormat43Choice getTaxOnIncm() { return taxOnIncm; } /** * Sets the value of the taxOnIncm property. * * @param value * allowed object is * {@link RateAndAmountFormat43Choice } * */ public RateDetails30 setTaxOnIncm(RateAndAmountFormat43Choice value) { this.taxOnIncm = value; return this; } /** * Gets the value of the taxOnPrfts property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getTaxOnPrfts() { return taxOnPrfts; } /** * Sets the value of the taxOnPrfts property. * * @param value * allowed object is * {@link BigDecimal } * */ public RateDetails30 setTaxOnPrfts(BigDecimal value) { this.taxOnPrfts = value; return this; } /** * Gets the value of the taxRclmRate property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getTaxRclmRate() { return taxRclmRate; } /** * Sets the value of the taxRclmRate property. * * @param value * allowed object is * {@link BigDecimal } * */ public RateDetails30 setTaxRclmRate(BigDecimal value) { this.taxRclmRate = value; return this; } /** * Gets the value of the equlstnRate property. * * @return * possible object is * {@link RestrictedFINActiveCurrencyAnd13DecimalAmount } * */ public RestrictedFINActiveCurrencyAnd13DecimalAmount getEqulstnRate() { return equlstnRate; } /** * Sets the value of the equlstnRate property. * * @param value * allowed object is * {@link RestrictedFINActiveCurrencyAnd13DecimalAmount } * */ public RateDetails30 setEqulstnRate(RestrictedFINActiveCurrencyAnd13DecimalAmount value) { this.equlstnRate = value; return this; } @Override public String toString() { return ToStringBuilder.reflectionToString(this, ToStringStyle.MULTI_LINE_STYLE); } @Override public boolean equals(Object that) { return EqualsBuilder.reflectionEquals(this, that); } @Override public int hashCode() { return HashCodeBuilder.reflectionHashCode(this); } /** * Adds a new item to the grssDvddRate list. * @see #getGrssDvddRate() * */ public RateDetails30 addGrssDvddRate(GrossDividendRateFormat24Choice grssDvddRate) { getGrssDvddRate().add(grssDvddRate); return this; } /** * Adds a new item to the intrstRateUsdForPmt list. * @see #getIntrstRateUsdForPmt() * */ public RateDetails30 addIntrstRateUsdForPmt(InterestRateUsedForPaymentFormat9Choice intrstRateUsdForPmt) { getIntrstRateUsdForPmt().add(intrstRateUsdForPmt); return this; } /** * Adds a new item to the netDvddRate list. * @see #getNetDvddRate() * */ public RateDetails30 addNetDvddRate(NetDividendRateFormat26Choice netDvddRate) { getNetDvddRate().add(netDvddRate); return this; } /** * Adds a new item to the taxCdtRate list. * @see #getTaxCdtRate() * */ public RateDetails30 addTaxCdtRate(TaxCreditRateFormat9Choice taxCdtRate) { getTaxCdtRate().add(taxCdtRate); return this; } /** * Adds a new item to the whldgTaxRate list. * @see #getWhldgTaxRate() * */ public RateDetails30 addWhldgTaxRate(RateAndAmountFormat45Choice whldgTaxRate) { getWhldgTaxRate().add(whldgTaxRate); return this; } /** * Adds a new item to the scndLvlTax list. * @see #getScndLvlTax() * */ public RateDetails30 addScndLvlTax(RateAndAmountFormat45Choice scndLvlTax) { getScndLvlTax().add(scndLvlTax); return this; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy