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

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


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

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.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;


/**
 * Scope
 * An instructing party, for example, a (new) plan manager (Transferee), sends the PortfolioTransferInstruction message to the executing party, for example, a (old) plan manager (Transferor), on behalf of the initiating party, for example, an investor (client), to instruct the transfer of financial instruments from the clients account at the old plan manager (Transferor) to the clients account at the new plan manager (Transferee) through a nominee account.
 * Usage
 * The PortfolioTransferInstruction message is used to instruct the withdrawal of one or more ISA or portfolio products from one account and deliver them to another account.
 * The PortfolioTransferInstruction message is used to instruct one or more transfers for one client. Each transfer is for delivery to the same account. The account may be owned by one or more individual investors or one or more corporate investors. Each transfer is identified in TransferIdentification.
 * If the instructing party does not have enough information to instruct the transfer, then it must first send a AccountHoldingInformationRequest message to the executing party in order to receive a AccountHoldingInformation message.
 * 
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "PortfolioTransferInstructionV07", propOrder = {
    "msgRef",
    "poolRef",
    "prvsRef",
    "rltdRef",
    "pmryIndvInvstr",
    "scndryIndvInvstr",
    "othrIndvInvstr",
    "pmryCorpInvstr",
    "scndryCorpInvstr",
    "othrCorpInvstr",
    "trfrAcct",
    "nmneeAcct",
    "trfee",
    "intrmyInf",
    "cshAcct",
    "pdctTrf",
    "mktPrctcVrsn",
    "xtnsn"
})
public class PortfolioTransferInstructionV07 {

    @XmlElement(name = "MsgRef", required = true)
    protected MessageIdentification1 msgRef;
    @XmlElement(name = "PoolRef")
    protected AdditionalReference6 poolRef;
    @XmlElement(name = "PrvsRef")
    protected AdditionalReference6 prvsRef;
    @XmlElement(name = "RltdRef")
    protected AdditionalReference6 rltdRef;
    @XmlElement(name = "PmryIndvInvstr")
    protected IndividualPerson8 pmryIndvInvstr;
    @XmlElement(name = "ScndryIndvInvstr")
    protected IndividualPerson8 scndryIndvInvstr;
    @XmlElement(name = "OthrIndvInvstr")
    protected List othrIndvInvstr;
    @XmlElement(name = "PmryCorpInvstr")
    protected Organisation21 pmryCorpInvstr;
    @XmlElement(name = "ScndryCorpInvstr")
    protected Organisation21 scndryCorpInvstr;
    @XmlElement(name = "OthrCorpInvstr")
    protected List othrCorpInvstr;
    @XmlElement(name = "TrfrAcct", required = true)
    protected Account19 trfrAcct;
    @XmlElement(name = "NmneeAcct")
    protected Account19 nmneeAcct;
    @XmlElement(name = "Trfee", required = true)
    protected PartyIdentification70Choice trfee;
    @XmlElement(name = "IntrmyInf")
    protected List intrmyInf;
    @XmlElement(name = "CshAcct")
    protected CashAccount34 cshAcct;
    @XmlElement(name = "PdctTrf", required = true)
    protected List pdctTrf;
    @XmlElement(name = "MktPrctcVrsn")
    protected MarketPracticeVersion1 mktPrctcVrsn;
    @XmlElement(name = "Xtnsn")
    protected List xtnsn;

    /**
     * Gets the value of the msgRef property.
     * 
     * @return
     *     possible object is
     *     {@link MessageIdentification1 }
     *     
     */
    public MessageIdentification1 getMsgRef() {
        return msgRef;
    }

    /**
     * Sets the value of the msgRef property.
     * 
     * @param value
     *     allowed object is
     *     {@link MessageIdentification1 }
     *     
     */
    public PortfolioTransferInstructionV07 setMsgRef(MessageIdentification1 value) {
        this.msgRef = value;
        return this;
    }

    /**
     * Gets the value of the poolRef property.
     * 
     * @return
     *     possible object is
     *     {@link AdditionalReference6 }
     *     
     */
    public AdditionalReference6 getPoolRef() {
        return poolRef;
    }

    /**
     * Sets the value of the poolRef property.
     * 
     * @param value
     *     allowed object is
     *     {@link AdditionalReference6 }
     *     
     */
    public PortfolioTransferInstructionV07 setPoolRef(AdditionalReference6 value) {
        this.poolRef = value;
        return this;
    }

    /**
     * Gets the value of the prvsRef property.
     * 
     * @return
     *     possible object is
     *     {@link AdditionalReference6 }
     *     
     */
    public AdditionalReference6 getPrvsRef() {
        return prvsRef;
    }

    /**
     * Sets the value of the prvsRef property.
     * 
     * @param value
     *     allowed object is
     *     {@link AdditionalReference6 }
     *     
     */
    public PortfolioTransferInstructionV07 setPrvsRef(AdditionalReference6 value) {
        this.prvsRef = value;
        return this;
    }

    /**
     * Gets the value of the rltdRef property.
     * 
     * @return
     *     possible object is
     *     {@link AdditionalReference6 }
     *     
     */
    public AdditionalReference6 getRltdRef() {
        return rltdRef;
    }

    /**
     * Sets the value of the rltdRef property.
     * 
     * @param value
     *     allowed object is
     *     {@link AdditionalReference6 }
     *     
     */
    public PortfolioTransferInstructionV07 setRltdRef(AdditionalReference6 value) {
        this.rltdRef = value;
        return this;
    }

    /**
     * Gets the value of the pmryIndvInvstr property.
     * 
     * @return
     *     possible object is
     *     {@link IndividualPerson8 }
     *     
     */
    public IndividualPerson8 getPmryIndvInvstr() {
        return pmryIndvInvstr;
    }

    /**
     * Sets the value of the pmryIndvInvstr property.
     * 
     * @param value
     *     allowed object is
     *     {@link IndividualPerson8 }
     *     
     */
    public PortfolioTransferInstructionV07 setPmryIndvInvstr(IndividualPerson8 value) {
        this.pmryIndvInvstr = value;
        return this;
    }

    /**
     * Gets the value of the scndryIndvInvstr property.
     * 
     * @return
     *     possible object is
     *     {@link IndividualPerson8 }
     *     
     */
    public IndividualPerson8 getScndryIndvInvstr() {
        return scndryIndvInvstr;
    }

    /**
     * Sets the value of the scndryIndvInvstr property.
     * 
     * @param value
     *     allowed object is
     *     {@link IndividualPerson8 }
     *     
     */
    public PortfolioTransferInstructionV07 setScndryIndvInvstr(IndividualPerson8 value) {
        this.scndryIndvInvstr = value;
        return this;
    }

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

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

     *    getOthrIndvInvstr().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link IndividualPerson8 } * * */ public List getOthrIndvInvstr() { if (othrIndvInvstr == null) { othrIndvInvstr = new ArrayList(); } return this.othrIndvInvstr; } /** * Gets the value of the pmryCorpInvstr property. * * @return * possible object is * {@link Organisation21 } * */ public Organisation21 getPmryCorpInvstr() { return pmryCorpInvstr; } /** * Sets the value of the pmryCorpInvstr property. * * @param value * allowed object is * {@link Organisation21 } * */ public PortfolioTransferInstructionV07 setPmryCorpInvstr(Organisation21 value) { this.pmryCorpInvstr = value; return this; } /** * Gets the value of the scndryCorpInvstr property. * * @return * possible object is * {@link Organisation21 } * */ public Organisation21 getScndryCorpInvstr() { return scndryCorpInvstr; } /** * Sets the value of the scndryCorpInvstr property. * * @param value * allowed object is * {@link Organisation21 } * */ public PortfolioTransferInstructionV07 setScndryCorpInvstr(Organisation21 value) { this.scndryCorpInvstr = value; return this; } /** * Gets the value of the othrCorpInvstr 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 othrCorpInvstr property. * *

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

     *    getOthrCorpInvstr().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link Organisation21 } * * */ public List getOthrCorpInvstr() { if (othrCorpInvstr == null) { othrCorpInvstr = new ArrayList(); } return this.othrCorpInvstr; } /** * Gets the value of the trfrAcct property. * * @return * possible object is * {@link Account19 } * */ public Account19 getTrfrAcct() { return trfrAcct; } /** * Sets the value of the trfrAcct property. * * @param value * allowed object is * {@link Account19 } * */ public PortfolioTransferInstructionV07 setTrfrAcct(Account19 value) { this.trfrAcct = value; return this; } /** * Gets the value of the nmneeAcct property. * * @return * possible object is * {@link Account19 } * */ public Account19 getNmneeAcct() { return nmneeAcct; } /** * Sets the value of the nmneeAcct property. * * @param value * allowed object is * {@link Account19 } * */ public PortfolioTransferInstructionV07 setNmneeAcct(Account19 value) { this.nmneeAcct = value; return this; } /** * Gets the value of the trfee property. * * @return * possible object is * {@link PartyIdentification70Choice } * */ public PartyIdentification70Choice getTrfee() { return trfee; } /** * Sets the value of the trfee property. * * @param value * allowed object is * {@link PartyIdentification70Choice } * */ public PortfolioTransferInstructionV07 setTrfee(PartyIdentification70Choice value) { this.trfee = value; return this; } /** * Gets the value of the intrmyInf 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 intrmyInf property. * *

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

     *    getIntrmyInf().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link Intermediary34 } * * */ public List getIntrmyInf() { if (intrmyInf == null) { intrmyInf = new ArrayList(); } return this.intrmyInf; } /** * Gets the value of the cshAcct property. * * @return * possible object is * {@link CashAccount34 } * */ public CashAccount34 getCshAcct() { return cshAcct; } /** * Sets the value of the cshAcct property. * * @param value * allowed object is * {@link CashAccount34 } * */ public PortfolioTransferInstructionV07 setCshAcct(CashAccount34 value) { this.cshAcct = value; return this; } /** * Gets the value of the pdctTrf 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 pdctTrf property. * *

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

     *    getPdctTrf().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link ISATransfer22 } * * */ public List getPdctTrf() { if (pdctTrf == null) { pdctTrf = new ArrayList(); } return this.pdctTrf; } /** * Gets the value of the mktPrctcVrsn property. * * @return * possible object is * {@link MarketPracticeVersion1 } * */ public MarketPracticeVersion1 getMktPrctcVrsn() { return mktPrctcVrsn; } /** * Sets the value of the mktPrctcVrsn property. * * @param value * allowed object is * {@link MarketPracticeVersion1 } * */ public PortfolioTransferInstructionV07 setMktPrctcVrsn(MarketPracticeVersion1 value) { this.mktPrctcVrsn = value; return this; } /** * Gets the value of the xtnsn 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 xtnsn property. * *

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

     *    getXtnsn().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link Extension1 } * * */ public List getXtnsn() { if (xtnsn == null) { xtnsn = new ArrayList(); } return this.xtnsn; } @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 othrIndvInvstr list. * @see #getOthrIndvInvstr() * */ public PortfolioTransferInstructionV07 addOthrIndvInvstr(IndividualPerson8 othrIndvInvstr) { getOthrIndvInvstr().add(othrIndvInvstr); return this; } /** * Adds a new item to the othrCorpInvstr list. * @see #getOthrCorpInvstr() * */ public PortfolioTransferInstructionV07 addOthrCorpInvstr(Organisation21 othrCorpInvstr) { getOthrCorpInvstr().add(othrCorpInvstr); return this; } /** * Adds a new item to the intrmyInf list. * @see #getIntrmyInf() * */ public PortfolioTransferInstructionV07 addIntrmyInf(Intermediary34 intrmyInf) { getIntrmyInf().add(intrmyInf); return this; } /** * Adds a new item to the pdctTrf list. * @see #getPdctTrf() * */ public PortfolioTransferInstructionV07 addPdctTrf(ISATransfer22 pdctTrf) { getPdctTrf().add(pdctTrf); return this; } /** * Adds a new item to the xtnsn list. * @see #getXtnsn() * */ public PortfolioTransferInstructionV07 addXtnsn(Extension1 xtnsn) { getXtnsn().add(xtnsn); return this; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy