
com.prowidesoftware.swift.model.mx.dic.InvestmentAccountOwnershipInformation12 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.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 a securities account.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "InvestmentAccountOwnershipInformation12", propOrder = {
"pty",
"mnyLndrgChck",
"invstrPrflVldtn",
"ownrshBnfcryRate",
"clntId",
"fsclXmptn",
"sgntryRghtInd",
"miFIDClssfctn",
"ntfctn",
"fatcaFormTp",
"fatcaSts",
"othrId",
"taxXmptn",
"taxRptg",
"lang",
"mailTp",
"ctryAndResdtlSts",
"mntryWlth",
"eqtyVal",
"workgCptl",
"cpnyLk",
"elctrncMlngSvcRef",
"pmryComAdr",
"scndryComAdr",
"addtlRgltryInf",
"acctgSts",
"addtlInf"
})
public class InvestmentAccountOwnershipInformation12 {
@XmlElement(name = "Pty", required = true)
protected Party31Choice 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 = "Ntfctn")
protected List ntfctn;
@XmlElement(name = "FATCAFormTp")
protected List fatcaFormTp;
@XmlElement(name = "FATCASts")
protected List fatcaSts;
@XmlElement(name = "OthrId")
protected List othrId;
@XmlElement(name = "TaxXmptn")
protected TaxExemptionReason2Choice taxXmptn;
@XmlElement(name = "TaxRptg")
protected List taxRptg;
@XmlElement(name = "Lang")
protected String lang;
@XmlElement(name = "MailTp")
protected MailType1Choice mailTp;
@XmlElement(name = "CtryAndResdtlSts")
protected CountryAndResidentialStatusType2 ctryAndResdtlSts;
@XmlElement(name = "MntryWlth")
protected DateAndAmount1 mntryWlth;
@XmlElement(name = "EqtyVal")
protected DateAndAmount1 eqtyVal;
@XmlElement(name = "WorkgCptl")
protected DateAndAmount1 workgCptl;
@XmlElement(name = "CpnyLk")
protected CompanyLink1Choice cpnyLk;
@XmlElement(name = "ElctrncMlngSvcRef")
protected String elctrncMlngSvcRef;
@XmlElement(name = "PmryComAdr")
protected List pmryComAdr;
@XmlElement(name = "ScndryComAdr")
protected List scndryComAdr;
@XmlElement(name = "AddtlRgltryInf")
protected RegulatoryInformation1 addtlRgltryInf;
@XmlElement(name = "AcctgSts")
protected AccountingStatus1Choice acctgSts;
@XmlElement(name = "AddtlInf")
protected List addtlInf;
/**
* Gets the value of the pty property.
*
* @return
* possible object is
* {@link Party31Choice }
*
*/
public Party31Choice getPty() {
return pty;
}
/**
* Sets the value of the pty property.
*
* @param value
* allowed object is
* {@link Party31Choice }
*
*/
public InvestmentAccountOwnershipInformation12 setPty(Party31Choice 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 InvestmentAccountOwnershipInformation12 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 PartyProfileInformation5 }
*
*
*/
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 InvestmentAccountOwnershipInformation12 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 InvestmentAccountOwnershipInformation12 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 InvestmentAccountOwnershipInformation12 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 InvestmentAccountOwnershipInformation12 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 InvestmentAccountOwnershipInformation12 setMiFIDClssfctn(MiFIDClassification1 value) {
this.miFIDClssfctn = value;
return this;
}
/**
* Gets the value of the ntfctn 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 ntfctn property.
*
*
* For example, to add a new item, do as follows:
*
* getNtfctn().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Notification2 }
*
*
*/
public List getNtfctn() {
if (ntfctn == null) {
ntfctn = new ArrayList();
}
return this.ntfctn;
}
/**
* Gets the value of the fatcaFormTp 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 fatcaFormTp property.
*
*
* For example, to add a new item, do as follows:
*
* getFATCAFormTp().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link FATCAForm1Choice }
*
*
*/
public List getFATCAFormTp() {
if (fatcaFormTp == null) {
fatcaFormTp = new ArrayList();
}
return this.fatcaFormTp;
}
/**
* Gets the value of the fatcaSts 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 fatcaSts property.
*
*
* For example, to add a new item, do as follows:
*
* getFATCASts().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link FATCAStatus2 }
*
*
*/
public List getFATCASts() {
if (fatcaSts == null) {
fatcaSts = new ArrayList();
}
return this.fatcaSts;
}
/**
* Gets the value of the othrId 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 othrId property.
*
*
* For example, to add a new item, do as follows:
*
* getOthrId().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link GenericIdentification82 }
*
*
*/
public List getOthrId() {
if (othrId == null) {
othrId = new ArrayList();
}
return this.othrId;
}
/**
* Gets the value of the taxXmptn property.
*
* @return
* possible object is
* {@link TaxExemptionReason2Choice }
*
*/
public TaxExemptionReason2Choice getTaxXmptn() {
return taxXmptn;
}
/**
* Sets the value of the taxXmptn property.
*
* @param value
* allowed object is
* {@link TaxExemptionReason2Choice }
*
*/
public InvestmentAccountOwnershipInformation12 setTaxXmptn(TaxExemptionReason2Choice value) {
this.taxXmptn = value;
return this;
}
/**
* Gets the value of the taxRptg 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 taxRptg property.
*
*
* For example, to add a new item, do as follows:
*
* getTaxRptg().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link TaxReporting1 }
*
*
*/
public List getTaxRptg() {
if (taxRptg == null) {
taxRptg = new ArrayList();
}
return this.taxRptg;
}
/**
* Gets the value of the lang property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getLang() {
return lang;
}
/**
* Sets the value of the lang property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public InvestmentAccountOwnershipInformation12 setLang(String value) {
this.lang = value;
return this;
}
/**
* Gets the value of the mailTp property.
*
* @return
* possible object is
* {@link MailType1Choice }
*
*/
public MailType1Choice getMailTp() {
return mailTp;
}
/**
* Sets the value of the mailTp property.
*
* @param value
* allowed object is
* {@link MailType1Choice }
*
*/
public InvestmentAccountOwnershipInformation12 setMailTp(MailType1Choice value) {
this.mailTp = value;
return this;
}
/**
* Gets the value of the ctryAndResdtlSts property.
*
* @return
* possible object is
* {@link CountryAndResidentialStatusType2 }
*
*/
public CountryAndResidentialStatusType2 getCtryAndResdtlSts() {
return ctryAndResdtlSts;
}
/**
* Sets the value of the ctryAndResdtlSts property.
*
* @param value
* allowed object is
* {@link CountryAndResidentialStatusType2 }
*
*/
public InvestmentAccountOwnershipInformation12 setCtryAndResdtlSts(CountryAndResidentialStatusType2 value) {
this.ctryAndResdtlSts = value;
return this;
}
/**
* Gets the value of the mntryWlth property.
*
* @return
* possible object is
* {@link DateAndAmount1 }
*
*/
public DateAndAmount1 getMntryWlth() {
return mntryWlth;
}
/**
* Sets the value of the mntryWlth property.
*
* @param value
* allowed object is
* {@link DateAndAmount1 }
*
*/
public InvestmentAccountOwnershipInformation12 setMntryWlth(DateAndAmount1 value) {
this.mntryWlth = value;
return this;
}
/**
* Gets the value of the eqtyVal property.
*
* @return
* possible object is
* {@link DateAndAmount1 }
*
*/
public DateAndAmount1 getEqtyVal() {
return eqtyVal;
}
/**
* Sets the value of the eqtyVal property.
*
* @param value
* allowed object is
* {@link DateAndAmount1 }
*
*/
public InvestmentAccountOwnershipInformation12 setEqtyVal(DateAndAmount1 value) {
this.eqtyVal = value;
return this;
}
/**
* Gets the value of the workgCptl property.
*
* @return
* possible object is
* {@link DateAndAmount1 }
*
*/
public DateAndAmount1 getWorkgCptl() {
return workgCptl;
}
/**
* Sets the value of the workgCptl property.
*
* @param value
* allowed object is
* {@link DateAndAmount1 }
*
*/
public InvestmentAccountOwnershipInformation12 setWorkgCptl(DateAndAmount1 value) {
this.workgCptl = value;
return this;
}
/**
* Gets the value of the cpnyLk property.
*
* @return
* possible object is
* {@link CompanyLink1Choice }
*
*/
public CompanyLink1Choice getCpnyLk() {
return cpnyLk;
}
/**
* Sets the value of the cpnyLk property.
*
* @param value
* allowed object is
* {@link CompanyLink1Choice }
*
*/
public InvestmentAccountOwnershipInformation12 setCpnyLk(CompanyLink1Choice value) {
this.cpnyLk = value;
return this;
}
/**
* Gets the value of the elctrncMlngSvcRef property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getElctrncMlngSvcRef() {
return elctrncMlngSvcRef;
}
/**
* Sets the value of the elctrncMlngSvcRef property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public InvestmentAccountOwnershipInformation12 setElctrncMlngSvcRef(String value) {
this.elctrncMlngSvcRef = value;
return this;
}
/**
* Gets the value of the pmryComAdr 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 pmryComAdr property.
*
*
* For example, to add a new item, do as follows:
*
* getPmryComAdr().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link CommunicationAddress6 }
*
*
*/
public List getPmryComAdr() {
if (pmryComAdr == null) {
pmryComAdr = new ArrayList();
}
return this.pmryComAdr;
}
/**
* Gets the value of the scndryComAdr 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 scndryComAdr property.
*
*
* For example, to add a new item, do as follows:
*
* getScndryComAdr().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link CommunicationAddress6 }
*
*
*/
public List getScndryComAdr() {
if (scndryComAdr == null) {
scndryComAdr = new ArrayList();
}
return this.scndryComAdr;
}
/**
* Gets the value of the addtlRgltryInf property.
*
* @return
* possible object is
* {@link RegulatoryInformation1 }
*
*/
public RegulatoryInformation1 getAddtlRgltryInf() {
return addtlRgltryInf;
}
/**
* Sets the value of the addtlRgltryInf property.
*
* @param value
* allowed object is
* {@link RegulatoryInformation1 }
*
*/
public InvestmentAccountOwnershipInformation12 setAddtlRgltryInf(RegulatoryInformation1 value) {
this.addtlRgltryInf = value;
return this;
}
/**
* Gets the value of the acctgSts property.
*
* @return
* possible object is
* {@link AccountingStatus1Choice }
*
*/
public AccountingStatus1Choice getAcctgSts() {
return acctgSts;
}
/**
* Sets the value of the acctgSts property.
*
* @param value
* allowed object is
* {@link AccountingStatus1Choice }
*
*/
public InvestmentAccountOwnershipInformation12 setAcctgSts(AccountingStatus1Choice value) {
this.acctgSts = value;
return this;
}
/**
* Gets the value of the addtlInf 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 addtlInf property.
*
*
* For example, to add a new item, do as follows:
*
* getAddtlInf().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link AccountRestrictions1 }
*
*
*/
public List getAddtlInf() {
if (addtlInf == null) {
addtlInf = new ArrayList();
}
return this.addtlInf;
}
@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 InvestmentAccountOwnershipInformation12 addInvstrPrflVldtn(PartyProfileInformation5 invstrPrflVldtn) {
getInvstrPrflVldtn().add(invstrPrflVldtn);
return this;
}
/**
* Adds a new item to the ntfctn list.
* @see #getNtfctn()
*
*/
public InvestmentAccountOwnershipInformation12 addNtfctn(Notification2 ntfctn) {
getNtfctn().add(ntfctn);
return this;
}
/**
* Adds a new item to the fATCAFormTp list.
* @see #getFATCAFormTp()
*
*/
public InvestmentAccountOwnershipInformation12 addFATCAFormTp(FATCAForm1Choice fATCAFormTp) {
getFATCAFormTp().add(fATCAFormTp);
return this;
}
/**
* Adds a new item to the fATCASts list.
* @see #getFATCASts()
*
*/
public InvestmentAccountOwnershipInformation12 addFATCASts(FATCAStatus2 fATCASts) {
getFATCASts().add(fATCASts);
return this;
}
/**
* Adds a new item to the othrId list.
* @see #getOthrId()
*
*/
public InvestmentAccountOwnershipInformation12 addOthrId(GenericIdentification82 othrId) {
getOthrId().add(othrId);
return this;
}
/**
* Adds a new item to the taxRptg list.
* @see #getTaxRptg()
*
*/
public InvestmentAccountOwnershipInformation12 addTaxRptg(TaxReporting1 taxRptg) {
getTaxRptg().add(taxRptg);
return this;
}
/**
* Adds a new item to the pmryComAdr list.
* @see #getPmryComAdr()
*
*/
public InvestmentAccountOwnershipInformation12 addPmryComAdr(CommunicationAddress6 pmryComAdr) {
getPmryComAdr().add(pmryComAdr);
return this;
}
/**
* Adds a new item to the scndryComAdr list.
* @see #getScndryComAdr()
*
*/
public InvestmentAccountOwnershipInformation12 addScndryComAdr(CommunicationAddress6 scndryComAdr) {
getScndryComAdr().add(scndryComAdr);
return this;
}
/**
* Adds a new item to the addtlInf list.
* @see #getAddtlInf()
*
*/
public InvestmentAccountOwnershipInformation12 addAddtlInf(AccountRestrictions1 addtlInf) {
getAddtlInf().add(addtlInf);
return this;
}
}