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

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


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

import java.util.ArrayList;
import java.util.List;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.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 = "Rate36", propOrder = {
    "addtlTax",
    "grssDvddRate",
    "intrstRateUsdForPmt",
    "whldgTaxRate",
    "scndLvlTax",
    "chrgsFees",
    "earlySlctnFeeRate",
    "fsclStmp",
    "thrdPtyIncntivRate",
    "netDvddRate",
    "aplblRate",
    "slctnFeeRate",
    "taxCdtRate",
    "taxOnIncm",
    "taxOnPrfts",
    "taxRclmRate",
    "equlstnRate",
    "dmdRate"
})
public class Rate36 {

    @XmlElement(name = "AddtlTax")
    protected RateAndAmountFormat37Choice addtlTax;
    @XmlElement(name = "GrssDvddRate")
    protected List grssDvddRate;
    @XmlElement(name = "IntrstRateUsdForPmt")
    protected List intrstRateUsdForPmt;
    @XmlElement(name = "WhldgTaxRate")
    protected List whldgTaxRate;
    @XmlElement(name = "ScndLvlTax")
    protected List scndLvlTax;
    @XmlElement(name = "ChrgsFees")
    protected RateAndAmountFormat37Choice chrgsFees;
    @XmlElement(name = "EarlySlctnFeeRate")
    protected SolicitationFeeRateFormat7Choice earlySlctnFeeRate;
    @XmlElement(name = "FsclStmp")
    protected RateFormat3Choice fsclStmp;
    @XmlElement(name = "ThrdPtyIncntivRate")
    protected RateFormat20Choice thrdPtyIncntivRate;
    @XmlElement(name = "NetDvddRate")
    protected List netDvddRate;
    @XmlElement(name = "AplblRate")
    protected RateFormat3Choice aplblRate;
    @XmlElement(name = "SlctnFeeRate")
    protected SolicitationFeeRateFormat7Choice slctnFeeRate;
    @XmlElement(name = "TaxCdtRate")
    protected RateFormat20Choice taxCdtRate;
    @XmlElement(name = "TaxOnIncm")
    protected RateAndAmountFormat37Choice taxOnIncm;
    @XmlElement(name = "TaxOnPrfts")
    protected RateFormat3Choice taxOnPrfts;
    @XmlElement(name = "TaxRclmRate")
    protected RateFormat3Choice taxRclmRate;
    @XmlElement(name = "EqulstnRate")
    protected RateAndAmountFormat42Choice equlstnRate;
    @XmlElement(name = "DmdRate")
    protected List dmdRate;

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

    /**
     * Sets the value of the addtlTax property.
     * 
     * @param value
     *     allowed object is
     *     {@link RateAndAmountFormat37Choice }
     *     
     */
    public Rate36 setAddtlTax(RateAndAmountFormat37Choice value) {
        this.addtlTax = 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 Jakarta XML Binding object. * This is why there is not a {@code 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 GrossDividendRateFormat38Choice } * * * @return * The value of the grssDvddRate property. */ public List getGrssDvddRate() { if (grssDvddRate == null) { grssDvddRate = new ArrayList<>(); } return this.grssDvddRate; } /** * 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 Jakarta XML Binding object. * This is why there is not a {@code 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 InterestRateUsedForPaymentFormat8Choice } * * * @return * The value of the intrstRateUsdForPmt property. */ public List getIntrstRateUsdForPmt() { if (intrstRateUsdForPmt == null) { intrstRateUsdForPmt = new ArrayList<>(); } return this.intrstRateUsdForPmt; } /** * 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 Jakarta XML Binding object. * This is why there is not a {@code 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 RateAndAmountFormat41Choice } * * * @return * The value of the whldgTaxRate property. */ 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 Jakarta XML Binding object. * This is why there is not a {@code 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 RateAndAmountFormat41Choice } * * * @return * The value of the scndLvlTax property. */ public List getScndLvlTax() { if (scndLvlTax == null) { scndLvlTax = new ArrayList<>(); } return this.scndLvlTax; } /** * Gets the value of the chrgsFees property. * * @return * possible object is * {@link RateAndAmountFormat37Choice } * */ public RateAndAmountFormat37Choice getChrgsFees() { return chrgsFees; } /** * Sets the value of the chrgsFees property. * * @param value * allowed object is * {@link RateAndAmountFormat37Choice } * */ public Rate36 setChrgsFees(RateAndAmountFormat37Choice value) { this.chrgsFees = value; return this; } /** * Gets the value of the earlySlctnFeeRate property. * * @return * possible object is * {@link SolicitationFeeRateFormat7Choice } * */ public SolicitationFeeRateFormat7Choice getEarlySlctnFeeRate() { return earlySlctnFeeRate; } /** * Sets the value of the earlySlctnFeeRate property. * * @param value * allowed object is * {@link SolicitationFeeRateFormat7Choice } * */ public Rate36 setEarlySlctnFeeRate(SolicitationFeeRateFormat7Choice value) { this.earlySlctnFeeRate = value; return this; } /** * Gets the value of the fsclStmp property. * * @return * possible object is * {@link RateFormat3Choice } * */ public RateFormat3Choice getFsclStmp() { return fsclStmp; } /** * Sets the value of the fsclStmp property. * * @param value * allowed object is * {@link RateFormat3Choice } * */ public Rate36 setFsclStmp(RateFormat3Choice value) { this.fsclStmp = value; return this; } /** * Gets the value of the thrdPtyIncntivRate property. * * @return * possible object is * {@link RateFormat20Choice } * */ public RateFormat20Choice getThrdPtyIncntivRate() { return thrdPtyIncntivRate; } /** * Sets the value of the thrdPtyIncntivRate property. * * @param value * allowed object is * {@link RateFormat20Choice } * */ public Rate36 setThrdPtyIncntivRate(RateFormat20Choice value) { this.thrdPtyIncntivRate = value; return this; } /** * 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 Jakarta XML Binding object. * This is why there is not a {@code 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 NetDividendRateFormat39Choice } * * * @return * The value of the netDvddRate property. */ public List getNetDvddRate() { if (netDvddRate == null) { netDvddRate = new ArrayList<>(); } return this.netDvddRate; } /** * Gets the value of the aplblRate property. * * @return * possible object is * {@link RateFormat3Choice } * */ public RateFormat3Choice getAplblRate() { return aplblRate; } /** * Sets the value of the aplblRate property. * * @param value * allowed object is * {@link RateFormat3Choice } * */ public Rate36 setAplblRate(RateFormat3Choice value) { this.aplblRate = value; return this; } /** * Gets the value of the slctnFeeRate property. * * @return * possible object is * {@link SolicitationFeeRateFormat7Choice } * */ public SolicitationFeeRateFormat7Choice getSlctnFeeRate() { return slctnFeeRate; } /** * Sets the value of the slctnFeeRate property. * * @param value * allowed object is * {@link SolicitationFeeRateFormat7Choice } * */ public Rate36 setSlctnFeeRate(SolicitationFeeRateFormat7Choice value) { this.slctnFeeRate = value; return this; } /** * Gets the value of the taxCdtRate property. * * @return * possible object is * {@link RateFormat20Choice } * */ public RateFormat20Choice getTaxCdtRate() { return taxCdtRate; } /** * Sets the value of the taxCdtRate property. * * @param value * allowed object is * {@link RateFormat20Choice } * */ public Rate36 setTaxCdtRate(RateFormat20Choice value) { this.taxCdtRate = value; return this; } /** * Gets the value of the taxOnIncm property. * * @return * possible object is * {@link RateAndAmountFormat37Choice } * */ public RateAndAmountFormat37Choice getTaxOnIncm() { return taxOnIncm; } /** * Sets the value of the taxOnIncm property. * * @param value * allowed object is * {@link RateAndAmountFormat37Choice } * */ public Rate36 setTaxOnIncm(RateAndAmountFormat37Choice value) { this.taxOnIncm = value; return this; } /** * Gets the value of the taxOnPrfts property. * * @return * possible object is * {@link RateFormat3Choice } * */ public RateFormat3Choice getTaxOnPrfts() { return taxOnPrfts; } /** * Sets the value of the taxOnPrfts property. * * @param value * allowed object is * {@link RateFormat3Choice } * */ public Rate36 setTaxOnPrfts(RateFormat3Choice value) { this.taxOnPrfts = value; return this; } /** * Gets the value of the taxRclmRate property. * * @return * possible object is * {@link RateFormat3Choice } * */ public RateFormat3Choice getTaxRclmRate() { return taxRclmRate; } /** * Sets the value of the taxRclmRate property. * * @param value * allowed object is * {@link RateFormat3Choice } * */ public Rate36 setTaxRclmRate(RateFormat3Choice value) { this.taxRclmRate = value; return this; } /** * Gets the value of the equlstnRate property. * * @return * possible object is * {@link RateAndAmountFormat42Choice } * */ public RateAndAmountFormat42Choice getEqulstnRate() { return equlstnRate; } /** * Sets the value of the equlstnRate property. * * @param value * allowed object is * {@link RateAndAmountFormat42Choice } * */ public Rate36 setEqulstnRate(RateAndAmountFormat42Choice value) { this.equlstnRate = value; return this; } /** * Gets the value of the dmdRate 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 Jakarta XML Binding object. * This is why there is not a {@code set} method for the dmdRate property. * *

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

     *    getDmdRate().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link RateAndAmountFormat51Choice } * * * @return * The value of the dmdRate property. */ public List getDmdRate() { if (dmdRate == null) { dmdRate = new ArrayList<>(); } return this.dmdRate; } @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 Rate36 addGrssDvddRate(GrossDividendRateFormat38Choice grssDvddRate) { getGrssDvddRate().add(grssDvddRate); return this; } /** * Adds a new item to the intrstRateUsdForPmt list. * @see #getIntrstRateUsdForPmt() * */ public Rate36 addIntrstRateUsdForPmt(InterestRateUsedForPaymentFormat8Choice intrstRateUsdForPmt) { getIntrstRateUsdForPmt().add(intrstRateUsdForPmt); return this; } /** * Adds a new item to the whldgTaxRate list. * @see #getWhldgTaxRate() * */ public Rate36 addWhldgTaxRate(RateAndAmountFormat41Choice whldgTaxRate) { getWhldgTaxRate().add(whldgTaxRate); return this; } /** * Adds a new item to the scndLvlTax list. * @see #getScndLvlTax() * */ public Rate36 addScndLvlTax(RateAndAmountFormat41Choice scndLvlTax) { getScndLvlTax().add(scndLvlTax); return this; } /** * Adds a new item to the netDvddRate list. * @see #getNetDvddRate() * */ public Rate36 addNetDvddRate(NetDividendRateFormat39Choice netDvddRate) { getNetDvddRate().add(netDvddRate); return this; } /** * Adds a new item to the dmdRate list. * @see #getDmdRate() * */ public Rate36 addDmdRate(RateAndAmountFormat51Choice dmdRate) { getDmdRate().add(dmdRate); return this; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy