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

com.prowidesoftware.swift.model.mx.dic.DTCCCAPASD1V03 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.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;


/**
 * The DTCCCAPASD1 messge extends ISO corporate action movement preliminary advice message with DTCC corporate action elements not covered in the standard message.
 * 
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "DTCCCAPASD1V03", propOrder = {
    "corpActnGnlInf",
    "undrlygScty",
    "corpActnBalDtls",
    "corpActnDtls",
    "corpActnMvmntSctiesMvmntDtls",
    "corpActnMvmntCshMvmntDtls"
})
public class DTCCCAPASD1V03 {

    @XmlElement(name = "CorpActnGnlInf")
    protected CorporateActionGeneralInformationSD14 corpActnGnlInf;
    @XmlElement(name = "UndrlygScty")
    protected FinancialInstrumentAttributesSD9 undrlygScty;
    @XmlElement(name = "CorpActnBalDtls")
    protected CorporateActionBalanceSD1 corpActnBalDtls;
    @XmlElement(name = "CorpActnDtls")
    protected CorporateActionSD8 corpActnDtls;
    @XmlElement(name = "CorpActnMvmntSctiesMvmntDtls")
    protected List corpActnMvmntSctiesMvmntDtls;
    @XmlElement(name = "CorpActnMvmntCshMvmntDtls")
    protected List corpActnMvmntCshMvmntDtls;

    /**
     * Gets the value of the corpActnGnlInf property.
     * 
     * @return
     *     possible object is
     *     {@link CorporateActionGeneralInformationSD14 }
     *     
     */
    public CorporateActionGeneralInformationSD14 getCorpActnGnlInf() {
        return corpActnGnlInf;
    }

    /**
     * Sets the value of the corpActnGnlInf property.
     * 
     * @param value
     *     allowed object is
     *     {@link CorporateActionGeneralInformationSD14 }
     *     
     */
    public DTCCCAPASD1V03 setCorpActnGnlInf(CorporateActionGeneralInformationSD14 value) {
        this.corpActnGnlInf = value;
        return this;
    }

    /**
     * Gets the value of the undrlygScty property.
     * 
     * @return
     *     possible object is
     *     {@link FinancialInstrumentAttributesSD9 }
     *     
     */
    public FinancialInstrumentAttributesSD9 getUndrlygScty() {
        return undrlygScty;
    }

    /**
     * Sets the value of the undrlygScty property.
     * 
     * @param value
     *     allowed object is
     *     {@link FinancialInstrumentAttributesSD9 }
     *     
     */
    public DTCCCAPASD1V03 setUndrlygScty(FinancialInstrumentAttributesSD9 value) {
        this.undrlygScty = value;
        return this;
    }

    /**
     * Gets the value of the corpActnBalDtls property.
     * 
     * @return
     *     possible object is
     *     {@link CorporateActionBalanceSD1 }
     *     
     */
    public CorporateActionBalanceSD1 getCorpActnBalDtls() {
        return corpActnBalDtls;
    }

    /**
     * Sets the value of the corpActnBalDtls property.
     * 
     * @param value
     *     allowed object is
     *     {@link CorporateActionBalanceSD1 }
     *     
     */
    public DTCCCAPASD1V03 setCorpActnBalDtls(CorporateActionBalanceSD1 value) {
        this.corpActnBalDtls = value;
        return this;
    }

    /**
     * Gets the value of the corpActnDtls property.
     * 
     * @return
     *     possible object is
     *     {@link CorporateActionSD8 }
     *     
     */
    public CorporateActionSD8 getCorpActnDtls() {
        return corpActnDtls;
    }

    /**
     * Sets the value of the corpActnDtls property.
     * 
     * @param value
     *     allowed object is
     *     {@link CorporateActionSD8 }
     *     
     */
    public DTCCCAPASD1V03 setCorpActnDtls(CorporateActionSD8 value) {
        this.corpActnDtls = value;
        return this;
    }

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

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

     *    getCorpActnMvmntSctiesMvmntDtls().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link CorporateActionMovementSecuritiesMovementDetailsSD3 } * * * @return * The value of the corpActnMvmntSctiesMvmntDtls property. */ public List getCorpActnMvmntSctiesMvmntDtls() { if (corpActnMvmntSctiesMvmntDtls == null) { corpActnMvmntSctiesMvmntDtls = new ArrayList<>(); } return this.corpActnMvmntSctiesMvmntDtls; } /** * Gets the value of the corpActnMvmntCshMvmntDtls 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 corpActnMvmntCshMvmntDtls property. * *

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

     *    getCorpActnMvmntCshMvmntDtls().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link CorporateActionMovementCashMovementDetailsSD3 } * * * @return * The value of the corpActnMvmntCshMvmntDtls property. */ public List getCorpActnMvmntCshMvmntDtls() { if (corpActnMvmntCshMvmntDtls == null) { corpActnMvmntCshMvmntDtls = new ArrayList<>(); } return this.corpActnMvmntCshMvmntDtls; } @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 corpActnMvmntSctiesMvmntDtls list. * @see #getCorpActnMvmntSctiesMvmntDtls() * */ public DTCCCAPASD1V03 addCorpActnMvmntSctiesMvmntDtls(CorporateActionMovementSecuritiesMovementDetailsSD3 corpActnMvmntSctiesMvmntDtls) { getCorpActnMvmntSctiesMvmntDtls().add(corpActnMvmntSctiesMvmntDtls); return this; } /** * Adds a new item to the corpActnMvmntCshMvmntDtls list. * @see #getCorpActnMvmntCshMvmntDtls() * */ public DTCCCAPASD1V03 addCorpActnMvmntCshMvmntDtls(CorporateActionMovementCashMovementDetailsSD3 corpActnMvmntCshMvmntDtls) { getCorpActnMvmntCshMvmntDtls().add(corpActnMvmntCshMvmntDtls); return this; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy