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

com.prowidesoftware.swift.model.mx.dic.RateDetails21 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 = "RateDetails21", propOrder = {
    "addtlTax",
    "chrgsFees",
    "fnlDvddRate",
    "fsclStmp",
    "fullyFrnkdRate",
    "grssDvddRate",
    "earlySlctnFeeRate",
    "thrdPtyIncntivRate",
    "intrstRateUsdForPmt",
    "netDvddRate",
    "nonResdtRate",
    "prvsnlDvddRate",
    "aplblRate",
    "slctnFeeRate",
    "taxCdtRate",
    "taxRltdRate",
    "whldgTaxRate",
    "taxOnIncm",
    "taxOnPrfts",
    "taxRclmRate",
    "whldgOfFrgnTax",
    "whldgOfLclTax",
    "equlstnRate"
})
public class RateDetails21 {

    @XmlElement(name = "AddtlTax")
    protected RateAndAmountFormat6Choice addtlTax;
    @XmlElement(name = "ChrgsFees")
    protected RateAndAmountFormat6Choice chrgsFees;
    @XmlElement(name = "FnlDvddRate")
    protected RestrictedFINActiveCurrencyAnd13DecimalAmount fnlDvddRate;
    @XmlElement(name = "FsclStmp")
    protected BigDecimal fsclStmp;
    @XmlElement(name = "FullyFrnkdRate")
    protected RateAndAmountFormat6Choice fullyFrnkdRate;
    @XmlElement(name = "GrssDvddRate")
    protected List grssDvddRate;
    @XmlElement(name = "EarlySlctnFeeRate")
    protected RateAndAmountFormat18Choice earlySlctnFeeRate;
    @XmlElement(name = "ThrdPtyIncntivRate")
    protected RateAndAmountFormat18Choice thrdPtyIncntivRate;
    @XmlElement(name = "IntrstRateUsdForPmt")
    protected List intrstRateUsdForPmt;
    @XmlElement(name = "NetDvddRate")
    protected List netDvddRate;
    @XmlElement(name = "NonResdtRate")
    protected RateAndAmountFormat6Choice nonResdtRate;
    @XmlElement(name = "PrvsnlDvddRate")
    protected RestrictedFINActiveCurrencyAnd13DecimalAmount prvsnlDvddRate;
    @XmlElement(name = "AplblRate")
    protected BigDecimal aplblRate;
    @XmlElement(name = "SlctnFeeRate")
    protected RateAndAmountFormat18Choice slctnFeeRate;
    @XmlElement(name = "TaxCdtRate")
    protected List taxCdtRate;
    @XmlElement(name = "TaxRltdRate")
    protected List taxRltdRate;
    @XmlElement(name = "WhldgTaxRate")
    protected List whldgTaxRate;
    @XmlElement(name = "TaxOnIncm")
    protected RateAndAmountFormat18Choice taxOnIncm;
    @XmlElement(name = "TaxOnPrfts")
    protected BigDecimal taxOnPrfts;
    @XmlElement(name = "TaxRclmRate")
    protected BigDecimal taxRclmRate;
    @XmlElement(name = "WhldgOfFrgnTax")
    protected List whldgOfFrgnTax;
    @XmlElement(name = "WhldgOfLclTax")
    protected List whldgOfLclTax;
    @XmlElement(name = "EqulstnRate")
    protected RestrictedFINActiveCurrencyAnd13DecimalAmount equlstnRate;

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

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

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

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

    /**
     * Gets the value of the fnlDvddRate property.
     * 
     * @return
     *     possible object is
     *     {@link RestrictedFINActiveCurrencyAnd13DecimalAmount }
     *     
     */
    public RestrictedFINActiveCurrencyAnd13DecimalAmount getFnlDvddRate() {
        return fnlDvddRate;
    }

