com.prowidesoftware.swift.model.mx.dic.CashOption20 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
package com.prowidesoftware.swift.model.mx.dic;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
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 cash option.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CashOption20", propOrder = {
"cdtDbtInd",
"ctrctlPmtInd",
"nonElgblPrcdsInd",
"issrOfferrTaxbltyInd",
"incmTp",
"cshAcctId",
"amtDtls",
"dtDtls",
"fxDtls",
"rateAndAmtDtls",
"pricDtls"
})
public class CashOption20 {
@XmlElement(name = "CdtDbtInd", required = true)
@XmlSchemaType(name = "string")
protected CreditDebitCode cdtDbtInd;
@XmlElement(name = "CtrctlPmtInd")
@XmlSchemaType(name = "string")
protected Payment1Code ctrctlPmtInd;
@XmlElement(name = "NonElgblPrcdsInd")
protected NonEligibleProceedsIndicator2Choice nonElgblPrcdsInd;
@XmlElement(name = "IssrOfferrTaxbltyInd")
@XmlSchemaType(name = "string")
protected IssuerTaxability1Code issrOfferrTaxbltyInd;
@XmlElement(name = "IncmTp")
protected GenericIdentification25 incmTp;
@XmlElement(name = "CshAcctId")
protected CashAccountIdentification6Choice cshAcctId;
@XmlElement(name = "AmtDtls")
protected CorporateActionAmounts19 amtDtls;
@XmlElement(name = "DtDtls", required = true)
protected CorporateActionDate26 dtDtls;
@XmlElement(name = "FXDtls")
protected ForeignExchangeTerms15 fxDtls;
@XmlElement(name = "RateAndAmtDtls")
protected RateDetails5 rateAndAmtDtls;
@XmlElement(name = "PricDtls")
protected PriceDetails8 pricDtls;
/**
* Gets the value of the cdtDbtInd property.
*
* @return
* possible object is
* {@link CreditDebitCode }
*
*/
public CreditDebitCode getCdtDbtInd() {
return cdtDbtInd;
}
/**
* Sets the value of the cdtDbtInd property.
*
* @param value
* allowed object is
* {@link CreditDebitCode }
*
*/
public CashOption20 setCdtDbtInd(CreditDebitCode value) {
this.cdtDbtInd = value;
return this;
}
/**
* Gets the value of the ctrctlPmtInd property.
*
* @return
* possible object is
* {@link Payment1Code }
*
*/
public Payment1Code getCtrctlPmtInd() {
return ctrctlPmtInd;
}
/**
* Sets the value of the ctrctlPmtInd property.
*
* @param value
* allowed object is
* {@link Payment1Code }
*
*/
public CashOption20 setCtrctlPmtInd(Payment1Code value) {
this.ctrctlPmtInd = value;
return this;
}
/**
* Gets the value of the nonElgblPrcdsInd property.
*
* @return
* possible object is
* {@link NonEligibleProceedsIndicator2Choice }
*
*/
public NonEligibleProceedsIndicator2Choice getNonElgblPrcdsInd() {
return nonElgblPrcdsInd;
}
/**
* Sets the value of the nonElgblPrcdsInd property.
*
* @param value
* allowed object is
* {@link NonEligibleProceedsIndicator2Choice }
*
*/
public CashOption20 setNonElgblPrcdsInd(NonEligibleProceedsIndicator2Choice value) {
this.nonElgblPrcdsInd = value;
return this;
}
/**
* Gets the value of the issrOfferrTaxbltyInd property.
*
* @return
* possible object is
* {@link IssuerTaxability1Code }
*
*/
public IssuerTaxability1Code getIssrOfferrTaxbltyInd() {
return issrOfferrTaxbltyInd;
}
/**
* Sets the value of the issrOfferrTaxbltyInd property.
*
* @param value
* allowed object is
* {@link IssuerTaxability1Code }
*
*/
public CashOption20 setIssrOfferrTaxbltyInd(IssuerTaxability1Code value) {
this.issrOfferrTaxbltyInd = value;
return this;
}
/**
* Gets the value of the incmTp property.
*
* @return
* possible object is
* {@link GenericIdentification25 }
*
*/
public GenericIdentification25 getIncmTp() {
return incmTp;
}
/**
* Sets the value of the incmTp property.
*
* @param value
* allowed object is
* {@link GenericIdentification25 }
*
*/
public CashOption20 setIncmTp(GenericIdentification25 value) {
this.incmTp = value;
return this;
}
/**
* Gets the value of the cshAcctId property.
*
* @return
* possible object is
* {@link CashAccountIdentification6Choice }
*
*/
public CashAccountIdentification6Choice getCshAcctId() {
return cshAcctId;
}
/**
* Sets the value of the cshAcctId property.
*
* @param value
* allowed object is
* {@link CashAccountIdentification6Choice }
*
*/
public CashOption20 setCshAcctId(CashAccountIdentification6Choice value) {
this.cshAcctId = value;
return this;
}
/**
* Gets the value of the amtDtls property.
*
* @return
* possible object is
* {@link CorporateActionAmounts19 }
*
*/
public CorporateActionAmounts19 getAmtDtls() {
return amtDtls;
}
/**
* Sets the value of the amtDtls property.
*
* @param value
* allowed object is
* {@link CorporateActionAmounts19 }
*
*/
public CashOption20 setAmtDtls(CorporateActionAmounts19 value) {
this.amtDtls = value;
return this;
}
/**
* Gets the value of the dtDtls property.
*
* @return
* possible object is
* {@link CorporateActionDate26 }
*
*/
public CorporateActionDate26 getDtDtls() {
return dtDtls;
}
/**
* Sets the value of the dtDtls property.
*
* @param value
* allowed object is
* {@link CorporateActionDate26 }
*
*/
public CashOption20 setDtDtls(CorporateActionDate26 value) {
this.dtDtls = value;
return this;
}
/**
* Gets the value of the fxDtls property.
*
* @return
* possible object is
* {@link ForeignExchangeTerms15 }
*
*/
public ForeignExchangeTerms15 getFXDtls() {
return fxDtls;
}
/**
* Sets the value of the fxDtls property.
*
* @param value
* allowed object is
* {@link ForeignExchangeTerms15 }
*
*/
public CashOption20 setFXDtls(ForeignExchangeTerms15 value) {
this.fxDtls = value;
return this;
}
/**
* Gets the value of the rateAndAmtDtls property.
*
* @return
* possible object is
* {@link RateDetails5 }
*
*/
public RateDetails5 getRateAndAmtDtls() {
return rateAndAmtDtls;
}
/**
* Sets the value of the rateAndAmtDtls property.
*
* @param value
* allowed object is
* {@link RateDetails5 }
*
*/
public CashOption20 setRateAndAmtDtls(RateDetails5 value) {
this.rateAndAmtDtls = value;
return this;
}
/**
* Gets the value of the pricDtls property.
*
* @return
* possible object is
* {@link PriceDetails8 }
*
*/
public PriceDetails8 getPricDtls() {
return pricDtls;
}
/**
* Sets the value of the pricDtls property.
*
* @param value
* allowed object is
* {@link PriceDetails8 }
*
*/
public CashOption20 setPricDtls(PriceDetails8 value) {
this.pricDtls = 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