com.prowidesoftware.swift.model.mx.dic.RateDetails22 Maven / Gradle / Ivy
Show all versions of pw-iso20022 Show documentation
package com.prowidesoftware.swift.model.mx.dic;
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 = "RateDetails22", propOrder = {
"addtlTax",
"grssDvddRate",
"intrstRateUsdForPmt",
"whldgTaxRate",
"scndLvlTax",
"chrgsFees",
"earlySlctnFeeRate",
"fsclStmp",
"fullyFrnkdRate",
"thrdPtyIncntivRate",
"netDvddRate",
"nonResdtRate",
"aplblRate",
"slctnFeeRate",
"taxCdtRate",
"taxOnIncm",
"taxOnPrfts",
"taxRclmRate",
"equlstnRate"
})
public class RateDetails22 {
@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 = "FullyFrnkdRate")
protected RateAndAmountFormat37Choice fullyFrnkdRate;
@XmlElement(name = "ThrdPtyIncntivRate")
protected RateFormat20Choice thrdPtyIncntivRate;
@XmlElement(name = "NetDvddRate")
protected List netDvddRate;
@XmlElement(name = "NonResdtRate")
protected RateAndAmountFormat37Choice nonResdtRate;
@XmlElement(name = "AplblRate")
protected RateFormat3Choice aplblRate;
@XmlElement(name = "SlctnFeeRate")
protected SolicitationFeeRateFormat7Choice slctnFeeRate;
@XmlElement(name = "TaxCdtRate")
protected List 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;
/**
* 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 RateDetails22 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 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 GrossDividendRateFormat20Choice }
*
*
*/
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 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 InterestRateUsedForPaymentFormat8Choice }
*
*
*/
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 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 RateAndAmountFormat41Choice }
*
*
*/
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 RateAndAmountFormat41Choice }
*
*
*/
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 RateDetails22 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 RateDetails22 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 RateDetails22 setFsclStmp(RateFormat3Choice value) {
this.fsclStmp = value;
return this;
}
/**
* Gets the value of the fullyFrnkdRate property.
*
* @return
* possible object is
* {@link RateAndAmountFormat37Choice }
*
*/
public RateAndAmountFormat37Choice getFullyFrnkdRate() {
return fullyFrnkdRate;
}
/**
* Sets the value of the fullyFrnkdRate property.
*
* @param value
* allowed object is
* {@link RateAndAmountFormat37Choice }
*
*/
public RateDetails22 setFullyFrnkdRate(RateAndAmountFormat37Choice value) {
this.fullyFrnkdRate = 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 RateDetails22 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 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 NetDividendRateFormat22Choice }
*
*
*/
public List getNetDvddRate() {
if (netDvddRate == null) {
netDvddRate = new ArrayList();
}
return this.netDvddRate;
}
/**
* Gets the value of the nonResdtRate property.
*
* @return
* possible object is
* {@link RateAndAmountFormat37Choice }
*
*/
public RateAndAmountFormat37Choice getNonResdtRate() {
return nonResdtRate;
}
/**
* Sets the value of the nonResdtRate property.
*
* @param value
* allowed object is
* {@link RateAndAmountFormat37Choice }
*
*/
public RateDetails22 setNonResdtRate(RateAndAmountFormat37Choice value) {
this.nonResdtRate = value;
return this;
}
/**
* 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 RateDetails22 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 RateDetails22 setSlctnFeeRate(SolicitationFeeRateFormat7Choice 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 TaxCreditRateFormat8Choice }
*
*
*/
public List getTaxCdtRate() {
if (taxCdtRate == null) {
taxCdtRate = new ArrayList();
}
return this.taxCdtRate;
}
/**
* 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 RateDetails22 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 RateDetails22 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 RateDetails22 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 RateDetails22 setEqulstnRate(RateAndAmountFormat42Choice 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 RateDetails22 addGrssDvddRate(GrossDividendRateFormat20Choice grssDvddRate) {
getGrssDvddRate().add(grssDvddRate);
return this;
}
/**
* Adds a new item to the intrstRateUsdForPmt list.
* @see #getIntrstRateUsdForPmt()
*
*/
public RateDetails22 addIntrstRateUsdForPmt(InterestRateUsedForPaymentFormat8Choice intrstRateUsdForPmt) {
getIntrstRateUsdForPmt().add(intrstRateUsdForPmt);
return this;
}
/**
* Adds a new item to the whldgTaxRate list.
* @see #getWhldgTaxRate()
*
*/
public RateDetails22 addWhldgTaxRate(RateAndAmountFormat41Choice whldgTaxRate) {
getWhldgTaxRate().add(whldgTaxRate);
return this;
}
/**
* Adds a new item to the scndLvlTax list.
* @see #getScndLvlTax()
*
*/
public RateDetails22 addScndLvlTax(RateAndAmountFormat41Choice scndLvlTax) {
getScndLvlTax().add(scndLvlTax);
return this;
}
/**
* Adds a new item to the netDvddRate list.
* @see #getNetDvddRate()
*
*/
public RateDetails22 addNetDvddRate(NetDividendRateFormat22Choice netDvddRate) {
getNetDvddRate().add(netDvddRate);
return this;
}
/**
* Adds a new item to the taxCdtRate list.
* @see #getTaxCdtRate()
*
*/
public RateDetails22 addTaxCdtRate(TaxCreditRateFormat8Choice taxCdtRate) {
getTaxCdtRate().add(taxCdtRate);
return this;
}
}