com.prowidesoftware.swift.model.mx.dic.RateDetails9 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 = "RateDetails9", propOrder = {
"addtlTax",
"chrgsFees",
"fnlDvddRate",
"fsclStmp",
"fullyFrnkdRate",
"grssDvddRate",
"earlySlctnFeeRate",
"cshIncntivRate",
"intrstRateUsdForPmt",
"netDvddRate",
"nonResdtRate",
"prvsnlDvddRate",
"aplblRate",
"slctnFeeRate",
"taxCdtRate",
"taxRltdRate",
"whldgTaxRate",
"taxOnIncm",
"taxOnPrfts",
"taxRclmRate",
"whldgOfFrgnTax",
"whldgOfLclTax"
})
public class RateDetails9 {
@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 BigDecimal earlySlctnFeeRate;
@XmlElement(name = "CshIncntivRate")
protected BigDecimal cshIncntivRate;
@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 BigDecimal slctnFeeRate;
@XmlElement(name = "TaxCdtRate")
protected List taxCdtRate;
@XmlElement(name = "TaxRltdRate")
protected List taxRltdRate;
@XmlElement(name = "WhldgTaxRate")
protected BigDecimal whldgTaxRate;
@XmlElement(name = "TaxOnIncm")
protected BigDecimal taxOnIncm;
@XmlElement(name = "TaxOnPrfts")
protected BigDecimal taxOnPrfts;
@XmlElement(name = "TaxRclmRate")
protected BigDecimal taxRclmRate;
@XmlElement(name = "WhldgOfFrgnTax")
protected RateAndAmountFormat6Choice whldgOfFrgnTax;
@XmlElement(name = "WhldgOfLclTax")
protected RateAndAmountFormat6Choice whldgOfLclTax;
/**
* 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 RateDetails9 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 RateDetails9 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 RateDetails9 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 RateDetails9 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 RateDetails9 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 GrossDividendRateFormat3Choice }
*
*
*/
public List getGrssDvddRate() {
if (grssDvddRate == null) {
grssDvddRate = new ArrayList();
}
return this.grssDvddRate;
}
/**
* Gets the value of the earlySlctnFeeRate property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getEarlySlctnFeeRate() {
return earlySlctnFeeRate;
}
/**
* Sets the value of the earlySlctnFeeRate property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public RateDetails9 setEarlySlctnFeeRate(BigDecimal value) {
this.earlySlctnFeeRate = value;
return this;
}
/**
* Gets the value of the cshIncntivRate property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getCshIncntivRate() {
return cshIncntivRate;
}
/**
* Sets the value of the cshIncntivRate property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public RateDetails9 setCshIncntivRate(BigDecimal value) {
this.cshIncntivRate = 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 NetDividendRateFormat3Choice }
*
*
*/
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 RateDetails9 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 RateDetails9 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 RateDetails9 setAplblRate(BigDecimal value) {
this.aplblRate = value;
return this;
}
/**
* Gets the value of the slctnFeeRate property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getSlctnFeeRate() {
return slctnFeeRate;
}
/**
* Sets the value of the slctnFeeRate property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public RateDetails9 setSlctnFeeRate(BigDecimal 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.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getWhldgTaxRate() {
return whldgTaxRate;
}
/**
* Sets the value of the whldgTaxRate property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public RateDetails9 setWhldgTaxRate(BigDecimal value) {
this.whldgTaxRate = value;
return this;
}
/**
* Gets the value of the taxOnIncm property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getTaxOnIncm() {
return taxOnIncm;
}
/**
* Sets the value of the taxOnIncm property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public RateDetails9 setTaxOnIncm(BigDecimal 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 RateDetails9 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 RateDetails9 setTaxRclmRate(BigDecimal value) {
this.taxRclmRate = value;
return this;
}
/**
* Gets the value of the whldgOfFrgnTax property.
*
* @return
* possible object is
* {@link RateAndAmountFormat6Choice }
*
*/
public RateAndAmountFormat6Choice getWhldgOfFrgnTax() {
return whldgOfFrgnTax;
}
/**
* Sets the value of the whldgOfFrgnTax property.
*
* @param value
* allowed object is
* {@link RateAndAmountFormat6Choice }
*
*/
public RateDetails9 setWhldgOfFrgnTax(RateAndAmountFormat6Choice value) {
this.whldgOfFrgnTax = value;
return this;
}
/**
* Gets the value of the whldgOfLclTax property.
*
* @return
* possible object is
* {@link RateAndAmountFormat6Choice }
*
*/
public RateAndAmountFormat6Choice getWhldgOfLclTax() {
return whldgOfLclTax;
}
/**
* Sets the value of the whldgOfLclTax property.
*
* @param value
* allowed object is
* {@link RateAndAmountFormat6Choice }
*
*/
public RateDetails9 setWhldgOfLclTax(RateAndAmountFormat6Choice value) {
this.whldgOfLclTax = 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 RateDetails9 addGrssDvddRate(GrossDividendRateFormat3Choice grssDvddRate) {
getGrssDvddRate().add(grssDvddRate);
return this;
}
/**
* Adds a new item to the intrstRateUsdForPmt list.
* @see #getIntrstRateUsdForPmt()
*
*/
public RateDetails9 addIntrstRateUsdForPmt(InterestRateUsedForPaymentFormat3Choice intrstRateUsdForPmt) {
getIntrstRateUsdForPmt().add(intrstRateUsdForPmt);
return this;
}
/**
* Adds a new item to the netDvddRate list.
* @see #getNetDvddRate()
*
*/
public RateDetails9 addNetDvddRate(NetDividendRateFormat3Choice netDvddRate) {
getNetDvddRate().add(netDvddRate);
return this;
}
/**
* Adds a new item to the taxCdtRate list.
* @see #getTaxCdtRate()
*
*/
public RateDetails9 addTaxCdtRate(TaxCreditRateFormat3Choice taxCdtRate) {
getTaxCdtRate().add(taxCdtRate);
return this;
}
/**
* Adds a new item to the taxRltdRate list.
* @see #getTaxRltdRate()
*
*/
public RateDetails9 addTaxRltdRate(RateTypeAndAmountAndStatus10 taxRltdRate) {
getTaxRltdRate().add(taxRltdRate);
return this;
}
}