com.prowidesoftware.swift.model.mx.dic.Rate35 Maven / Gradle / Ivy
Show all versions of pw-iso20022 Show documentation
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 = "Rate35", propOrder = {
"addtlTax",
"chrgsFees",
"fsclStmp",
"grssDvddRate",
"earlySlctnFeeRate",
"thrdPtyIncntivRate",
"intrstRateUsdForPmt",
"netDvddRate",
"aplblRate",
"slctnFeeRate",
"taxCdtRate",
"whldgTaxRate",
"scndLvlTax",
"taxOnIncm",
"taxOnPrfts",
"taxRclmRate",
"equlstnRate",
"dmdRate"
})
public class Rate35 {
@XmlElement(name = "AddtlTax")
protected RateAndAmountFormat39Choice addtlTax;
@XmlElement(name = "ChrgsFees")
protected RateAndAmountFormat39Choice chrgsFees;
@XmlElement(name = "FsclStmp")
protected BigDecimal fsclStmp;
@XmlElement(name = "GrssDvddRate")
protected List grssDvddRate;
@XmlElement(name = "EarlySlctnFeeRate")
protected SolicitationFeeRateFormat8Choice earlySlctnFeeRate;
@XmlElement(name = "ThrdPtyIncntivRate")
protected RateAndAmountFormat39Choice thrdPtyIncntivRate;
@XmlElement(name = "IntrstRateUsdForPmt")
protected List intrstRateUsdForPmt;
@XmlElement(name = "NetDvddRate")
protected List netDvddRate;
@XmlElement(name = "AplblRate")
protected BigDecimal aplblRate;
@XmlElement(name = "SlctnFeeRate")
protected SolicitationFeeRateFormat8Choice slctnFeeRate;
@XmlElement(name = "TaxCdtRate")
protected RateFormat22Choice taxCdtRate;
@XmlElement(name = "WhldgTaxRate")
protected List whldgTaxRate;
@XmlElement(name = "ScndLvlTax")
protected List scndLvlTax;
@XmlElement(name = "TaxOnIncm")
protected RateAndAmountFormat39Choice taxOnIncm;
@XmlElement(name = "TaxOnPrfts")
protected BigDecimal taxOnPrfts;
@XmlElement(name = "TaxRclmRate")
protected BigDecimal taxRclmRate;
@XmlElement(name = "EqulstnRate")
protected ActiveCurrencyAnd13DecimalAmount equlstnRate;
@XmlElement(name = "DmdRate")
protected List dmdRate;
/**
* Gets the value of the addtlTax property.
*
* @return
* possible object is
* {@link RateAndAmountFormat39Choice }
*
*/
public RateAndAmountFormat39Choice getAddtlTax() {
return addtlTax;
}
/**
* Sets the value of the addtlTax property.
*
* @param value
* allowed object is
* {@link RateAndAmountFormat39Choice }
*
*/
public Rate35 setAddtlTax(RateAndAmountFormat39Choice value) {
this.addtlTax = value;
return this;
}
/**
* Gets the value of the chrgsFees property.
*
* @return
* possible object is
* {@link RateAndAmountFormat39Choice }
*
*/
public RateAndAmountFormat39Choice getChrgsFees() {
return chrgsFees;
}
/**
* Sets the value of the chrgsFees property.
*
* @param value
* allowed object is
* {@link RateAndAmountFormat39Choice }
*
*/
public Rate35 setChrgsFees(RateAndAmountFormat39Choice 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 Rate35 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 GrossDividendRateFormat37Choice }
*
*
*/
public List getGrssDvddRate() {
if (grssDvddRate == null) {
grssDvddRate = new ArrayList();
}
return this.grssDvddRate;
}
/**
* Gets the value of the earlySlctnFeeRate property.
*
* @return
* possible object is
* {@link SolicitationFeeRateFormat8Choice }
*
*/
public SolicitationFeeRateFormat8Choice getEarlySlctnFeeRate() {
return earlySlctnFeeRate;
}
/**
* Sets the value of the earlySlctnFeeRate property.
*
* @param value
* allowed object is
* {@link SolicitationFeeRateFormat8Choice }
*
*/
public Rate35 setEarlySlctnFeeRate(SolicitationFeeRateFormat8Choice value) {
this.earlySlctnFeeRate = value;
return this;
}
/**
* Gets the value of the thrdPtyIncntivRate property.
*
* @return
* possible object is
* {@link RateAndAmountFormat39Choice }
*
*/
public RateAndAmountFormat39Choice getThrdPtyIncntivRate() {
return thrdPtyIncntivRate;
}
/**
* Sets the value of the thrdPtyIncntivRate property.
*
* @param value
* allowed object is
* {@link RateAndAmountFormat39Choice }
*
*/
public Rate35 setThrdPtyIncntivRate(RateAndAmountFormat39Choice 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 InterestRateUsedForPaymentFormat7Choice }
*
*
*/
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 NetDividendRateFormat40Choice }
*
*
*/
public List getNetDvddRate() {
if (netDvddRate == null) {
netDvddRate = new ArrayList();
}
return this.netDvddRate;
}
/**
* 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 Rate35 setAplblRate(BigDecimal value) {
this.aplblRate = value;
return this;
}
/**
* Gets the value of the slctnFeeRate property.
*
* @return
* possible object is
* {@link SolicitationFeeRateFormat8Choice }
*
*/
public SolicitationFeeRateFormat8Choice getSlctnFeeRate() {
return slctnFeeRate;
}
/**
* Sets the value of the slctnFeeRate property.
*
* @param value
* allowed object is
* {@link SolicitationFeeRateFormat8Choice }
*
*/
public Rate35 setSlctnFeeRate(SolicitationFeeRateFormat8Choice value) {
this.slctnFeeRate = value;
return this;
}
/**
* Gets the value of the taxCdtRate property.
*
* @return
* possible object is
* {@link RateFormat22Choice }
*
*/
public RateFormat22Choice getTaxCdtRate() {
return taxCdtRate;
}
/**
* Sets the value of the taxCdtRate property.
*
* @param value
* allowed object is
* {@link RateFormat22Choice }
*
*/
public Rate35 setTaxCdtRate(RateFormat22Choice value) {
this.taxCdtRate = value;
return this;
}
/**
* 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 RateAndAmountFormat40Choice }
*
*
*/
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 RateAndAmountFormat40Choice }
*
*
*/
public List getScndLvlTax() {
if (scndLvlTax == null) {
scndLvlTax = new ArrayList();
}
return this.scndLvlTax;
}
/**
* Gets the value of the taxOnIncm property.
*
* @return
* possible object is
* {@link RateAndAmountFormat39Choice }
*
*/
public RateAndAmountFormat39Choice getTaxOnIncm() {
return taxOnIncm;
}
/**
* Sets the value of the taxOnIncm property.
*
* @param value
* allowed object is
* {@link RateAndAmountFormat39Choice }
*
*/
public Rate35 setTaxOnIncm(RateAndAmountFormat39Choice 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 Rate35 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 Rate35 setTaxRclmRate(BigDecimal value) {
this.taxRclmRate = value;
return this;
}
/**
* Gets the value of the equlstnRate property.
*
* @return
* possible object is
* {@link ActiveCurrencyAnd13DecimalAmount }
*
*/
public ActiveCurrencyAnd13DecimalAmount getEqulstnRate() {
return equlstnRate;
}
/**
* Sets the value of the equlstnRate property.
*
* @param value
* allowed object is
* {@link ActiveCurrencyAnd13DecimalAmount }
*
*/
public Rate35 setEqulstnRate(ActiveCurrencyAnd13DecimalAmount 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 JAXB object.
* This is why there is not a 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 RateAndAmountFormat52Choice }
*
*
*/
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 Rate35 addGrssDvddRate(GrossDividendRateFormat37Choice grssDvddRate) {
getGrssDvddRate().add(grssDvddRate);
return this;
}
/**
* Adds a new item to the intrstRateUsdForPmt list.
* @see #getIntrstRateUsdForPmt()
*
*/
public Rate35 addIntrstRateUsdForPmt(InterestRateUsedForPaymentFormat7Choice intrstRateUsdForPmt) {
getIntrstRateUsdForPmt().add(intrstRateUsdForPmt);
return this;
}
/**
* Adds a new item to the netDvddRate list.
* @see #getNetDvddRate()
*
*/
public Rate35 addNetDvddRate(NetDividendRateFormat40Choice netDvddRate) {
getNetDvddRate().add(netDvddRate);
return this;
}
/**
* Adds a new item to the whldgTaxRate list.
* @see #getWhldgTaxRate()
*
*/
public Rate35 addWhldgTaxRate(RateAndAmountFormat40Choice whldgTaxRate) {
getWhldgTaxRate().add(whldgTaxRate);
return this;
}
/**
* Adds a new item to the scndLvlTax list.
* @see #getScndLvlTax()
*
*/
public Rate35 addScndLvlTax(RateAndAmountFormat40Choice scndLvlTax) {
getScndLvlTax().add(scndLvlTax);
return this;
}
/**
* Adds a new item to the dmdRate list.
* @see #getDmdRate()
*
*/
public Rate35 addDmdRate(RateAndAmountFormat52Choice dmdRate) {
getDmdRate().add(dmdRate);
return this;
}
}