com.prowidesoftware.swift.model.mx.dic.SubscriptionMultipleOrder4 Maven / Gradle / Ivy
Show all versions of pw-iso20022 Show documentation
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.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;
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;
/**
* Order to invest the investor's principal in an investment fund.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "SubscriptionMultipleOrder4", propOrder = {
"mstrRef",
"plcOfTrad",
"ordrDtTm",
"xpryDtTm",
"reqdFutrTradDt",
"cxlRght",
"xtndedCxlRght",
"invstmtAcctDtls",
"bnfcryDtls",
"indvOrdrDtls",
"ttlSttlmAmt",
"cshSttlmDt",
"blkCshSttlmDtls"
})
public class SubscriptionMultipleOrder4 {
@XmlElement(name = "MstrRef")
protected String mstrRef;
@XmlElement(name = "PlcOfTrad")
protected PlaceOfTradeIdentification1Choice plcOfTrad;
@XmlElement(name = "OrdrDtTm")
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar ordrDtTm;
@XmlElement(name = "XpryDtTm")
protected DateAndDateTimeChoice xpryDtTm;
@XmlElement(name = "ReqdFutrTradDt")
@XmlSchemaType(name = "date")
protected XMLGregorianCalendar reqdFutrTradDt;
@XmlElement(name = "CxlRght")
@XmlSchemaType(name = "string")
protected CancellationRight1Code cxlRght;
@XmlElement(name = "XtndedCxlRght")
protected String xtndedCxlRght;
@XmlElement(name = "InvstmtAcctDtls", required = true)
protected InvestmentAccount21 invstmtAcctDtls;
@XmlElement(name = "BnfcryDtls")
protected IndividualPerson9 bnfcryDtls;
@XmlElement(name = "IndvOrdrDtls", required = true)
protected List indvOrdrDtls;
@XmlElement(name = "TtlSttlmAmt")
protected ActiveCurrencyAndAmount ttlSttlmAmt;
@XmlElement(name = "CshSttlmDt")
@XmlSchemaType(name = "date")
protected XMLGregorianCalendar cshSttlmDt;
@XmlElement(name = "BlkCshSttlmDtls")
protected PaymentTransaction23 blkCshSttlmDtls;
/**
* Gets the value of the mstrRef property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getMstrRef() {
return mstrRef;
}
/**
* Sets the value of the mstrRef property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public SubscriptionMultipleOrder4 setMstrRef(String value) {
this.mstrRef = value;
return this;
}
/**
* Gets the value of the plcOfTrad property.
*
* @return
* possible object is
* {@link PlaceOfTradeIdentification1Choice }
*
*/
public PlaceOfTradeIdentification1Choice getPlcOfTrad() {
return plcOfTrad;
}
/**
* Sets the value of the plcOfTrad property.
*
* @param value
* allowed object is
* {@link PlaceOfTradeIdentification1Choice }
*
*/
public SubscriptionMultipleOrder4 setPlcOfTrad(PlaceOfTradeIdentification1Choice value) {
this.plcOfTrad = value;
return this;
}
/**
* Gets the value of the ordrDtTm property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getOrdrDtTm() {
return ordrDtTm;
}
/**
* Sets the value of the ordrDtTm property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public SubscriptionMultipleOrder4 setOrdrDtTm(XMLGregorianCalendar value) {
this.ordrDtTm = value;
return this;
}
/**
* Gets the value of the xpryDtTm property.
*
* @return
* possible object is
* {@link DateAndDateTimeChoice }
*
*/
public DateAndDateTimeChoice getXpryDtTm() {
return xpryDtTm;
}
/**
* Sets the value of the xpryDtTm property.
*
* @param value
* allowed object is
* {@link DateAndDateTimeChoice }
*
*/
public SubscriptionMultipleOrder4 setXpryDtTm(DateAndDateTimeChoice value) {
this.xpryDtTm = value;
return this;
}
/**
* Gets the value of the reqdFutrTradDt property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getReqdFutrTradDt() {
return reqdFutrTradDt;
}
/**
* Sets the value of the reqdFutrTradDt property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public SubscriptionMultipleOrder4 setReqdFutrTradDt(XMLGregorianCalendar value) {
this.reqdFutrTradDt = value;
return this;
}
/**
* Gets the value of the cxlRght property.
*
* @return
* possible object is
* {@link CancellationRight1Code }
*
*/
public CancellationRight1Code getCxlRght() {
return cxlRght;
}
/**
* Sets the value of the cxlRght property.
*
* @param value
* allowed object is
* {@link CancellationRight1Code }
*
*/
public SubscriptionMultipleOrder4 setCxlRght(CancellationRight1Code value) {
this.cxlRght = value;
return this;
}
/**
* Gets the value of the xtndedCxlRght property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getXtndedCxlRght() {
return xtndedCxlRght;
}
/**
* Sets the value of the xtndedCxlRght property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public SubscriptionMultipleOrder4 setXtndedCxlRght(String value) {
this.xtndedCxlRght = value;
return this;
}
/**
* Gets the value of the invstmtAcctDtls property.
*
* @return
* possible object is
* {@link InvestmentAccount21 }
*
*/
public InvestmentAccount21 getInvstmtAcctDtls() {
return invstmtAcctDtls;
}
/**
* Sets the value of the invstmtAcctDtls property.
*
* @param value
* allowed object is
* {@link InvestmentAccount21 }
*
*/
public SubscriptionMultipleOrder4 setInvstmtAcctDtls(InvestmentAccount21 value) {
this.invstmtAcctDtls = value;
return this;
}
/**
* Gets the value of the bnfcryDtls property.
*
* @return
* possible object is
* {@link IndividualPerson9 }
*
*/
public IndividualPerson9 getBnfcryDtls() {
return bnfcryDtls;
}
/**
* Sets the value of the bnfcryDtls property.
*
* @param value
* allowed object is
* {@link IndividualPerson9 }
*
*/
public SubscriptionMultipleOrder4 setBnfcryDtls(IndividualPerson9 value) {
this.bnfcryDtls = value;
return this;
}
/**
* Gets the value of the indvOrdrDtls 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 indvOrdrDtls property.
*
*
* For example, to add a new item, do as follows:
*
* getIndvOrdrDtls().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link SubscriptionOrder8 }
*
*
*/
public List getIndvOrdrDtls() {
if (indvOrdrDtls == null) {
indvOrdrDtls = new ArrayList();
}
return this.indvOrdrDtls;
}
/**
* Gets the value of the ttlSttlmAmt property.
*
* @return
* possible object is
* {@link ActiveCurrencyAndAmount }
*
*/
public ActiveCurrencyAndAmount getTtlSttlmAmt() {
return ttlSttlmAmt;
}
/**
* Sets the value of the ttlSttlmAmt property.
*
* @param value
* allowed object is
* {@link ActiveCurrencyAndAmount }
*
*/
public SubscriptionMultipleOrder4 setTtlSttlmAmt(ActiveCurrencyAndAmount value) {
this.ttlSttlmAmt = value;
return this;
}
/**
* Gets the value of the cshSttlmDt property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getCshSttlmDt() {
return cshSttlmDt;
}
/**
* Sets the value of the cshSttlmDt property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public SubscriptionMultipleOrder4 setCshSttlmDt(XMLGregorianCalendar value) {
this.cshSttlmDt = value;
return this;
}
/**
* Gets the value of the blkCshSttlmDtls property.
*
* @return
* possible object is
* {@link PaymentTransaction23 }
*
*/
public PaymentTransaction23 getBlkCshSttlmDtls() {
return blkCshSttlmDtls;
}
/**
* Sets the value of the blkCshSttlmDtls property.
*
* @param value
* allowed object is
* {@link PaymentTransaction23 }
*
*/
public SubscriptionMultipleOrder4 setBlkCshSttlmDtls(PaymentTransaction23 value) {
this.blkCshSttlmDtls = 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 indvOrdrDtls list.
* @see #getIndvOrdrDtls()
*
*/
public SubscriptionMultipleOrder4 addIndvOrdrDtls(SubscriptionOrder8 indvOrdrDtls) {
getIndvOrdrDtls().add(indvOrdrDtls);
return this;
}
}