com.prowidesoftware.swift.model.mx.dic.SwitchSubscriptionLegExecution3 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pw-iso20022 Show documentation
Show all versions of pw-iso20022 Show documentation
Prowide Library for ISO 20022 messages
The newest version!
package com.prowidesoftware.swift.model.mx.dic;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.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;
/**
* Execution of the subscription part, in a switch between investment funds or investment fund classes.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "SwitchSubscriptionLegExecution3", propOrder = {
"legId",
"legExctnId",
"finInstrmDtls",
"unitsNb",
"invstmtAcctDtls",
"netAmt",
"grssAmt",
"tradDtTm",
"pricDtls",
"cumDvddInd",
"intrmPrftAmt",
"incmPref",
"reqdSttlmCcy",
"reqdNAVCcy",
"chrgGnlDtls",
"comssnGnlDtls",
"taxGnlDtls",
"sttlmAndCtdyDtls",
"physDlvryInd",
"physDlvryDtls",
"nonStdSttlmInf",
"equlstn"
})
public class SwitchSubscriptionLegExecution3 {
@XmlElement(name = "LegId")
protected String legId;
@XmlElement(name = "LegExctnId")
protected String legExctnId;
@XmlElement(name = "FinInstrmDtls", required = true)
protected FinancialInstrument10 finInstrmDtls;
@XmlElement(name = "UnitsNb", required = true)
protected FinancialInstrumentQuantity1 unitsNb;
@XmlElement(name = "InvstmtAcctDtls")
protected InvestmentAccount21 invstmtAcctDtls;
@XmlElement(name = "NetAmt")
protected ActiveCurrencyAndAmount netAmt;
@XmlElement(name = "GrssAmt")
protected ActiveCurrencyAndAmount grssAmt;
@XmlElement(name = "TradDtTm", required = true)
protected DateAndDateTimeChoice tradDtTm;
@XmlElement(name = "PricDtls", required = true)
protected UnitPrice10 pricDtls;
@XmlElement(name = "CumDvddInd")
protected boolean cumDvddInd;
@XmlElement(name = "IntrmPrftAmt")
protected ProfitAndLoss1Choice intrmPrftAmt;
@XmlElement(name = "IncmPref")
@XmlSchemaType(name = "string")
protected IncomePreference1Code incmPref;
@XmlElement(name = "ReqdSttlmCcy")
protected String reqdSttlmCcy;
@XmlElement(name = "ReqdNAVCcy")
protected String reqdNAVCcy;
@XmlElement(name = "ChrgGnlDtls")
protected TotalCharges3 chrgGnlDtls;
@XmlElement(name = "ComssnGnlDtls")
protected TotalCommissions3 comssnGnlDtls;
@XmlElement(name = "TaxGnlDtls")
protected TotalTaxes3 taxGnlDtls;
@XmlElement(name = "SttlmAndCtdyDtls")
protected FundSettlementParameters3 sttlmAndCtdyDtls;
@XmlElement(name = "PhysDlvryInd")
protected boolean physDlvryInd;
@XmlElement(name = "PhysDlvryDtls")
protected DeliveryParameters3 physDlvryDtls;
@XmlElement(name = "NonStdSttlmInf")
protected String nonStdSttlmInf;
@XmlElement(name = "Equlstn")
protected Equalisation1 equlstn;
/**
* Gets the value of the legId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getLegId() {
return legId;
}
/**
* Sets the value of the legId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public SwitchSubscriptionLegExecution3 setLegId(String value) {
this.legId = value;
return this;
}
/**
* Gets the value of the legExctnId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getLegExctnId() {
return legExctnId;
}
/**
* Sets the value of the legExctnId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public SwitchSubscriptionLegExecution3 setLegExctnId(String value) {
this.legExctnId = value;
return this;
}
/**
* Gets the value of the finInstrmDtls property.
*
* @return
* possible object is
* {@link FinancialInstrument10 }
*
*/
public FinancialInstrument10 getFinInstrmDtls() {
return finInstrmDtls;
}
/**
* Sets the value of the finInstrmDtls property.
*
* @param value
* allowed object is
* {@link FinancialInstrument10 }
*
*/
public SwitchSubscriptionLegExecution3 setFinInstrmDtls(FinancialInstrument10 value) {
this.finInstrmDtls = value;
return this;
}
/**
* Gets the value of the unitsNb property.
*
* @return
* possible object is
* {@link FinancialInstrumentQuantity1 }
*
*/
public FinancialInstrumentQuantity1 getUnitsNb() {
return unitsNb;
}
/**
* Sets the value of the unitsNb property.
*
* @param value
* allowed object is
* {@link FinancialInstrumentQuantity1 }
*
*/
public SwitchSubscriptionLegExecution3 setUnitsNb(FinancialInstrumentQuantity1 value) {
this.unitsNb = 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 SwitchSubscriptionLegExecution3 setInvstmtAcctDtls(InvestmentAccount21 value) {
this.invstmtAcctDtls = value;
return this;
}
/**
* Gets the value of the netAmt property.
*
* @return
* possible object is
* {@link ActiveCurrencyAndAmount }
*
*/
public ActiveCurrencyAndAmount getNetAmt() {
return netAmt;
}
/**
* Sets the value of the netAmt property.
*
* @param value
* allowed object is
* {@link ActiveCurrencyAndAmount }
*
*/
public SwitchSubscriptionLegExecution3 setNetAmt(ActiveCurrencyAndAmount value) {
this.netAmt = value;
return this;
}
/**
* Gets the value of the grssAmt property.
*
* @return
* possible object is
* {@link ActiveCurrencyAndAmount }
*
*/
public ActiveCurrencyAndAmount getGrssAmt() {
return grssAmt;
}
/**
* Sets the value of the grssAmt property.
*
* @param value
* allowed object is
* {@link ActiveCurrencyAndAmount }
*
*/
public SwitchSubscriptionLegExecution3 setGrssAmt(ActiveCurrencyAndAmount 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 SwitchSubscriptionLegExecution3 setTradDtTm(DateAndDateTimeChoice value) {
this.tradDtTm = value;
return this;
}
/**
* Gets the value of the pricDtls property.
*
* @return
* possible object is
* {@link UnitPrice10 }
*
*/
public UnitPrice10 getPricDtls() {
return pricDtls;
}
/**
* Sets the value of the pricDtls property.
*
* @param value
* allowed object is
* {@link UnitPrice10 }
*
*/
public SwitchSubscriptionLegExecution3 setPricDtls(UnitPrice10 value) {
this.pricDtls = value;
return this;
}
/**
* Gets the value of the cumDvddInd property.
*
*/
public boolean isCumDvddInd() {
return cumDvddInd;
}
/**
* Sets the value of the cumDvddInd property.
*
*/
public SwitchSubscriptionLegExecution3 setCumDvddInd(boolean value) {
this.cumDvddInd = value;
return this;
}
/**
* Gets the value of the intrmPrftAmt property.
*
* @return
* possible object is
* {@link ProfitAndLoss1Choice }
*
*/
public ProfitAndLoss1Choice getIntrmPrftAmt() {
return intrmPrftAmt;
}
/**
* Sets the value of the intrmPrftAmt property.
*
* @param value
* allowed object is
* {@link ProfitAndLoss1Choice }
*
*/
public SwitchSubscriptionLegExecution3 setIntrmPrftAmt(ProfitAndLoss1Choice value) {
this.intrmPrftAmt = 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 SwitchSubscriptionLegExecution3 setIncmPref(IncomePreference1Code value) {
this.incmPref = 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 SwitchSubscriptionLegExecution3 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 SwitchSubscriptionLegExecution3 setReqdNAVCcy(String value) {
this.reqdNAVCcy = value;
return this;
}
/**
* Gets the value of the chrgGnlDtls property.
*
* @return
* possible object is
* {@link TotalCharges3 }
*
*/
public TotalCharges3 getChrgGnlDtls() {
return chrgGnlDtls;
}
/**
* Sets the value of the chrgGnlDtls property.
*
* @param value
* allowed object is
* {@link TotalCharges3 }
*
*/
public SwitchSubscriptionLegExecution3 setChrgGnlDtls(TotalCharges3 value) {
this.chrgGnlDtls = value;
return this;
}
/**
* Gets the value of the comssnGnlDtls property.
*
* @return
* possible object is
* {@link TotalCommissions3 }
*
*/
public TotalCommissions3 getComssnGnlDtls() {
return comssnGnlDtls;
}
/**
* Sets the value of the comssnGnlDtls property.
*
* @param value
* allowed object is
* {@link TotalCommissions3 }
*
*/
public SwitchSubscriptionLegExecution3 setComssnGnlDtls(TotalCommissions3 value) {
this.comssnGnlDtls = value;
return this;
}
/**
* Gets the value of the taxGnlDtls property.
*
* @return
* possible object is
* {@link TotalTaxes3 }
*
*/
public TotalTaxes3 getTaxGnlDtls() {
return taxGnlDtls;
}
/**
* Sets the value of the taxGnlDtls property.
*
* @param value
* allowed object is
* {@link TotalTaxes3 }
*
*/
public SwitchSubscriptionLegExecution3 setTaxGnlDtls(TotalTaxes3 value) {
this.taxGnlDtls = value;
return this;
}
/**
* Gets the value of the sttlmAndCtdyDtls property.
*
* @return
* possible object is
* {@link FundSettlementParameters3 }
*
*/
public FundSettlementParameters3 getSttlmAndCtdyDtls() {
return sttlmAndCtdyDtls;
}
/**
* Sets the value of the sttlmAndCtdyDtls property.
*
* @param value
* allowed object is
* {@link FundSettlementParameters3 }
*
*/
public SwitchSubscriptionLegExecution3 setSttlmAndCtdyDtls(FundSettlementParameters3 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 SwitchSubscriptionLegExecution3 setPhysDlvryInd(boolean value) {
this.physDlvryInd = value;
return this;
}
/**
* Gets the value of the physDlvryDtls property.
*
* @return
* possible object is
* {@link DeliveryParameters3 }
*
*/
public DeliveryParameters3 getPhysDlvryDtls() {
return physDlvryDtls;
}
/**
* Sets the value of the physDlvryDtls property.
*
* @param value
* allowed object is
* {@link DeliveryParameters3 }
*
*/
public SwitchSubscriptionLegExecution3 setPhysDlvryDtls(DeliveryParameters3 value) {
this.physDlvryDtls = value;
return this;
}
/**
* Gets the value of the nonStdSttlmInf property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getNonStdSttlmInf() {
return nonStdSttlmInf;
}
/**
* Sets the value of the nonStdSttlmInf property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public SwitchSubscriptionLegExecution3 setNonStdSttlmInf(String value) {
this.nonStdSttlmInf = value;
return this;
}
/**
* Gets the value of the equlstn property.
*
* @return
* possible object is
* {@link Equalisation1 }
*
*/
public Equalisation1 getEqulstn() {
return equlstn;
}
/**
* Sets the value of the equlstn property.
*
* @param value
* allowed object is
* {@link Equalisation1 }
*
*/
public SwitchSubscriptionLegExecution3 setEqulstn(Equalisation1 value) {
this.equlstn = 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);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy