com.prowidesoftware.swift.model.mx.dic.SubscriptionExecution9 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;
/**
* Execution of a subscription order.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "SubscriptionExecution9", propOrder = {
"ordrRef",
"clntRef",
"dealRef",
"finInstrmDtls",
"unitsNb",
"netAmt",
"grssAmt",
"tradDtTm",
"dealgPricDtls",
"sttlmAmt",
"cshSttlmDt",
"sttlmMtd",
"prtlyExctdInd",
"cumDvddInd",
"fxDtls",
"incmPref",
"chrgGnlDtls",
"comssnGnlDtls",
"taxGnlDtls",
"sttlmAndCtdyDtls",
"physDlvryInd",
"reqdSttlmCcy",
"reqdNAVCcy",
"cshSttlmDtls",
"rltdPtyDtls"
})
public class SubscriptionExecution9 {
@XmlElement(name = "OrdrRef", required = true)
protected String ordrRef;
@XmlElement(name = "ClntRef")
protected String clntRef;
@XmlElement(name = "DealRef", required = true)
protected String dealRef;
@XmlElement(name = "FinInstrmDtls", required = true)
protected FinancialInstrument19 finInstrmDtls;
@XmlElement(name = "UnitsNb", required = true)
protected FinancialInstrumentQuantity4 unitsNb;
@XmlElement(name = "NetAmt")
protected RestrictedFINActiveCurrencyAndAmount netAmt;
@XmlElement(name = "GrssAmt")
protected RestrictedFINActiveCurrencyAndAmount grssAmt;
@XmlElement(name = "TradDtTm", required = true)
protected DateAndDateTimeChoice tradDtTm;
@XmlElement(name = "DealgPricDtls", required = true)
protected UnitPrice17 dealgPricDtls;
@XmlElement(name = "SttlmAmt", required = true)
protected RestrictedFINActiveCurrencyAndAmount sttlmAmt;
@XmlElement(name = "CshSttlmDt", required = true)
@XmlSchemaType(name = "date")
protected XMLGregorianCalendar cshSttlmDt;
@XmlElement(name = "SttlmMtd")
@XmlSchemaType(name = "string")
protected DeliveryReceiptType2Code sttlmMtd;
@XmlElement(name = "PrtlyExctdInd")
protected boolean prtlyExctdInd;
@XmlElement(name = "CumDvddInd")
protected boolean cumDvddInd;
@XmlElement(name = "FXDtls")
protected ForeignExchangeTerms10 fxDtls;
@XmlElement(name = "IncmPref")
@XmlSchemaType(name = "string")
protected IncomePreference1Code incmPref;
@XmlElement(name = "ChrgGnlDtls")
protected TotalCharges5 chrgGnlDtls;
@XmlElement(name = "ComssnGnlDtls")
protected TotalCommissions4 comssnGnlDtls;
@XmlElement(name = "TaxGnlDtls")
protected TotalTaxes5 taxGnlDtls;
@XmlElement(name = "SttlmAndCtdyDtls")
protected FundSettlementParameters5 sttlmAndCtdyDtls;
@XmlElement(name = "PhysDlvryInd")
protected boolean physDlvryInd;
@XmlElement(name = "ReqdSttlmCcy")
protected String reqdSttlmCcy;
@XmlElement(name = "ReqdNAVCcy")
protected String reqdNAVCcy;
@XmlElement(name = "CshSttlmDtls")
protected PaymentTransaction28 cshSttlmDtls;
@XmlElement(name = "RltdPtyDtls")
protected List rltdPtyDtls;
/**
* Gets the value of the ordrRef property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOrdrRef() {
return ordrRef;
}
/**
* Sets the value of the ordrRef property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public SubscriptionExecution9 setOrdrRef(String value) {
this.ordrRef = value;
return this;
}
/**
* Gets the value of the clntRef property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getClntRef() {
return clntRef;
}
/**
* Sets the value of the clntRef property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public SubscriptionExecution9 setClntRef(String value) {
this.clntRef = value;
return this;
}
/**
* Gets the value of the dealRef property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDealRef() {
return dealRef;
}
/**
* Sets the value of the dealRef property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public SubscriptionExecution9 setDealRef(String value) {
this.dealRef = value;
return this;
}
/**
* Gets the value of the finInstrmDtls property.
*
* @return
* possible object is
* {@link FinancialInstrument19 }
*
*/
public FinancialInstrument19 getFinInstrmDtls() {
return finInstrmDtls;
}
/**
* Sets the value of the finInstrmDtls property.
*
* @param value
* allowed object is
* {@link FinancialInstrument19 }
*
*/
public SubscriptionExecution9 setFinInstrmDtls(FinancialInstrument19 value) {
this.finInstrmDtls = value;
return this;
}
/**
* Gets the value of the unitsNb property.
*
* @return
* possible object is
* {@link FinancialInstrumentQuantity4 }
*
*/
public FinancialInstrumentQuantity4 getUnitsNb() {
return unitsNb;
}
/**
* Sets the value of the unitsNb property.
*
* @param value
* allowed object is
* {@link FinancialInstrumentQuantity4 }
*
*/
public SubscriptionExecution9 setUnitsNb(FinancialInstrumentQuantity4 value) {
this.unitsNb = value;
return this;
}
/**
* Gets the value of the netAmt property.
*
* @return
* possible object is
* {@link RestrictedFINActiveCurrencyAndAmount }
*
*/
public RestrictedFINActiveCurrencyAndAmount getNetAmt() {
return netAmt;
}
/**
* Sets the value of the netAmt property.
*
* @param value
* allowed object is
* {@link RestrictedFINActiveCurrencyAndAmount }
*
*/
public SubscriptionExecution9 setNetAmt(RestrictedFINActiveCurrencyAndAmount value) {
this.netAmt = value;
return this;
}
/**
* Gets the value of the grssAmt property.
*
* @return
* possible object is
* {@link RestrictedFINActiveCurrencyAndAmount }
*
*/
public RestrictedFINActiveCurrencyAndAmount getGrssAmt() {
return grssAmt;
}
/**
* Sets the value of the grssAmt property.
*
* @param value
* allowed object is
* {@link RestrictedFINActiveCurrencyAndAmount }
*
*/
public SubscriptionExecution9 setGrssAmt(RestrictedFINActiveCurrencyAndAmount value) {
this.grssAmt = value;
return this;
}
/**
* Gets the value of the tradDtTm property.
*
* @return
* possible object is
* {@link DateAndDateTimeChoice }
*
*/
public DateAndDateTimeChoice getTradDtTm() {
return tradDtTm;
}
/**
* Sets the value of the tradDtTm property.
*
* @param value
* allowed object is
* {@link DateAndDateTimeChoice }
*
*/
public SubscriptionExecution9 setTradDtTm(DateAndDateTimeChoice value) {
this.tradDtTm = value;
return this;
}
/**
* Gets the value of the dealgPricDtls property.
*
* @return
* possible object is
* {@link UnitPrice17 }
*
*/
public UnitPrice17 getDealgPricDtls() {
return dealgPricDtls;
}
/**
* Sets the value of the dealgPricDtls property.
*
* @param value
* allowed object is
* {@link UnitPrice17 }
*
*/
public SubscriptionExecution9 setDealgPricDtls(UnitPrice17 value) {
this.dealgPricDtls = value;
return this;
}
/**
* Gets the value of the sttlmAmt property.
*
* @return
* possible object is
* {@link RestrictedFINActiveCurrencyAndAmount }
*
*/
public RestrictedFINActiveCurrencyAndAmount getSttlmAmt() {
return sttlmAmt;
}
/**
* Sets the value of the sttlmAmt property.
*
* @param value
* allowed object is
* {@link RestrictedFINActiveCurrencyAndAmount }
*
*/
public SubscriptionExecution9 setSttlmAmt(RestrictedFINActiveCurrencyAndAmount value) {
this.sttlmAmt = 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 SubscriptionExecution9 setCshSttlmDt(XMLGregorianCalendar value) {
this.cshSttlmDt = value;
return this;
}
/**
* Gets the value of the sttlmMtd property.
*
* @return
* possible object is
* {@link DeliveryReceiptType2Code }
*
*/
public DeliveryReceiptType2Code getSttlmMtd() {
return sttlmMtd;
}
/**
* Sets the value of the sttlmMtd property.
*
* @param value
* allowed object is
* {@link DeliveryReceiptType2Code }
*
*/
public SubscriptionExecution9 setSttlmMtd(DeliveryReceiptType2Code value) {
this.sttlmMtd = value;
return this;
}
/**
* Gets the value of the prtlyExctdInd property.
*
*/
public boolean isPrtlyExctdInd() {
return prtlyExctdInd;
}
/**
* Sets the value of the prtlyExctdInd property.
*
*/
public SubscriptionExecution9 setPrtlyExctdInd(boolean value) {
this.prtlyExctdInd = value;
return this;
}
/**
* Gets the value of the cumDvddInd property.
*
*/
public boolean isCumDvddInd() {
return cumDvddInd;
}
/**
* Sets the value of the cumDvddInd property.
*
*/
public SubscriptionExecution9 setCumDvddInd(boolean value) {
this.cumDvddInd = value;
return this;
}
/**
* Gets the value of the fxDtls property.
*
* @return
* possible object is
* {@link ForeignExchangeTerms10 }
*
*/
public ForeignExchangeTerms10 getFXDtls() {
return fxDtls;
}
/**
* Sets the value of the fxDtls property.
*
* @param value
* allowed object is
* {@link ForeignExchangeTerms10 }
*
*/
public SubscriptionExecution9 setFXDtls(ForeignExchangeTerms10 value) {
this.fxDtls = value;
return this;
}
/**
* Gets the value of the incmPref property.
*
* @return
* possible object is
* {@link IncomePreference1Code }
*
*/
public IncomePreference1Code getIncmPref() {
return incmPref;
}
/**
* Sets the value of the incmPref property.
*
* @param value
* allowed object is
* {@link IncomePreference1Code }
*
*/
public SubscriptionExecution9 setIncmPref(IncomePreference1Code value) {
this.incmPref = value;
return this;
}
/**
* Gets the value of the chrgGnlDtls property.
*
* @return
* possible object is
* {@link TotalCharges5 }
*
*/
public TotalCharges5 getChrgGnlDtls() {
return chrgGnlDtls;
}
/**
* Sets the value of the chrgGnlDtls property.
*
* @param value
* allowed object is
* {@link TotalCharges5 }
*
*/
public SubscriptionExecution9 setChrgGnlDtls(TotalCharges5 value) {
this.chrgGnlDtls = value;
return this;
}
/**
* Gets the value of the comssnGnlDtls property.
*
* @return
* possible object is
* {@link TotalCommissions4 }
*
*/
public TotalCommissions4 getComssnGnlDtls() {
return comssnGnlDtls;
}
/**
* Sets the value of the comssnGnlDtls property.
*
* @param value
* allowed object is
* {@link TotalCommissions4 }
*
*/
public SubscriptionExecution9 setComssnGnlDtls(TotalCommissions4 value) {
this.comssnGnlDtls = value;
return this;
}
/**
* Gets the value of the taxGnlDtls property.
*
* @return
* possible object is
* {@link TotalTaxes5 }
*
*/
public TotalTaxes5 getTaxGnlDtls() {
return taxGnlDtls;
}
/**
* Sets the value of the taxGnlDtls property.
*
* @param value
* allowed object is
* {@link TotalTaxes5 }
*
*/
public SubscriptionExecution9 setTaxGnlDtls(TotalTaxes5 value) {
this.taxGnlDtls = value;
return this;
}
/**
* Gets the value of the sttlmAndCtdyDtls property.
*
* @return
* possible object is
* {@link FundSettlementParameters5 }
*
*/
public FundSettlementParameters5 getSttlmAndCtdyDtls() {
return sttlmAndCtdyDtls;
}
/**
* Sets the value of the sttlmAndCtdyDtls property.
*
* @param value
* allowed object is
* {@link FundSettlementParameters5 }
*
*/
public SubscriptionExecution9 setSttlmAndCtdyDtls(FundSettlementParameters5 value) {
this.sttlmAndCtdyDtls = value;
return this;
}
/**
* Gets the value of the physDlvryInd property.
*
*/
public boolean isPhysDlvryInd() {
return physDlvryInd;
}
/**
* Sets the value of the physDlvryInd property.
*
*/
public SubscriptionExecution9 setPhysDlvryInd(boolean value) {
this.physDlvryInd = value;
return this;
}
/**
* Gets the value of the reqdSttlmCcy property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getReqdSttlmCcy() {
return reqdSttlmCcy;
}
/**
* Sets the value of the reqdSttlmCcy property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public SubscriptionExecution9 setReqdSttlmCcy(String value) {
this.reqdSttlmCcy = value;
return this;
}
/**
* Gets the value of the reqdNAVCcy property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getReqdNAVCcy() {
return reqdNAVCcy;
}
/**
* Sets the value of the reqdNAVCcy property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public SubscriptionExecution9 setReqdNAVCcy(String value) {
this.reqdNAVCcy = value;
return this;
}
/**
* Gets the value of the cshSttlmDtls property.
*
* @return
* possible object is
* {@link PaymentTransaction28 }
*
*/
public PaymentTransaction28 getCshSttlmDtls() {
return cshSttlmDtls;
}
/**
* Sets the value of the cshSttlmDtls property.
*
* @param value
* allowed object is
* {@link PaymentTransaction28 }
*
*/
public SubscriptionExecution9 setCshSttlmDtls(PaymentTransaction28 value) {
this.cshSttlmDtls = value;
return this;
}
/**
* Gets the value of the rltdPtyDtls 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 rltdPtyDtls property.
*
*
* For example, to add a new item, do as follows:
*
* getRltdPtyDtls().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Intermediary20 }
*
*
*/
public List getRltdPtyDtls() {
if (rltdPtyDtls == null) {
rltdPtyDtls = new ArrayList();
}
return this.rltdPtyDtls;
}
@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 rltdPtyDtls list.
* @see #getRltdPtyDtls()
*
*/
public SubscriptionExecution9 addRltdPtyDtls(Intermediary20 rltdPtyDtls) {
getRltdPtyDtls().add(rltdPtyDtls);
return this;
}
}