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

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

The newest version!

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

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

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

    /**
     * Sets the value of the addtlTax property.
     * 
     * @param value
     *     allowed object is
     *     {@link RateAndAmountFormat16Choice }
     *     
     */
    public RateDetails13 setAddtlTax(RateAndAmountFormat16Choice 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 GrossDividendRateFormat14Choice } * * * @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 InterestRateUsedForPaymentFormat6Choice } * * * @return * The value of the intrstRateUsdForPmt property. */ public List getIntrstRateUsdForPmt() { if (intrstRateUsdForPmt == null) { intrstRateUsdForPmt = new ArrayList<>(); } return this.intrstRateUsdForPmt; } /** * 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 Jakarta XML Binding object. * This is why there is not a {@code 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 } * * * @return * The value of the taxRltdRate property. */ public List getTaxRltdRate() { if (taxRltdRate == null) { taxRltdRate = new ArrayList<>(); } return this.taxRltdRate; } /** * Gets the value of the whldgTaxRate property. * * @return * possible object is * {@link RateFormat6Choice } * */ public RateFormat6Choice getWhldgTaxRate() { return whldgTaxRate; } /** * Sets the value of the whldgTaxRate property. * * @param value * allowed object is * {@link RateFormat6Choice } * */ public RateDetails13 setWhldgTaxRate(RateFormat6Choice value) { this.whldgTaxRate = value; return this; } /** * Gets the value of the chrgsFees property. * * @return * possible object is * {@link RateAndAmountFormat16Choice } * */ public RateAndAmountFormat16Choice getChrgsFees() { return chrgsFees; } /** * Sets the value of the chrgsFees property. * * @param value * allowed object is * {@link RateAndAmountFormat16Choice } * */ public RateDetails13 setChrgsFees(RateAndAmountFormat16Choice value) { this.chrgsFees = value; return this; } /** * Gets the value of the earlySlctnFeeRate property. * * @return * possible object is * {@link SolicitationFeeRateFormat6Choice } * */ public SolicitationFeeRateFormat6Choice getEarlySlctnFeeRate() { return earlySlctnFeeRate; } /** * Sets the value of the earlySlctnFeeRate property. * * @param value * allowed object is * {@link SolicitationFeeRateFormat6Choice } * */ public RateDetails13 setEarlySlctnFeeRate(SolicitationFeeRateFormat6Choice value) { this.earlySlctnFeeRate = value; return this; } /** * Gets the value of the fnlDvddRate property. * * @return * possible object is * {@link RateAndAmountFormat17Choice } * */ public RateAndAmountFormat17Choice getFnlDvddRate() { return fnlDvddRate; } /** * Sets the value of the fnlDvddRate property. * * @param value * allowed object is * {@link RateAndAmountFormat17Choice } * */ public RateDetails13 setFnlDvddRate(RateAndAmountFormat17Choice value) { this.fnlDvddRate = value; return this; } /** * Gets the value of the fsclStmp property. * * @return * possible object is * {@link RateFormat6Choice } * */ public RateFormat6Choice getFsclStmp() { return fsclStmp; } /** * Sets the value of the fsclStmp property. * * @param value * allowed object is * {@link RateFormat6Choice } * */ public RateDetails13 setFsclStmp(RateFormat6Choice value) { this.fsclStmp = value; return this; } /** * Gets the value of the fullyFrnkdRate property. * * @return * possible object is * {@link RateAndAmountFormat16Choice } * */ public RateAndAmountFormat16Choice getFullyFrnkdRate() { return fullyFrnkdRate; } /** * Sets the value of the fullyFrnkdRate property. * * @param value * allowed object is * {@link RateAndAmountFormat16Choice } * */ public RateDetails13 setFullyFrnkdRate(RateAndAmountFormat16Choice value) { this.fullyFrnkdRate = value; return this; } /** * Gets the value of the thrdPtyIncntivRate property. * * @return * possible object is * {@link RateFormat9Choice } * */ public RateFormat9Choice getThrdPtyIncntivRate() { return thrdPtyIncntivRate; } /** * Sets the value of the thrdPtyIncntivRate property. * * @param value * allowed object is * {@link RateFormat9Choice } * */ public RateDetails13 setThrdPtyIncntivRate(RateFormat9Choice 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 NetDividendRateFormat16Choice } * * * @return * The value of the netDvddRate property. */ public List getNetDvddRate() { if (netDvddRate == null) { netDvddRate = new ArrayList<>(); } return this.netDvddRate; } /** * Gets the value of the nonResdtRate property. * * @return * possible object is * {@link RateAndAmountFormat16Choice } * */ public RateAndAmountFormat16Choice getNonResdtRate() { return nonResdtRate; } /** * Sets the value of the nonResdtRate property. * * @param value * allowed object is * {@link RateAndAmountFormat16Choice } * */ public RateDetails13 setNonResdtRate(RateAndAmountFormat16Choice value) { this.nonResdtRate = value; return this; } /** * Gets the value of the prvsnlDvddRate property. * * @return * possible object is * {@link RateAndAmountFormat17Choice } * */ public RateAndAmountFormat17Choice getPrvsnlDvddRate() { return prvsnlDvddRate; } /** * Sets the value of the prvsnlDvddRate property. * * @param value * allowed object is * {@link RateAndAmountFormat17Choice } * */ public RateDetails13 setPrvsnlDvddRate(RateAndAmountFormat17Choice value) { this.prvsnlDvddRate = value; return this; } /** * Gets the value of the aplblRate property. * * @return * possible object is * {@link RateFormat6Choice } * */ public RateFormat6Choice getAplblRate() { return aplblRate; } /** * Sets the value of the aplblRate property. * * @param value * allowed object is * {@link RateFormat6Choice } * */ public RateDetails13 setAplblRate(RateFormat6Choice value) { this.aplblRate = value; return this; } /** * Gets the value of the slctnFeeRate property. * * @return * possible object is * {@link SolicitationFeeRateFormat6Choice } * */ public SolicitationFeeRateFormat6Choice getSlctnFeeRate() { return slctnFeeRate; } /** * Sets the value of the slctnFeeRate property. * * @param value * allowed object is * {@link SolicitationFeeRateFormat6Choice } * */ public RateDetails13 setSlctnFeeRate(SolicitationFeeRateFormat6Choice 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 Jakarta XML Binding object. * This is why there is not a {@code 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 TaxCreditRateFormat6Choice } * * * @return * The value of the taxCdtRate property. */ public List getTaxCdtRate() { if (taxCdtRate == null) { taxCdtRate = new ArrayList<>(); } return this.taxCdtRate; } /** * Gets the value of the taxOnIncm property. * * @return * possible object is * {@link RateFormat6Choice } * */ public RateFormat6Choice getTaxOnIncm() { return taxOnIncm; } /** * Sets the value of the taxOnIncm property. * * @param value * allowed object is * {@link RateFormat6Choice } * */ public RateDetails13 setTaxOnIncm(RateFormat6Choice value) { this.taxOnIncm = value; return this; } /** * Gets the value of the taxOnPrfts property. * * @return * possible object is * {@link RateFormat6Choice } * */ public RateFormat6Choice getTaxOnPrfts() { return taxOnPrfts; } /** * Sets the value of the taxOnPrfts property. * * @param value * allowed object is * {@link RateFormat6Choice } * */ public RateDetails13 setTaxOnPrfts(RateFormat6Choice value) { this.taxOnPrfts = value; return this; } /** * Gets the value of the taxRclmRate property. * * @return * possible object is * {@link RateFormat6Choice } * */ public RateFormat6Choice getTaxRclmRate() { return taxRclmRate; } /** * Sets the value of the taxRclmRate property. * * @param value * allowed object is * {@link RateFormat6Choice } * */ public RateDetails13 setTaxRclmRate(RateFormat6Choice value) { this.taxRclmRate = value; return this; } /** * Gets the value of the whldgOfFrgnTax property. * * @return * possible object is * {@link RateAndAmountFormat16Choice } * */ public RateAndAmountFormat16Choice getWhldgOfFrgnTax() { return whldgOfFrgnTax; } /** * Sets the value of the whldgOfFrgnTax property. * * @param value * allowed object is * {@link RateAndAmountFormat16Choice } * */ public RateDetails13 setWhldgOfFrgnTax(RateAndAmountFormat16Choice value) { this.whldgOfFrgnTax = value; return this; } /** * Gets the value of the whldgOfLclTax property. * * @return * possible object is * {@link RateAndAmountFormat16Choice } * */ public RateAndAmountFormat16Choice getWhldgOfLclTax() { return whldgOfLclTax; } /** * Sets the value of the whldgOfLclTax property. * * @param value * allowed object is * {@link RateAndAmountFormat16Choice } * */ public RateDetails13 setWhldgOfLclTax(RateAndAmountFormat16Choice value) { this.whldgOfLclTax = value; return this; } /** * Gets the value of the equlstnRate property. * * @return * possible object is * {@link RateAndAmountFormat17Choice } * */ public RateAndAmountFormat17Choice getEqulstnRate() { return equlstnRate; } /** * Sets the value of the equlstnRate property. * * @param value * allowed object is * {@link RateAndAmountFormat17Choice } * */ public RateDetails13 setEqulstnRate(RateAndAmountFormat17Choice 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 RateDetails13 addGrssDvddRate(GrossDividendRateFormat14Choice grssDvddRate) { getGrssDvddRate().add(grssDvddRate); return this; } /** * Adds a new item to the intrstRateUsdForPmt list. * @see #getIntrstRateUsdForPmt() * */ public RateDetails13 addIntrstRateUsdForPmt(InterestRateUsedForPaymentFormat6Choice intrstRateUsdForPmt) { getIntrstRateUsdForPmt().add(intrstRateUsdForPmt); return this; } /** * Adds a new item to the taxRltdRate list. * @see #getTaxRltdRate() * */ public RateDetails13 addTaxRltdRate(RateTypeAndAmountAndStatus10 taxRltdRate) { getTaxRltdRate().add(taxRltdRate); return this; } /** * Adds a new item to the netDvddRate list. * @see #getNetDvddRate() * */ public RateDetails13 addNetDvddRate(NetDividendRateFormat16Choice netDvddRate) { getNetDvddRate().add(netDvddRate); return this; } /** * Adds a new item to the taxCdtRate list. * @see #getTaxCdtRate() * */ public RateDetails13 addTaxCdtRate(TaxCreditRateFormat6Choice taxCdtRate) { getTaxCdtRate().add(taxCdtRate); return this; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy