com.prowidesoftware.swift.model.mx.dic.SecuritiesOption3 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 = "SecuritiesOption3", propOrder = {
"sctyId",
"cdtDbtInd",
"tempFinInstrmInd",
"pstngQty",
"sfkpgPlc",
"frctnDspstn",
"ccyOptn",
"dtDtls",
"rateDtls",
"pricDtls",
"rcvgSttlmPties",
"dlvrgSttlmPties"
})
public class SecuritiesOption3 {
@XmlElement(name = "SctyId", required = true)
protected SecurityIdentification11 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 SecurityDate1 dtDtls;
@XmlElement(name = "RateDtls")
protected CorporateActionRate6 rateDtls;
@XmlElement(name = "PricDtls")
protected CorporateActionPrice9 pricDtls;
@XmlElement(name = "RcvgSttlmPties")
protected SettlementParties4 rcvgSttlmPties;
@XmlElement(name = "DlvrgSttlmPties")
protected SettlementParties4 dlvrgSttlmPties;
/**
* Gets the value of the sctyId property.
*
* @return
* possible object is
* {@link SecurityIdentification11 }
*
*/
public SecurityIdentification11 getSctyId() {
return sctyId;
}
/**
* Sets the value of the sctyId property.
*
* @param value
* allowed object is
* {@link SecurityIdentification11 }
*
*/
public SecuritiesOption3 setSctyId(SecurityIdentification11 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 SecuritiesOption3 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 SecuritiesOption3 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 SecuritiesOption3 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 SecuritiesOption3 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 SecuritiesOption3 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 SecuritiesOption3 setCcyOptn(String value) {
this.ccyOptn = value;
return this;
}
/**
* Gets the value of the dtDtls property.
*
* @return
* possible object is
* {@link SecurityDate1 }
*
*/
public SecurityDate1 getDtDtls() {
return dtDtls;
}
/**
* Sets the value of the dtDtls property.
*
* @param value
* allowed object is
* {@link SecurityDate1 }
*
*/
public SecuritiesOption3 setDtDtls(SecurityDate1 value) {
this.dtDtls = value;
return this;
}
/**
* Gets the value of the rateDtls property.
*
* @return
* possible object is
* {@link CorporateActionRate6 }
*
*/
public CorporateActionRate6 getRateDtls() {
return rateDtls;
}
/**
* Sets the value of the rateDtls property.
*
* @param value
* allowed object is
* {@link CorporateActionRate6 }
*
*/
public SecuritiesOption3 setRateDtls(CorporateActionRate6 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 SecuritiesOption3 setPricDtls(CorporateActionPrice9 value) {
this.pricDtls = value;
return this;
}
/**
* Gets the value of the rcvgSttlmPties property.
*
* @return
* possible object is
* {@link SettlementParties4 }
*
*/
public SettlementParties4 getRcvgSttlmPties() {
return rcvgSttlmPties;
}
/**
* Sets the value of the rcvgSttlmPties property.
*
* @param value
* allowed object is
* {@link SettlementParties4 }
*
*/
public SecuritiesOption3 setRcvgSttlmPties(SettlementParties4 value) {
this.rcvgSttlmPties = value;
return this;
}
/**
* Gets the value of the dlvrgSttlmPties property.
*
* @return
* possible object is
* {@link SettlementParties4 }
*
*/
public SettlementParties4 getDlvrgSttlmPties() {
return dlvrgSttlmPties;
}
/**
* Sets the value of the dlvrgSttlmPties property.
*
* @param value
* allowed object is
* {@link SettlementParties4 }
*
*/
public SecuritiesOption3 setDlvrgSttlmPties(SettlementParties4 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