com.prowidesoftware.swift.model.mx.dic.OtherAmounts22 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pw-iso20022 Show documentation
Show all versions of pw-iso20022 Show documentation
Prowide Library for ISO 20022 messages
The newest version!
package com.prowidesoftware.swift.model.mx.dic;
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;
/**
* Identifies other amounts pertaining to the transaction.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "OtherAmounts22", propOrder = {
"acrdIntrstAmt",
"chrgsFees",
"ctryNtlFdrlTax",
"pmtLevyTax",
"lclTax",
"othr",
"rgltryAmt",
"shppgAmt",
"stmpDty",
"stockXchgTax",
"trfTax",
"txTax",
"valAddedTax",
"whldgTax",
"csmptnTax",
"acrdCptlstnAmt"
})
public class OtherAmounts22 {
@XmlElement(name = "AcrdIntrstAmt")
protected AmountAndDirection17 acrdIntrstAmt;
@XmlElement(name = "ChrgsFees")
protected AmountAndDirection17 chrgsFees;
@XmlElement(name = "CtryNtlFdrlTax")
protected AmountAndDirection17 ctryNtlFdrlTax;
@XmlElement(name = "PmtLevyTax")
protected AmountAndDirection17 pmtLevyTax;
@XmlElement(name = "LclTax")
protected AmountAndDirection17 lclTax;
@XmlElement(name = "Othr")
protected AmountAndDirection17 othr;
@XmlElement(name = "RgltryAmt")
protected AmountAndDirection17 rgltryAmt;
@XmlElement(name = "ShppgAmt")
protected AmountAndDirection17 shppgAmt;
@XmlElement(name = "StmpDty")
protected AmountAndDirection17 stmpDty;
@XmlElement(name = "StockXchgTax")
protected AmountAndDirection17 stockXchgTax;
@XmlElement(name = "TrfTax")
protected AmountAndDirection17 trfTax;
@XmlElement(name = "TxTax")
protected AmountAndDirection17 txTax;
@XmlElement(name = "ValAddedTax")
protected AmountAndDirection17 valAddedTax;
@XmlElement(name = "WhldgTax")
protected AmountAndDirection17 whldgTax;
@XmlElement(name = "CsmptnTax")
protected AmountAndDirection17 csmptnTax;
@XmlElement(name = "AcrdCptlstnAmt")
protected AmountAndDirection17 acrdCptlstnAmt;
/**
* Gets the value of the acrdIntrstAmt property.
*
* @return
* possible object is
* {@link AmountAndDirection17 }
*
*/
public AmountAndDirection17 getAcrdIntrstAmt() {
return acrdIntrstAmt;
}
/**
* Sets the value of the acrdIntrstAmt property.
*
* @param value
* allowed object is
* {@link AmountAndDirection17 }
*
*/
public OtherAmounts22 setAcrdIntrstAmt(AmountAndDirection17 value) {
this.acrdIntrstAmt = value;
return this;
}
/**
* Gets the value of the chrgsFees property.
*
* @return
* possible object is
* {@link AmountAndDirection17 }
*
*/
public AmountAndDirection17 getChrgsFees() {
return chrgsFees;
}
/**
* Sets the value of the chrgsFees property.
*
* @param value
* allowed object is
* {@link AmountAndDirection17 }
*
*/
public OtherAmounts22 setChrgsFees(AmountAndDirection17 value) {
this.chrgsFees = value;
return this;
}
/**
* Gets the value of the ctryNtlFdrlTax property.
*
* @return
* possible object is
* {@link AmountAndDirection17 }
*
*/
public AmountAndDirection17 getCtryNtlFdrlTax() {
return ctryNtlFdrlTax;
}
/**
* Sets the value of the ctryNtlFdrlTax property.
*
* @param value
* allowed object is
* {@link AmountAndDirection17 }
*
*/
public OtherAmounts22 setCtryNtlFdrlTax(AmountAndDirection17 value) {
this.ctryNtlFdrlTax = value;
return this;
}
/**
* Gets the value of the pmtLevyTax property.
*
* @return
* possible object is
* {@link AmountAndDirection17 }
*
*/
public AmountAndDirection17 getPmtLevyTax() {
return pmtLevyTax;
}
/**
* Sets the value of the pmtLevyTax property.
*
* @param value
* allowed object is
* {@link AmountAndDirection17 }
*
*/
public OtherAmounts22 setPmtLevyTax(AmountAndDirection17 value) {
this.pmtLevyTax = value;
return this;
}
/**
* Gets the value of the lclTax property.
*
* @return
* possible object is
* {@link AmountAndDirection17 }
*
*/
public AmountAndDirection17 getLclTax() {
return lclTax;
}
/**
* Sets the value of the lclTax property.
*
* @param value
* allowed object is
* {@link AmountAndDirection17 }
*
*/
public OtherAmounts22 setLclTax(AmountAndDirection17 value) {
this.lclTax = value;
return this;
}
/**
* Gets the value of the othr property.
*
* @return
* possible object is
* {@link AmountAndDirection17 }
*
*/
public AmountAndDirection17 getOthr() {
return othr;
}
/**
* Sets the value of the othr property.
*
* @param value
* allowed object is
* {@link AmountAndDirection17 }
*
*/
public OtherAmounts22 setOthr(AmountAndDirection17 value) {
this.othr = value;
return this;
}
/**
* Gets the value of the rgltryAmt property.
*
* @return
* possible object is
* {@link AmountAndDirection17 }
*
*/
public AmountAndDirection17 getRgltryAmt() {
return rgltryAmt;
}
/**
* Sets the value of the rgltryAmt property.
*
* @param value
* allowed object is
* {@link AmountAndDirection17 }
*
*/
public OtherAmounts22 setRgltryAmt(AmountAndDirection17 value) {
this.rgltryAmt = value;
return this;
}
/**
* Gets the value of the shppgAmt property.
*
* @return
* possible object is
* {@link AmountAndDirection17 }
*
*/
public AmountAndDirection17 getShppgAmt() {
return shppgAmt;
}
/**
* Sets the value of the shppgAmt property.
*
* @param value
* allowed object is
* {@link AmountAndDirection17 }
*
*/
public OtherAmounts22 setShppgAmt(AmountAndDirection17 value) {
this.shppgAmt = value;
return this;
}
/**
* Gets the value of the stmpDty property.
*
* @return
* possible object is
* {@link AmountAndDirection17 }
*
*/
public AmountAndDirection17 getStmpDty() {
return stmpDty;
}
/**
* Sets the value of the stmpDty property.
*
* @param value
* allowed object is
* {@link AmountAndDirection17 }
*
*/
public OtherAmounts22 setStmpDty(AmountAndDirection17 value) {
this.stmpDty = value;
return this;
}
/**
* Gets the value of the stockXchgTax property.
*
* @return
* possible object is
* {@link AmountAndDirection17 }
*
*/
public AmountAndDirection17 getStockXchgTax() {
return stockXchgTax;
}
/**
* Sets the value of the stockXchgTax property.
*
* @param value
* allowed object is
* {@link AmountAndDirection17 }
*
*/
public OtherAmounts22 setStockXchgTax(AmountAndDirection17 value) {
this.stockXchgTax = value;
return this;
}
/**
* Gets the value of the trfTax property.
*
* @return
* possible object is
* {@link AmountAndDirection17 }
*
*/
public AmountAndDirection17 getTrfTax() {
return trfTax;
}
/**
* Sets the value of the trfTax property.
*
* @param value
* allowed object is
* {@link AmountAndDirection17 }
*
*/
public OtherAmounts22 setTrfTax(AmountAndDirection17 value) {
this.trfTax = value;
return this;
}
/**
* Gets the value of the txTax property.
*
* @return
* possible object is
* {@link AmountAndDirection17 }
*
*/
public AmountAndDirection17 getTxTax() {
return txTax;
}
/**
* Sets the value of the txTax property.
*
* @param value
* allowed object is
* {@link AmountAndDirection17 }
*
*/
public OtherAmounts22 setTxTax(AmountAndDirection17 value) {
this.txTax = value;
return this;
}
/**
* Gets the value of the valAddedTax property.
*
* @return
* possible object is
* {@link AmountAndDirection17 }
*
*/
public AmountAndDirection17 getValAddedTax() {
return valAddedTax;
}
/**
* Sets the value of the valAddedTax property.
*
* @param value
* allowed object is
* {@link AmountAndDirection17 }
*
*/
public OtherAmounts22 setValAddedTax(AmountAndDirection17 value) {
this.valAddedTax = value;
return this;
}
/**
* Gets the value of the whldgTax property.
*
* @return
* possible object is
* {@link AmountAndDirection17 }
*
*/
public AmountAndDirection17 getWhldgTax() {
return whldgTax;
}
/**
* Sets the value of the whldgTax property.
*
* @param value
* allowed object is
* {@link AmountAndDirection17 }
*
*/
public OtherAmounts22 setWhldgTax(AmountAndDirection17 value) {
this.whldgTax = value;
return this;
}
/**
* Gets the value of the csmptnTax property.
*
* @return
* possible object is
* {@link AmountAndDirection17 }
*
*/
public AmountAndDirection17 getCsmptnTax() {
return csmptnTax;
}
/**
* Sets the value of the csmptnTax property.
*
* @param value
* allowed object is
* {@link AmountAndDirection17 }
*
*/
public OtherAmounts22 setCsmptnTax(AmountAndDirection17 value) {
this.csmptnTax = value;
return this;
}
/**
* Gets the value of the acrdCptlstnAmt property.
*
* @return
* possible object is
* {@link AmountAndDirection17 }
*
*/
public AmountAndDirection17 getAcrdCptlstnAmt() {
return acrdCptlstnAmt;
}
/**
* Sets the value of the acrdCptlstnAmt property.
*
* @param value
* allowed object is
* {@link AmountAndDirection17 }
*
*/
public OtherAmounts22 setAcrdCptlstnAmt(AmountAndDirection17 value) {
this.acrdCptlstnAmt = 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);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy