com.prowidesoftware.swift.model.mx.dic.CashOptionSD7 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.XmlSchemaType;
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 additional information regarding corporate action option cash movement details.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CashOptionSD7", propOrder = {
"plcAndNm",
"dtcPayMtd",
"dtcPayOrdr",
"entitlmntClctnMtd",
"estmtdRateFlg",
"nraTaxRptblFlg",
"prtctChrgFlg",
"csdCshRate",
"dtcFeeRate",
"dtcusTaxInstrPrd",
"rdpRefNb"
})
public class CashOptionSD7 {
@XmlElement(name = "PlcAndNm", required = true)
protected String plcAndNm;
@XmlElement(name = "DTCPayMtd")
protected String dtcPayMtd;
@XmlElement(name = "DTCPayOrdr")
protected String dtcPayOrdr;
@XmlElement(name = "EntitlmntClctnMtd")
@XmlSchemaType(name = "string")
protected DTCEntitlementCalculationMethod1Code entitlmntClctnMtd;
@XmlElement(name = "EstmtdRateFlg")
protected Boolean estmtdRateFlg;
@XmlElement(name = "NRATaxRptblFlg")
protected Boolean nraTaxRptblFlg;
@XmlElement(name = "PrtctChrgFlg")
protected Boolean prtctChrgFlg;
@XmlElement(name = "CSDCshRate")
protected PriceFormatSD1Choice csdCshRate;
@XmlElement(name = "DTCFeeRate")
protected PriceFormatSD1Choice dtcFeeRate;
@XmlElement(name = "DTCUSTaxInstrPrd")
protected Period3 dtcusTaxInstrPrd;
@XmlElement(name = "RDPRefNb")
protected String rdpRefNb;
/**
* Gets the value of the plcAndNm property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPlcAndNm() {
return plcAndNm;
}
/**
* Sets the value of the plcAndNm property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public CashOptionSD7 setPlcAndNm(String value) {
this.plcAndNm = value;
return this;
}
/**
* Gets the value of the dtcPayMtd property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDTCPayMtd() {
return dtcPayMtd;
}
/**
* Sets the value of the dtcPayMtd property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public CashOptionSD7 setDTCPayMtd(String value) {
this.dtcPayMtd = value;
return this;
}
/**
* Gets the value of the dtcPayOrdr property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDTCPayOrdr() {
return dtcPayOrdr;
}
/**
* Sets the value of the dtcPayOrdr property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public CashOptionSD7 setDTCPayOrdr(String value) {
this.dtcPayOrdr = value;
return this;
}
/**
* Gets the value of the entitlmntClctnMtd property.
*
* @return
* possible object is
* {@link DTCEntitlementCalculationMethod1Code }
*
*/
public DTCEntitlementCalculationMethod1Code getEntitlmntClctnMtd() {
return entitlmntClctnMtd;
}
/**
* Sets the value of the entitlmntClctnMtd property.
*
* @param value
* allowed object is
* {@link DTCEntitlementCalculationMethod1Code }
*
*/
public CashOptionSD7 setEntitlmntClctnMtd(DTCEntitlementCalculationMethod1Code value) {
this.entitlmntClctnMtd = value;
return this;
}
/**
* Gets the value of the estmtdRateFlg property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isEstmtdRateFlg() {
return estmtdRateFlg;
}
/**
* Sets the value of the estmtdRateFlg property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public CashOptionSD7 setEstmtdRateFlg(Boolean value) {
this.estmtdRateFlg = value;
return this;
}
/**
* Gets the value of the nraTaxRptblFlg property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isNRATaxRptblFlg() {
return nraTaxRptblFlg;
}
/**
* Sets the value of the nraTaxRptblFlg property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public CashOptionSD7 setNRATaxRptblFlg(Boolean value) {
this.nraTaxRptblFlg = value;
return this;
}
/**
* Gets the value of the prtctChrgFlg property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isPrtctChrgFlg() {
return prtctChrgFlg;
}
/**
* Sets the value of the prtctChrgFlg property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public CashOptionSD7 setPrtctChrgFlg(Boolean value) {
this.prtctChrgFlg = value;
return this;
}
/**
* Gets the value of the csdCshRate property.
*
* @return
* possible object is
* {@link PriceFormatSD1Choice }
*
*/
public PriceFormatSD1Choice getCSDCshRate() {
return csdCshRate;
}
/**
* Sets the value of the csdCshRate property.
*
* @param value
* allowed object is
* {@link PriceFormatSD1Choice }
*
*/
public CashOptionSD7 setCSDCshRate(PriceFormatSD1Choice value) {
this.csdCshRate = value;
return this;
}
/**
* Gets the value of the dtcFeeRate property.
*
* @return
* possible object is
* {@link PriceFormatSD1Choice }
*
*/
public PriceFormatSD1Choice getDTCFeeRate() {
return dtcFeeRate;
}
/**
* Sets the value of the dtcFeeRate property.
*
* @param value
* allowed object is
* {@link PriceFormatSD1Choice }
*
*/
public CashOptionSD7 setDTCFeeRate(PriceFormatSD1Choice value) {
this.dtcFeeRate = value;
return this;
}
/**
* Gets the value of the dtcusTaxInstrPrd property.
*
* @return
* possible object is
* {@link Period3 }
*
*/
public Period3 getDTCUSTaxInstrPrd() {
return dtcusTaxInstrPrd;
}
/**
* Sets the value of the dtcusTaxInstrPrd property.
*
* @param value
* allowed object is
* {@link Period3 }
*
*/
public CashOptionSD7 setDTCUSTaxInstrPrd(Period3 value) {
this.dtcusTaxInstrPrd = value;
return this;
}
/**
* Gets the value of the rdpRefNb property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRDPRefNb() {
return rdpRefNb;
}
/**
* Sets the value of the rdpRefNb property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public CashOptionSD7 setRDPRefNb(String value) {
this.rdpRefNb = 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