com.prowidesoftware.swift.model.mx.dic.SecuritiesFinancingTransactionDetails34 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.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;
/**
* Details of the closing of the securities financing transaction.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "SecuritiesFinancingTransactionDetails34", propOrder = {
"sctiesFincgTradId",
"clsgLegId",
"termntnDt",
"rateTp",
"lglFrmwk",
"mtrtyDtMod",
"intrstPmt",
"varblRateSpprt",
"rpRate",
"txCallDely",
"acrdIntrstAmt",
"termntnTxAmt",
"scndLegNrrtv"
})
public class SecuritiesFinancingTransactionDetails34 {
@XmlElement(name = "SctiesFincgTradId")
protected String sctiesFincgTradId;
@XmlElement(name = "ClsgLegId")
protected String clsgLegId;
@XmlElement(name = "TermntnDt")
protected TerminationDate5Choice termntnDt;
@XmlElement(name = "RateTp")
protected RateType67Choice rateTp;
@XmlElement(name = "LglFrmwk")
protected LegalFramework4Choice lglFrmwk;
@XmlElement(name = "MtrtyDtMod")
protected Boolean mtrtyDtMod;
@XmlElement(name = "IntrstPmt")
protected Boolean intrstPmt;
@XmlElement(name = "VarblRateSpprt")
protected RateName2 varblRateSpprt;
@XmlElement(name = "RpRate")
protected Rate2 rpRate;
@XmlElement(name = "TxCallDely")
protected String txCallDely;
@XmlElement(name = "AcrdIntrstAmt")
protected AmountAndDirection59 acrdIntrstAmt;
@XmlElement(name = "TermntnTxAmt")
protected AmountAndDirection59 termntnTxAmt;
@XmlElement(name = "ScndLegNrrtv")
protected String scndLegNrrtv;
/**
* Gets the value of the sctiesFincgTradId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSctiesFincgTradId() {
return sctiesFincgTradId;
}
/**
* Sets the value of the sctiesFincgTradId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public SecuritiesFinancingTransactionDetails34 setSctiesFincgTradId(String value) {
this.sctiesFincgTradId = value;
return this;
}
/**
* Gets the value of the clsgLegId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getClsgLegId() {
return clsgLegId;
}
/**
* Sets the value of the clsgLegId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public SecuritiesFinancingTransactionDetails34 setClsgLegId(String value) {
this.clsgLegId = value;
return this;
}
/**
* Gets the value of the termntnDt property.
*
* @return
* possible object is
* {@link TerminationDate5Choice }
*
*/
public TerminationDate5Choice getTermntnDt() {
return termntnDt;
}
/**
* Sets the value of the termntnDt property.
*
* @param value
* allowed object is
* {@link TerminationDate5Choice }
*
*/
public SecuritiesFinancingTransactionDetails34 setTermntnDt(TerminationDate5Choice value) {
this.termntnDt = value;
return this;
}
/**
* Gets the value of the rateTp property.
*
* @return
* possible object is
* {@link RateType67Choice }
*
*/
public RateType67Choice getRateTp() {
return rateTp;
}
/**
* Sets the value of the rateTp property.
*
* @param value
* allowed object is
* {@link RateType67Choice }
*
*/
public SecuritiesFinancingTransactionDetails34 setRateTp(RateType67Choice value) {
this.rateTp = value;
return this;
}
/**
* Gets the value of the lglFrmwk property.
*
* @return
* possible object is
* {@link LegalFramework4Choice }
*
*/
public LegalFramework4Choice getLglFrmwk() {
return lglFrmwk;
}
/**
* Sets the value of the lglFrmwk property.
*
* @param value
* allowed object is
* {@link LegalFramework4Choice }
*
*/
public SecuritiesFinancingTransactionDetails34 setLglFrmwk(LegalFramework4Choice value) {
this.lglFrmwk = value;
return this;
}
/**
* Gets the value of the mtrtyDtMod property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isMtrtyDtMod() {
return mtrtyDtMod;
}
/**
* Sets the value of the mtrtyDtMod property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public SecuritiesFinancingTransactionDetails34 setMtrtyDtMod(Boolean value) {
this.mtrtyDtMod = value;
return this;
}
/**
* Gets the value of the intrstPmt property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isIntrstPmt() {
return intrstPmt;
}
/**
* Sets the value of the intrstPmt property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public SecuritiesFinancingTransactionDetails34 setIntrstPmt(Boolean value) {
this.intrstPmt = value;
return this;
}
/**
* Gets the value of the varblRateSpprt property.
*
* @return
* possible object is
* {@link RateName2 }
*
*/
public RateName2 getVarblRateSpprt() {
return varblRateSpprt;
}
/**
* Sets the value of the varblRateSpprt property.
*
* @param value
* allowed object is
* {@link RateName2 }
*
*/
public SecuritiesFinancingTransactionDetails34 setVarblRateSpprt(RateName2 value) {
this.varblRateSpprt = value;
return this;
}
/**
* Gets the value of the rpRate property.
*
* @return
* possible object is
* {@link Rate2 }
*
*/
public Rate2 getRpRate() {
return rpRate;
}
/**
* Sets the value of the rpRate property.
*
* @param value
* allowed object is
* {@link Rate2 }
*
*/
public SecuritiesFinancingTransactionDetails34 setRpRate(Rate2 value) {
this.rpRate = value;
return this;
}
/**
* Gets the value of the txCallDely property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTxCallDely() {
return txCallDely;
}
/**
* Sets the value of the txCallDely property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public SecuritiesFinancingTransactionDetails34 setTxCallDely(String value) {
this.txCallDely = value;
return this;
}
/**
* Gets the value of the acrdIntrstAmt property.
*
* @return
* possible object is
* {@link AmountAndDirection59 }
*
*/
public AmountAndDirection59 getAcrdIntrstAmt() {
return acrdIntrstAmt;
}
/**
* Sets the value of the acrdIntrstAmt property.
*
* @param value
* allowed object is
* {@link AmountAndDirection59 }
*
*/
public SecuritiesFinancingTransactionDetails34 setAcrdIntrstAmt(AmountAndDirection59 value) {
this.acrdIntrstAmt = value;
return this;
}
/**
* Gets the value of the termntnTxAmt property.
*
* @return
* possible object is
* {@link AmountAndDirection59 }
*
*/
public AmountAndDirection59 getTermntnTxAmt() {
return termntnTxAmt;
}
/**
* Sets the value of the termntnTxAmt property.
*
* @param value
* allowed object is
* {@link AmountAndDirection59 }
*
*/
public SecuritiesFinancingTransactionDetails34 setTermntnTxAmt(AmountAndDirection59 value) {
this.termntnTxAmt = value;
return this;
}
/**
* Gets the value of the scndLegNrrtv property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getScndLegNrrtv() {
return scndLegNrrtv;
}
/**
* Sets the value of the scndLegNrrtv property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public SecuritiesFinancingTransactionDetails34 setScndLegNrrtv(String value) {
this.scndLegNrrtv = 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