com.prowidesoftware.swift.model.mx.dic.SecuritiesOption18 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 information about the corporate action security option.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "SecuritiesOption18", propOrder = {
"sctyId",
"cdtDbtInd",
"tempFinInstrmInd",
"pstngQty",
"sfkpgPlc",
"frctnDspstn",
"ccyOptn",
"dtDtls",
"rateDtls",
"pricDtls",
"rcvgSttlmPties",
"dlvrgSttlmPties"
})
public class SecuritiesOption18 {
@XmlElement(name = "SctyId", required = true)
protected SecurityIdentification14 sctyId;
@XmlElement(name = "CdtDbtInd", required = true)
@XmlSchemaType(name = "string")
protected CreditDebitCode cdtDbtInd;
@XmlElement(name = "TempFinInstrmInd")
protected TemporaryFinancialInstrumentIndicator1Choice tempFinInstrmInd;
@XmlElement(name = "PstngQty", required = true)
protected Quantity6Choice pstngQty;
@XmlElement(name = "SfkpgPlc")
protected SafekeepingPlaceFormat3Choice sfkpgPlc;
@XmlElement(name = "FrctnDspstn")
protected FractionDispositionType4Choice frctnDspstn;
@XmlElement(name = "CcyOptn")
protected String ccyOptn;
@XmlElement(name = "DtDtls", required = true)
protected SecurityDate6 dtDtls;
@XmlElement(name = "RateDtls")
protected CorporateActionRate21 rateDtls;
@XmlElement(name = "PricDtls")
protected CorporateActionPrice9 pricDtls;
@XmlElement(name = "RcvgSttlmPties")
protected SettlementParties15 rcvgSttlmPties;
@XmlElement(name = "DlvrgSttlmPties")
protected SettlementParties15 dlvrgSttlmPties;
/**
* Gets the value of the sctyId property.
*
* @return
* possible object is
* {@link SecurityIdentification14 }
*
*/
public SecurityIdentification14 getSctyId() {
return sctyId;
}
/**
* Sets the value of the sctyId property.
*
* @param value
* allowed object is
* {@link SecurityIdentification14 }
*
*/
public SecuritiesOption18 setSctyId(SecurityIdentification14 value) {
this.sctyId = value;
return this;
}
/**
* 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 SecuritiesOption18 setCdtDbtInd(CreditDebitCode value) {
this.cdtDbtInd = value;
return this;
}
/**
* Gets the value of the tempFinInstrmInd property.
*
* @return
* possible object is
* {@link TemporaryFinancialInstrumentIndicator1Choice }
*
*/
public TemporaryFinancialInstrumentIndicator1Choice getTempFinInstrmInd() {
return tempFinInstrmInd;
}
/**
* Sets the value of the tempFinInstrmInd property.
*
* @param value
* allowed object is
* {@link TemporaryFinancialInstrumentIndicator1Choice }
*
*/
public SecuritiesOption18 setTempFinInstrmInd(TemporaryFinancialInstrumentIndicator1Choice value) {
this.tempFinInstrmInd = value;
return this;
}
/**
* Gets the value of the pstngQty property.
*
* @return
* possible object is
* {@link Quantity6Choice }
*
*/
public Quantity6Choice getPstngQty() {
return pstngQty;
}
/**
* Sets the value of the pstngQty property.
*
* @param value
* allowed object is
* {@link Quantity6Choice }
*
*/
public SecuritiesOption18 setPstngQty(Quantity6Choice value) {
this.pstngQty = value;
return this;
}
/**
* Gets the value of the sfkpgPlc property.
*
* @return
* possible object is
* {@link SafekeepingPlaceFormat3Choice }
*
*/
public SafekeepingPlaceFormat3Choice getSfkpgPlc() {
return sfkpgPlc;
}
/**
* Sets the value of the sfkpgPlc property.
*
* @param value
* allowed object is
* {@link SafekeepingPlaceFormat3Choice }
*
*/
public SecuritiesOption18 setSfkpgPlc(SafekeepingPlaceFormat3Choice value) {
this.sfkpgPlc = value;
return this;
}
/**
* Gets the value of the frctnDspstn property.
*
* @return
* possible object is
* {@link FractionDispositionType4Choice }
*
*/
public FractionDispositionType4Choice getFrctnDspstn() {
return frctnDspstn;
}
/**
* Sets the value of the frctnDspstn property.
*
* @param value
* allowed object is
* {@link FractionDispositionType4Choice }
*
*/
public SecuritiesOption18 setFrctnDspstn(FractionDispositionType4Choice value) {
this.frctnDspstn = value;
return this;
}
/**
* Gets the value of the ccyOptn property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCcyOptn() {
return ccyOptn;
}
/**
* Sets the value of the ccyOptn property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public SecuritiesOption18 setCcyOptn(String value) {
this.ccyOptn = value;
return this;
}
/**
* Gets the value of the dtDtls property.
*
* @return
* possible object is
* {@link SecurityDate6 }
*
*/
public SecurityDate6 getDtDtls() {
return dtDtls;
}
/**
* Sets the value of the dtDtls property.
*
* @param value
* allowed object is
* {@link SecurityDate6 }
*
*/
public SecuritiesOption18 setDtDtls(SecurityDate6 value) {
this.dtDtls = value;
return this;
}
/**
* Gets the value of the rateDtls property.
*
* @return
* possible object is
* {@link CorporateActionRate21 }
*
*/
public CorporateActionRate21 getRateDtls() {
return rateDtls;
}
/**
* Sets the value of the rateDtls property.
*
* @param value
* allowed object is
* {@link CorporateActionRate21 }
*
*/
public SecuritiesOption18 setRateDtls(CorporateActionRate21 value) {
this.rateDtls = value;
return this;
}
/**
* Gets the value of the pricDtls property.
*
* @return
* possible object is
* {@link CorporateActionPrice9 }
*
*/
public CorporateActionPrice9 getPricDtls() {
return pricDtls;
}
/**
* Sets the value of the pricDtls property.
*
* @param value
* allowed object is
* {@link CorporateActionPrice9 }
*
*/
public SecuritiesOption18 setPricDtls(CorporateActionPrice9 value) {
this.pricDtls = value;
return this;
}
/**
* Gets the value of the rcvgSttlmPties property.
*
* @return
* possible object is
* {@link SettlementParties15 }
*
*/
public SettlementParties15 getRcvgSttlmPties() {
return rcvgSttlmPties;
}
/**
* Sets the value of the rcvgSttlmPties property.
*
* @param value
* allowed object is
* {@link SettlementParties15 }
*
*/
public SecuritiesOption18 setRcvgSttlmPties(SettlementParties15 value) {
this.rcvgSttlmPties = value;
return this;
}
/**
* Gets the value of the dlvrgSttlmPties property.
*
* @return
* possible object is
* {@link SettlementParties15 }
*
*/
public SettlementParties15 getDlvrgSttlmPties() {
return dlvrgSttlmPties;
}
/**
* Sets the value of the dlvrgSttlmPties property.
*
* @param value
* allowed object is
* {@link SettlementParties15 }
*
*/
public SecuritiesOption18 setDlvrgSttlmPties(SettlementParties15 value) {
this.dlvrgSttlmPties = 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