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

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


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

import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.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;


/**
 * Characteristics of the ownership of an investment account.
 * 
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "InvestmentAccountOwnershipInformation9", propOrder = {
    "pty",
    "mnyLndrgChck",
    "invstrPrflVldtn",
    "ownrshBnfcryRate",
    "clntId",
    "fsclXmptn",
    "sgntryRghtInd",
    "miFIDClssfctn",
    "infDstrbtn"
})
public class InvestmentAccountOwnershipInformation9 {

    @XmlElement(name = "Pty", required = true)
    protected Party16Choice pty;
    @XmlElement(name = "MnyLndrgChck")
    protected MoneyLaunderingCheck1Choice mnyLndrgChck;
    @XmlElement(name = "InvstrPrflVldtn")
    protected List invstrPrflVldtn;
    @XmlElement(name = "OwnrshBnfcryRate")
    protected BigDecimal ownrshBnfcryRate;
    @XmlElement(name = "ClntId")
    protected String clntId;
    @XmlElement(name = "FsclXmptn")
    protected Boolean fsclXmptn;
    @XmlElement(name = "SgntryRghtInd")
    protected Boolean sgntryRghtInd;
    @XmlElement(name = "MiFIDClssfctn")
    protected MiFIDClassification1 miFIDClssfctn;
    @XmlElement(name = "InfDstrbtn")
    @XmlSchemaType(name = "string")
    protected InformationDistribution1Code infDstrbtn;

    /**
     * Gets the value of the pty property.
     * 
     * @return
     *     possible object is
     *     {@link Party16Choice }
     *     
     */
    public Party16Choice getPty() {
        return pty;
    }

    /**
     * Sets the value of the pty property.
     * 
     * @param value
     *     allowed object is
     *     {@link Party16Choice }
     *     
     */
    public InvestmentAccountOwnershipInformation9 setPty(Party16Choice value) {
        this.pty = value;
        return this;
    }

    /**
     * Gets the value of the mnyLndrgChck property.
     * 
     * @return
     *     possible object is
     *     {@link MoneyLaunderingCheck1Choice }
     *     
     */
    public MoneyLaunderingCheck1Choice getMnyLndrgChck() {
        return mnyLndrgChck;
    }

    /**
     * Sets the value of the mnyLndrgChck property.
     * 
     * @param value
     *     allowed object is
     *     {@link MoneyLaunderingCheck1Choice }
     *     
     */
    public InvestmentAccountOwnershipInformation9 setMnyLndrgChck(MoneyLaunderingCheck1Choice value) {
        this.mnyLndrgChck = value;
        return this;
    }

    /**
     * Gets the value of the invstrPrflVldtn 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 JAXB object. * This is why there is not a set method for the invstrPrflVldtn property. * *

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

     *    getInvstrPrflVldtn().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link PartyProfileInformation3 } * * */ public List getInvstrPrflVldtn() { if (invstrPrflVldtn == null) { invstrPrflVldtn = new ArrayList(); } return this.invstrPrflVldtn; } /** * Gets the value of the ownrshBnfcryRate property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getOwnrshBnfcryRate() { return ownrshBnfcryRate; } /** * Sets the value of the ownrshBnfcryRate property. * * @param value * allowed object is * {@link BigDecimal } * */ public InvestmentAccountOwnershipInformation9 setOwnrshBnfcryRate(BigDecimal value) { this.ownrshBnfcryRate = value; return this; } /** * Gets the value of the clntId property. * * @return * possible object is * {@link String } * */ public String getClntId() { return clntId; } /** * Sets the value of the clntId property. * * @param value * allowed object is * {@link String } * */ public InvestmentAccountOwnershipInformation9 setClntId(String value) { this.clntId = value; return this; } /** * Gets the value of the fsclXmptn property. * * @return * possible object is * {@link Boolean } * */ public Boolean isFsclXmptn() { return fsclXmptn; } /** * Sets the value of the fsclXmptn property. * * @param value * allowed object is * {@link Boolean } * */ public InvestmentAccountOwnershipInformation9 setFsclXmptn(Boolean value) { this.fsclXmptn = value; return this; } /** * Gets the value of the sgntryRghtInd property. * * @return * possible object is * {@link Boolean } * */ public Boolean isSgntryRghtInd() { return sgntryRghtInd; } /** * Sets the value of the sgntryRghtInd property. * * @param value * allowed object is * {@link Boolean } * */ public InvestmentAccountOwnershipInformation9 setSgntryRghtInd(Boolean value) { this.sgntryRghtInd = value; return this; } /** * Gets the value of the miFIDClssfctn property. * * @return * possible object is * {@link MiFIDClassification1 } * */ public MiFIDClassification1 getMiFIDClssfctn() { return miFIDClssfctn; } /** * Sets the value of the miFIDClssfctn property. * * @param value * allowed object is * {@link MiFIDClassification1 } * */ public InvestmentAccountOwnershipInformation9 setMiFIDClssfctn(MiFIDClassification1 value) { this.miFIDClssfctn = value; return this; } /** * Gets the value of the infDstrbtn property. * * @return * possible object is * {@link InformationDistribution1Code } * */ public InformationDistribution1Code getInfDstrbtn() { return infDstrbtn; } /** * Sets the value of the infDstrbtn property. * * @param value * allowed object is * {@link InformationDistribution1Code } * */ public InvestmentAccountOwnershipInformation9 setInfDstrbtn(InformationDistribution1Code value) { this.infDstrbtn = 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 invstrPrflVldtn list. * @see #getInvstrPrflVldtn() * */ public InvestmentAccountOwnershipInformation9 addInvstrPrflVldtn(PartyProfileInformation3 invstrPrflVldtn) { getInvstrPrflVldtn().add(invstrPrflVldtn); return this; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy