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

com.prowidesoftware.swift.model.mx.dic.ReorganisationInstructionSD13 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 additional information regarding corporate action reorganisation instruction details.
 * 
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ReorganisationInstructionSD13", propOrder = {
    "plcAndNm",
    "txTp",
    "txSeq",
    "ttlOvrsbcptQty",
    "ackDtls",
    "ctctPrsn",
    "usrRefNb",
    "warrtSbcptChrgAmt",
    "nonXmptInstrsAllwdInd",
    "cert",
    "dcsdBnfclOwnrDtls",
    "cstmrRefId"
})
public class ReorganisationInstructionSD13 {

    @XmlElement(name = "PlcAndNm")
    protected String plcAndNm;
    @XmlElement(name = "TxTp")
    @XmlSchemaType(name = "string")
    protected ReorganisationTransactionType2Code txTp;
    @XmlElement(name = "TxSeq")
    protected List txSeq;
    @XmlElement(name = "TtlOvrsbcptQty")
    protected FinancialInstrumentQuantity31Choice ttlOvrsbcptQty;
    @XmlElement(name = "AckDtls")
    protected CorporateActionAcknowledgementSD1 ackDtls;
    @XmlElement(name = "CtctPrsn")
    protected ContactIdentification5 ctctPrsn;
    @XmlElement(name = "UsrRefNb")
    protected String usrRefNb;
    @XmlElement(name = "WarrtSbcptChrgAmt")
    protected RestrictedFINActiveCurrencyAndAmount warrtSbcptChrgAmt;
    @XmlElement(name = "NonXmptInstrsAllwdInd")
    protected Boolean nonXmptInstrsAllwdInd;
    @XmlElement(name = "Cert")
    protected CorporateActionCertificateSD1 cert;
    @XmlElement(name = "DcsdBnfclOwnrDtls")
    protected DeceasedStatusSD1 dcsdBnfclOwnrDtls;
    @XmlElement(name = "CstmrRefId")
    protected String cstmrRefId;

    /**
     * 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 ReorganisationInstructionSD13 setPlcAndNm(String value) {
        this.plcAndNm = value;
        return this;
    }

    /**
     * Gets the value of the txTp property.
     * 
     * @return
     *     possible object is
     *     {@link ReorganisationTransactionType2Code }
     *     
     */
    public ReorganisationTransactionType2Code getTxTp() {
        return txTp;
    }

    /**
     * Sets the value of the txTp property.
     * 
     * @param value
     *     allowed object is
     *     {@link ReorganisationTransactionType2Code }
     *     
     */
    public ReorganisationInstructionSD13 setTxTp(ReorganisationTransactionType2Code value) {
        this.txTp = value;
        return this;
    }

    /**
     * Gets the value of the txSeq 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 txSeq property. * *

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

     *    getTxSeq().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link InstructionsTransactionsSequence2 } * * * @return * The value of the txSeq property. */ public List getTxSeq() { if (txSeq == null) { txSeq = new ArrayList<>(); } return this.txSeq; } /** * Gets the value of the ttlOvrsbcptQty property. * * @return * possible object is * {@link FinancialInstrumentQuantity31Choice } * */ public FinancialInstrumentQuantity31Choice getTtlOvrsbcptQty() { return ttlOvrsbcptQty; } /** * Sets the value of the ttlOvrsbcptQty property. * * @param value * allowed object is * {@link FinancialInstrumentQuantity31Choice } * */ public ReorganisationInstructionSD13 setTtlOvrsbcptQty(FinancialInstrumentQuantity31Choice value) { this.ttlOvrsbcptQty = value; return this; } /** * Gets the value of the ackDtls property. * * @return * possible object is * {@link CorporateActionAcknowledgementSD1 } * */ public CorporateActionAcknowledgementSD1 getAckDtls() { return ackDtls; } /** * Sets the value of the ackDtls property. * * @param value * allowed object is * {@link CorporateActionAcknowledgementSD1 } * */ public ReorganisationInstructionSD13 setAckDtls(CorporateActionAcknowledgementSD1 value) { this.ackDtls = value; return this; } /** * Gets the value of the ctctPrsn property. * * @return * possible object is * {@link ContactIdentification5 } * */ public ContactIdentification5 getCtctPrsn() { return ctctPrsn; } /** * Sets the value of the ctctPrsn property. * * @param value * allowed object is * {@link ContactIdentification5 } * */ public ReorganisationInstructionSD13 setCtctPrsn(ContactIdentification5 value) { this.ctctPrsn = value; return this; } /** * Gets the value of the usrRefNb property. * * @return * possible object is * {@link String } * */ public String getUsrRefNb() { return usrRefNb; } /** * Sets the value of the usrRefNb property. * * @param value * allowed object is * {@link String } * */ public ReorganisationInstructionSD13 setUsrRefNb(String value) { this.usrRefNb = value; return this; } /** * Gets the value of the warrtSbcptChrgAmt property. * * @return * possible object is * {@link RestrictedFINActiveCurrencyAndAmount } * */ public RestrictedFINActiveCurrencyAndAmount getWarrtSbcptChrgAmt() { return warrtSbcptChrgAmt; } /** * Sets the value of the warrtSbcptChrgAmt property. * * @param value * allowed object is * {@link RestrictedFINActiveCurrencyAndAmount } * */ public ReorganisationInstructionSD13 setWarrtSbcptChrgAmt(RestrictedFINActiveCurrencyAndAmount value) { this.warrtSbcptChrgAmt = value; return this; } /** * Gets the value of the nonXmptInstrsAllwdInd property. * * @return * possible object is * {@link Boolean } * */ public Boolean isNonXmptInstrsAllwdInd() { return nonXmptInstrsAllwdInd; } /** * Sets the value of the nonXmptInstrsAllwdInd property. * * @param value * allowed object is * {@link Boolean } * */ public ReorganisationInstructionSD13 setNonXmptInstrsAllwdInd(Boolean value) { this.nonXmptInstrsAllwdInd = value; return this; } /** * Gets the value of the cert property. * * @return * possible object is * {@link CorporateActionCertificateSD1 } * */ public CorporateActionCertificateSD1 getCert() { return cert; } /** * Sets the value of the cert property. * * @param value * allowed object is * {@link CorporateActionCertificateSD1 } * */ public ReorganisationInstructionSD13 setCert(CorporateActionCertificateSD1 value) { this.cert = value; return this; } /** * Gets the value of the dcsdBnfclOwnrDtls property. * * @return * possible object is * {@link DeceasedStatusSD1 } * */ public DeceasedStatusSD1 getDcsdBnfclOwnrDtls() { return dcsdBnfclOwnrDtls; } /** * Sets the value of the dcsdBnfclOwnrDtls property. * * @param value * allowed object is * {@link DeceasedStatusSD1 } * */ public ReorganisationInstructionSD13 setDcsdBnfclOwnrDtls(DeceasedStatusSD1 value) { this.dcsdBnfclOwnrDtls = value; return this; } /** * Gets the value of the cstmrRefId property. * * @return * possible object is * {@link String } * */ public String getCstmrRefId() { return cstmrRefId; } /** * Sets the value of the cstmrRefId property. * * @param value * allowed object is * {@link String } * */ public ReorganisationInstructionSD13 setCstmrRefId(String value) { this.cstmrRefId = 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 txSeq list. * @see #getTxSeq() * */ public ReorganisationInstructionSD13 addTxSeq(InstructionsTransactionsSequence2 txSeq) { getTxSeq().add(txSeq); return this; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy