
com.prowidesoftware.swift.model.mx.dic.SwitchSubscriptionLegOrder6 Maven / Gradle / Ivy
package com.prowidesoftware.swift.model.mx.dic;
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 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;
/**
* Subscription leg, or switch-in, of a switch order.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "SwitchSubscriptionLegOrder6", propOrder = {
"legId",
"finInstrmDtls",
"finInstrmQtyChc",
"invstmtAcctDtls",
"incmPref",
"reqdSttlmCcy",
"reqdNAVCcy",
"txOvrhd",
"sttlmAndCtdyDtls",
"physDlvryInd",
"physDlvryDtls",
"nonStdSttlmInf",
"equlstn"
})
public class SwitchSubscriptionLegOrder6 {
@XmlElement(name = "LegId")
protected String legId;
@XmlElement(name = "FinInstrmDtls", required = true)
protected FinancialInstrument57 finInstrmDtls;
@XmlElement(name = "FinInstrmQtyChc")
protected FinancialInstrumentQuantity26Choice finInstrmQtyChc;
@XmlElement(name = "InvstmtAcctDtls")
protected InvestmentAccount58 invstmtAcctDtls;
@XmlElement(name = "IncmPref")
@XmlSchemaType(name = "string")
protected IncomePreference1Code incmPref;
@XmlElement(name = "ReqdSttlmCcy")
protected String reqdSttlmCcy;
@XmlElement(name = "ReqdNAVCcy")
protected String reqdNAVCcy;
@XmlElement(name = "TxOvrhd")
protected FeeAndTax1 txOvrhd;
@XmlElement(name = "SttlmAndCtdyDtls")
protected FundSettlementParameters11 sttlmAndCtdyDtls;
@XmlElement(name = "PhysDlvryInd")
protected boolean physDlvryInd;
@XmlElement(name = "PhysDlvryDtls")
protected NameAndAddress4 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 SwitchSubscriptionLegOrder6 setLegId(String value) {
this.legId = value;
return this;
}
/**
* Gets the value of the finInstrmDtls property.
*
* @return
* possible object is
* {@link FinancialInstrument57 }
*
*/
public FinancialInstrument57 getFinInstrmDtls() {
return finInstrmDtls;
}
/**
* Sets the value of the finInstrmDtls property.
*
* @param value
* allowed object is
* {@link FinancialInstrument57 }
*
*/
public SwitchSubscriptionLegOrder6 setFinInstrmDtls(FinancialInstrument57 value) {
this.finInstrmDtls = value;
return this;
}
/**
* Gets the value of the finInstrmQtyChc property.
*
* @return
* possible object is
* {@link FinancialInstrumentQuantity26Choice }
*
*/
public FinancialInstrumentQuantity26Choice getFinInstrmQtyChc() {
return finInstrmQtyChc;
}
/**
* Sets the value of the finInstrmQtyChc property.
*
* @param value
* allowed object is
* {@link FinancialInstrumentQuantity26Choice }
*
*/
public SwitchSubscriptionLegOrder6 setFinInstrmQtyChc(FinancialInstrumentQuantity26Choice value) {
this.finInstrmQtyChc = value;
return this;
}
/**
* Gets the value of the invstmtAcctDtls property.
*
* @return
* possible object is
* {@link InvestmentAccount58 }
*
*/
public InvestmentAccount58 getInvstmtAcctDtls() {
return invstmtAcctDtls;
}
/**
* Sets the value of the invstmtAcctDtls property.
*
* @param value
* allowed object is
* {@link InvestmentAccount58 }
*
*/
public SwitchSubscriptionLegOrder6 setInvstmtAcctDtls(InvestmentAccount58 value) {
this.invstmtAcctDtls = 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 SwitchSubscriptionLegOrder6 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 SwitchSubscriptionLegOrder6 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 SwitchSubscriptionLegOrder6 setReqdNAVCcy(String value) {
this.reqdNAVCcy = value;
return this;
}
/**
* Gets the value of the txOvrhd property.
*
* @return
* possible object is
* {@link FeeAndTax1 }
*
*/
public FeeAndTax1 getTxOvrhd() {
return txOvrhd;
}
/**
* Sets the value of the txOvrhd property.
*
* @param value
* allowed object is
* {@link FeeAndTax1 }
*
*/
public SwitchSubscriptionLegOrder6 setTxOvrhd(FeeAndTax1 value) {
this.txOvrhd = value;
return this;
}
/**
* Gets the value of the sttlmAndCtdyDtls property.
*
* @return
* possible object is
* {@link FundSettlementParameters11 }
*
*/
public FundSettlementParameters11 getSttlmAndCtdyDtls() {
return sttlmAndCtdyDtls;
}
/**
* Sets the value of the sttlmAndCtdyDtls property.
*
* @param value
* allowed object is
* {@link FundSettlementParameters11 }
*
*/
public SwitchSubscriptionLegOrder6 setSttlmAndCtdyDtls(FundSettlementParameters11 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 SwitchSubscriptionLegOrder6 setPhysDlvryInd(boolean value) {
this.physDlvryInd = value;
return this;
}
/**
* Gets the value of the physDlvryDtls property.
*
* @return
* possible object is
* {@link NameAndAddress4 }
*
*/
public NameAndAddress4 getPhysDlvryDtls() {
return physDlvryDtls;
}
/**
* Sets the value of the physDlvryDtls property.
*
* @param value
* allowed object is
* {@link NameAndAddress4 }
*
*/
public SwitchSubscriptionLegOrder6 setPhysDlvryDtls(NameAndAddress4 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 SwitchSubscriptionLegOrder6 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 SwitchSubscriptionLegOrder6 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