    /**
     * Sets the value of the fnlDvddRate property.
     * 
     * @param value
     *     allowed object is
     *     {@link RestrictedFINActiveCurrencyAnd13DecimalAmount }
     *     
     */
    public RateDetails21 setFnlDvddRate(RestrictedFINActiveCurrencyAnd13DecimalAmount value) {
        this.fnlDvddRate = 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 RateDetails21 setFsclStmp(BigDecimal value) {
        this.fsclStmp = value;
        return this;
    }

    /**
     * Gets the value of the fullyFrnkdRate property.
     * 
     * @return
     *     possible object is
     *     {@link RateAndAmountFormat6Choice }
     *     
     */
    public RateAndAmountFormat6Choice getFullyFrnkdRate() {
        return fullyFrnkdRate;
    }

    /**
     * Sets the value of the fullyFrnkdRate property.
     * 
     * @param value
     *     allowed object is
     *     {@link RateAndAmountFormat6Choice }
     *     
     */
    public RateDetails21 setFullyFrnkdRate(RateAndAmountFormat6Choice value) {
        this.fullyFrnkdRate = 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 GrossDividendRateFormat12Choice } * * */ public List getGrssDvddRate() { if (grssDvddRate == null) { grssDvddRate = new ArrayList(); } return this.grssDvddRate; } /** * Gets the value of the earlySlctnFeeRate property. * * @return * possible object is * {@link RateAndAmountFormat18Choice } * */ public RateAndAmountFormat18Choice getEarlySlctnFeeRate() { return earlySlctnFeeRate; } /** * Sets the value of the earlySlctnFeeRate property. * * @param value * allowed object is * {@link RateAndAmountFormat18Choice } * */ public RateDetails21 setEarlySlctnFeeRate(RateAndAmountFormat18Choice value) { this.earlySlctnFeeRate = value; return this; } /** * Gets the value of the thrdPtyIncntivRate property. * * @return * possible object is * {@link RateAndAmountFormat18Choice } * */ public RateAndAmountFormat18Choice getThrdPtyIncntivRate() { return thrdPtyIncntivRate; } /** * Sets the value of the thrdPtyIncntivRate property. * * @param value * allowed object is * {@link RateAndAmountFormat18Choice } * */ public RateDetails21 setThrdPtyIncntivRate(RateAndAmountFormat18Choice 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 InterestRateUsedForPaymentFormat3Choice } * * */ 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 NetDividendRateFormat14Choice } * * */ public List getNetDvddRate() { if (netDvddRate == null) { netDvddRate = new ArrayList(); } return this.netDvddRate; } /** * Gets the value of the nonResdtRate property. * * @return * possible object is * {@link RateAndAmountFormat6Choice } * */ public RateAndAmountFormat6Choice getNonResdtRate() { return nonResdtRate; } /** * Sets the value of the nonResdtRate property. * * @param value * allowed object is * {@link RateAndAmountFormat6Choice } * */ public RateDetails21 setNonResdtRate(RateAndAmountFormat6Choice value) { this.nonResdtRate = value; return this; } /** * Gets the value of the prvsnlDvddRate property. * * @return * possible object is * {@link RestrictedFINActiveCurrencyAnd13DecimalAmount } * */ public RestrictedFINActiveCurrencyAnd13DecimalAmount getPrvsnlDvddRate() { return prvsnlDvddRate; } /** * Sets the value of the prvsnlDvddRate property. * * @param value * allowed object is * {@link RestrictedFINActiveCurrencyAnd13DecimalAmount } * */ public RateDetails21 setPrvsnlDvddRate(RestrictedFINActiveCurrencyAnd13DecimalAmount value) { this.prvsnlDvddRate = 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 RateDetails21 setAplblRate(BigDecimal value) { this.aplblRate = value; return this; } /** * Gets the value of the slctnFeeRate property. * * @return * possible object is * {@link RateAndAmountFormat18Choice } * */ public RateAndAmountFormat18Choice getSlctnFeeRate() { return slctnFeeRate; } /** * Sets the value of the slctnFeeRate property. * * @param value * allowed object is * {@link RateAndAmountFormat18Choice } * */ public RateDetails21 setSlctnFeeRate(RateAndAmountFormat18Choice 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 TaxCreditRateFormat3Choice } * * */ public List getTaxCdtRate() { if (taxCdtRate == null) { taxCdtRate = new ArrayList(); } return this.taxCdtRate; } /** * Gets the value of the taxRltdRate 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 taxRltdRate property. * *

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

     *    getTaxRltdRate().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link RateTypeAndAmountAndStatus10 } * * */ public List getTaxRltdRate() { if (taxRltdRate == null) { taxRltdRate = new ArrayList(); } return this.taxRltdRate; } /** * 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 RateFormat17Choice } * * */ public List getWhldgTaxRate() { if (whldgTaxRate == null) { whldgTaxRate = new ArrayList(); } return this.whldgTaxRate; } /** * Gets the value of the taxOnIncm property. * * @return * possible object is * {@link RateAndAmountFormat18Choice } * */ public RateAndAmountFormat18Choice getTaxOnIncm() { return taxOnIncm; } /** * Sets the value of the taxOnIncm property. * * @param value * allowed object is * {@link RateAndAmountFormat18Choice } * */ public RateDetails21 setTaxOnIncm(RateAndAmountFormat18Choice 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 RateDetails21 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 RateDetails21 setTaxRclmRate(BigDecimal value) { this.taxRclmRate = value; return this; } /** * Gets the value of the whldgOfFrgnTax 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 whldgOfFrgnTax property. * *

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

     *    getWhldgOfFrgnTax().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link RateAndAmountFormat35Choice } * * */ public List getWhldgOfFrgnTax() { if (whldgOfFrgnTax == null) { whldgOfFrgnTax = new ArrayList(); } return this.whldgOfFrgnTax; } /** * Gets the value of the whldgOfLclTax 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 whldgOfLclTax property. * *

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

     *    getWhldgOfLclTax().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link RateAndAmountFormat35Choice } * * */ public List getWhldgOfLclTax() { if (whldgOfLclTax == null) { whldgOfLclTax = new ArrayList(); } return this.whldgOfLclTax; } /** * 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 RateDetails21 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 RateDetails21 addGrssDvddRate(GrossDividendRateFormat12Choice grssDvddRate) { getGrssDvddRate().add(grssDvddRate); return this; } /** * Adds a new item to the intrstRateUsdForPmt list. * @see #getIntrstRateUsdForPmt() * */ public RateDetails21 addIntrstRateUsdForPmt(InterestRateUsedForPaymentFormat3Choice intrstRateUsdForPmt) { getIntrstRateUsdForPmt().add(intrstRateUsdForPmt); return this; } /** * Adds a new item to the netDvddRate list. * @see #getNetDvddRate() * */ public RateDetails21 addNetDvddRate(NetDividendRateFormat14Choice netDvddRate) { getNetDvddRate().add(netDvddRate); return this; } /** * Adds a new item to the taxCdtRate list. * @see #getTaxCdtRate() * */ public RateDetails21 addTaxCdtRate(TaxCreditRateFormat3Choice taxCdtRate) { getTaxCdtRate().add(taxCdtRate); return this; } /** * Adds a new item to the taxRltdRate list. * @see #getTaxRltdRate() * */ public RateDetails21 addTaxRltdRate(RateTypeAndAmountAndStatus10 taxRltdRate) { getTaxRltdRate().add(taxRltdRate); return this; } /** * Adds a new item to the whldgTaxRate list. * @see #getWhldgTaxRate() * */ public RateDetails21 addWhldgTaxRate(RateFormat17Choice whldgTaxRate) { getWhldgTaxRate().add(whldgTaxRate); return this; } /** * Adds a new item to the whldgOfFrgnTax list. * @see #getWhldgOfFrgnTax() * */ public RateDetails21 addWhldgOfFrgnTax(RateAndAmountFormat35Choice whldgOfFrgnTax) { getWhldgOfFrgnTax().add(whldgOfFrgnTax); return this; } /** * Adds a new item to the whldgOfLclTax list. * @see #getWhldgOfLclTax() * */ public RateDetails21 addWhldgOfLclTax(RateAndAmountFormat35Choice whldgOfLclTax) { getWhldgOfLclTax().add(whldgOfLclTax); return this; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy