All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.prowidesoftware.swift.model.mx.dic.SecuritiesOption70 Maven / Gradle / Ivy

The newest version!

package com.prowidesoftware.swift.model.mx.dic;

import java.util.ArrayList;
import java.util.List;
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 = "SecuritiesOption70", propOrder = {
    "finInstrmId",
    "cdtDbtInd",
    "tempFinInstrmInd",
    "newSctiesIssncInd",
    "issrOfferrTaxbltyInd",
    "incmTp",
    "xmptnTp",
    "ctryOfIncmSrc",
    "pstngQty",
    "sfkpgPlc",
    "frctnDspstn",
    "ccyOptn",
    "dtDtls",
    "rateDtls",
    "pricDtls",
    "rcvgSttlmPties",
    "dlvrgSttlmPties"
})
public class SecuritiesOption70 {

    @XmlElement(name = "FinInstrmId", required = true)
    protected SecurityIdentification19 finInstrmId;
    @XmlElement(name = "CdtDbtInd", required = true)
    @XmlSchemaType(name = "string")
    protected CreditDebitCode cdtDbtInd;
    @XmlElement(name = "TempFinInstrmInd")
    protected TemporaryFinancialInstrumentIndicator3Choice tempFinInstrmInd;
    @XmlElement(name = "NewSctiesIssncInd")
    @XmlSchemaType(name = "string")
    protected NewSecuritiesIssuanceType6Code newSctiesIssncInd;
    @XmlElement(name = "IssrOfferrTaxbltyInd")
    protected IssuerOfferorTaxabilityIndicator1Choice issrOfferrTaxbltyInd;
    @XmlElement(name = "IncmTp")
    protected GenericIdentification30 incmTp;
    @XmlElement(name = "XmptnTp")
    protected List xmptnTp;
    @XmlElement(name = "CtryOfIncmSrc")
    protected String ctryOfIncmSrc;
    @XmlElement(name = "PstngQty", required = true)
    protected Quantity6Choice pstngQty;
    @XmlElement(name = "SfkpgPlc")
    protected SafekeepingPlaceFormat29Choice sfkpgPlc;
    @XmlElement(name = "FrctnDspstn")
    protected FractionDispositionType27Choice frctnDspstn;
    @XmlElement(name = "CcyOptn")
    protected String ccyOptn;
    @XmlElement(name = "DtDtls", required = true)
    protected SecurityDate15 dtDtls;
    @XmlElement(name = "RateDtls")
    protected CorporateActionRate90 rateDtls;
    @XmlElement(name = "PricDtls")
    protected CorporateActionPrice59 pricDtls;
    @XmlElement(name = "RcvgSttlmPties")
    protected SettlementParties75 rcvgSttlmPties;
    @XmlElement(name = "DlvrgSttlmPties")
    protected SettlementParties75 dlvrgSttlmPties;

    /**
     * Gets the value of the finInstrmId property.
     * 
     * @return
     *     possible object is
     *     {@link SecurityIdentification19 }
     *     
     */
    public SecurityIdentification19 getFinInstrmId() {
        return finInstrmId;
    }

    /**
     * Sets the value of the finInstrmId property.
     * 
     * @param value
     *     allowed object is
     *     {@link SecurityIdentification19 }
     *     
     */
    public SecuritiesOption70 setFinInstrmId(SecurityIdentification19 value) {
        this.finInstrmId = 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 SecuritiesOption70 setCdtDbtInd(CreditDebitCode value) {
        this.cdtDbtInd = value;
        return this;
    }

    /**
     * Gets the value of the tempFinInstrmInd property.
     * 
     * @return
     *     possible object is
     *     {@link TemporaryFinancialInstrumentIndicator3Choice }
     *     
     */
    public TemporaryFinancialInstrumentIndicator3Choice getTempFinInstrmInd() {
        return tempFinInstrmInd;
    }

    /**
     * Sets the value of the tempFinInstrmInd property.
     * 
     * @param value
     *     allowed object is
     *     {@link TemporaryFinancialInstrumentIndicator3Choice }
     *     
     */
    public SecuritiesOption70 setTempFinInstrmInd(TemporaryFinancialInstrumentIndicator3Choice value) {
        this.tempFinInstrmInd = value;
        return this;
    }

    /**
     * Gets the value of the newSctiesIssncInd property.
     * 
     * @return
     *     possible object is
     *     {@link NewSecuritiesIssuanceType6Code }
     *     
     */
    public NewSecuritiesIssuanceType6Code getNewSctiesIssncInd() {
        return newSctiesIssncInd;
    }

    /**
     * Sets the value of the newSctiesIssncInd property.
     * 
     * @param value
     *     allowed object is
     *     {@link NewSecuritiesIssuanceType6Code }
     *     
     */
    public SecuritiesOption70 setNewSctiesIssncInd(NewSecuritiesIssuanceType6Code value) {
        this.newSctiesIssncInd = value;
        return this;
    }

    /**
     * Gets the value of the issrOfferrTaxbltyInd property.
     * 
     * @return
     *     possible object is
     *     {@link IssuerOfferorTaxabilityIndicator1Choice }
     *     
     */
    public IssuerOfferorTaxabilityIndicator1Choice getIssrOfferrTaxbltyInd() {
        return issrOfferrTaxbltyInd;
    }

    /**
     * Sets the value of the issrOfferrTaxbltyInd property.
     * 
     * @param value
     *     allowed object is
     *     {@link IssuerOfferorTaxabilityIndicator1Choice }
     *     
     */
    public SecuritiesOption70 setIssrOfferrTaxbltyInd(IssuerOfferorTaxabilityIndicator1Choice value) {
        this.issrOfferrTaxbltyInd = value;
        return this;
    }

    /**
     * Gets the value of the incmTp property.
     * 
     * @return
     *     possible object is
     *     {@link GenericIdentification30 }
     *     
     */
    public GenericIdentification30 getIncmTp() {
        return incmTp;
    }

    /**
     * Sets the value of the incmTp property.
     * 
     * @param value
     *     allowed object is
     *     {@link GenericIdentification30 }
     *     
     */
    public SecuritiesOption70 setIncmTp(GenericIdentification30 value) {
        this.incmTp = value;
        return this;
    }

    /**
     * Gets the value of the xmptnTp property.
     * 
     * 

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the Jakarta XML Binding object. * This is why there is not a {@code set} method for the xmptnTp property. * *

* For example, to add a new item, do as follows: *

     *    getXmptnTp().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link GenericIdentification30 } * * * @return * The value of the xmptnTp property. */ public List getXmptnTp() { if (xmptnTp == null) { xmptnTp = new ArrayList<>(); } return this.xmptnTp; } /** * Gets the value of the ctryOfIncmSrc property. * * @return * possible object is * {@link String } * */ public String getCtryOfIncmSrc() { return ctryOfIncmSrc; } /** * Sets the value of the ctryOfIncmSrc property. * * @param value * allowed object is * {@link String } * */ public SecuritiesOption70 setCtryOfIncmSrc(String value) { this.ctryOfIncmSrc = 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 SecuritiesOption70 setPstngQty(Quantity6Choice value) { this.pstngQty = value; return this; } /** * Gets the value of the sfkpgPlc property. * * @return * possible object is * {@link SafekeepingPlaceFormat29Choice } * */ public SafekeepingPlaceFormat29Choice getSfkpgPlc() { return sfkpgPlc; } /** * Sets the value of the sfkpgPlc property. * * @param value * allowed object is * {@link SafekeepingPlaceFormat29Choice } * */ public SecuritiesOption70 setSfkpgPlc(SafekeepingPlaceFormat29Choice value) { this.sfkpgPlc = value; return this; } /** * Gets the value of the frctnDspstn property. * * @return * possible object is * {@link FractionDispositionType27Choice } * */ public FractionDispositionType27Choice getFrctnDspstn() { return frctnDspstn; } /** * Sets the value of the frctnDspstn property. * * @param value * allowed object is * {@link FractionDispositionType27Choice } * */ public SecuritiesOption70 setFrctnDspstn(FractionDispositionType27Choice 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 SecuritiesOption70 setCcyOptn(String value) { this.ccyOptn = value; return this; } /** * Gets the value of the dtDtls property. * * @return * possible object is * {@link SecurityDate15 } * */ public SecurityDate15 getDtDtls() { return dtDtls; } /** * Sets the value of the dtDtls property. * * @param value * allowed object is * {@link SecurityDate15 } * */ public SecuritiesOption70 setDtDtls(SecurityDate15 value) { this.dtDtls = value; return this; } /** * Gets the value of the rateDtls property. * * @return * possible object is * {@link CorporateActionRate90 } * */ public CorporateActionRate90 getRateDtls() { return rateDtls; } /** * Sets the value of the rateDtls property. * * @param value * allowed object is * {@link CorporateActionRate90 } * */ public SecuritiesOption70 setRateDtls(CorporateActionRate90 value) { this.rateDtls = value; return this; } /** * Gets the value of the pricDtls property. * * @return * possible object is * {@link CorporateActionPrice59 } * */ public CorporateActionPrice59 getPricDtls() { return pricDtls; } /** * Sets the value of the pricDtls property. * * @param value * allowed object is * {@link CorporateActionPrice59 } * */ public SecuritiesOption70 setPricDtls(CorporateActionPrice59 value) { this.pricDtls = value; return this; } /** * Gets the value of the rcvgSttlmPties property. * * @return * possible object is * {@link SettlementParties75 } * */ public SettlementParties75 getRcvgSttlmPties() { return rcvgSttlmPties; } /** * Sets the value of the rcvgSttlmPties property. * * @param value * allowed object is * {@link SettlementParties75 } * */ public SecuritiesOption70 setRcvgSttlmPties(SettlementParties75 value) { this.rcvgSttlmPties = value; return this; } /** * Gets the value of the dlvrgSttlmPties property. * * @return * possible object is * {@link SettlementParties75 } * */ public SettlementParties75 getDlvrgSttlmPties() { return dlvrgSttlmPties; } /** * Sets the value of the dlvrgSttlmPties property. * * @param value * allowed object is * {@link SettlementParties75 } * */ public SecuritiesOption70 setDlvrgSttlmPties(SettlementParties75 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); } /** * Adds a new item to the xmptnTp list. * @see #getXmptnTp() * */ public SecuritiesOption70 addXmptnTp(GenericIdentification30 xmptnTp) { getXmptnTp().add(xmptnTp); return this; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy