com.prowidesoftware.swift.model.mx.dic.OtherCollateral2 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
package com.prowidesoftware.swift.model.mx.dic;
import java.math.BigDecimal;
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;
/**
* Provides details about the letter of credit or bank guarantee, or other collateral, posted as collateral.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "OtherCollateral2", propOrder = {
"collId",
"lttrOfCdtId",
"lttrOfCdtAmt",
"grntAmt",
"othrTpOfColl",
"isseDt",
"xpryDt",
"ltdCvrgInd",
"issr",
"valDt",
"xchgRate",
"mktVal",
"hrcut",
"collVal",
"sfkpgPlc",
"sfkpgAcct"
})
public class OtherCollateral2 {
@XmlElement(name = "CollId")
protected String collId;
@XmlElement(name = "LttrOfCdtId")
protected String lttrOfCdtId;
@XmlElement(name = "LttrOfCdtAmt")
protected ActiveCurrencyAndAmount lttrOfCdtAmt;
@XmlElement(name = "GrntAmt")
protected ActiveCurrencyAndAmount grntAmt;
@XmlElement(name = "OthrTpOfColl")
protected OtherTypeOfCollateral2 othrTpOfColl;
@XmlElement(name = "IsseDt")
protected DateFormat14Choice isseDt;
@XmlElement(name = "XpryDt")
protected DateFormat14Choice xpryDt;
@XmlElement(name = "LtdCvrgInd")
protected Boolean ltdCvrgInd;
@XmlElement(name = "Issr")
protected PartyIdentification33Choice issr;
@XmlElement(name = "ValDt")
@XmlSchemaType(name = "date")
protected XMLGregorianCalendar valDt;
@XmlElement(name = "XchgRate")
protected BigDecimal xchgRate;
@XmlElement(name = "MktVal")
protected ActiveCurrencyAndAmount mktVal;
@XmlElement(name = "Hrcut")
protected BigDecimal hrcut;
@XmlElement(name = "CollVal", required = true)
protected ActiveCurrencyAndAmount collVal;
@XmlElement(name = "SfkpgPlc")
protected SafekeepingPlaceFormat7Choice sfkpgPlc;
@XmlElement(name = "SfkpgAcct")
protected SecuritiesAccount19 sfkpgAcct;
/**
* Gets the value of the collId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCollId() {
return collId;
}
/**
* Sets the value of the collId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public OtherCollateral2 setCollId(String value) {
this.collId = value;
return this;
}
/**
* Gets the value of the lttrOfCdtId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getLttrOfCdtId() {
return lttrOfCdtId;
}
/**
* Sets the value of the lttrOfCdtId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public OtherCollateral2 setLttrOfCdtId(String value) {
this.lttrOfCdtId = value;
return this;
}
/**
* Gets the value of the lttrOfCdtAmt property.
*
* @return
* possible object is
* {@link ActiveCurrencyAndAmount }
*
*/
public ActiveCurrencyAndAmount getLttrOfCdtAmt() {
return lttrOfCdtAmt;
}
/**
* Sets the value of the lttrOfCdtAmt property.
*
* @param value
* allowed object is
* {@link ActiveCurrencyAndAmount }
*
*/
public OtherCollateral2 setLttrOfCdtAmt(ActiveCurrencyAndAmount value) {
this.lttrOfCdtAmt = value;
return this;
}
/**
* Gets the value of the grntAmt property.
*
* @return
* possible object is
* {@link ActiveCurrencyAndAmount }
*
*/
public ActiveCurrencyAndAmount getGrntAmt() {
return grntAmt;
}
/**
* Sets the value of the grntAmt property.
*
* @param value
* allowed object is
* {@link ActiveCurrencyAndAmount }
*
*/
public OtherCollateral2 setGrntAmt(ActiveCurrencyAndAmount value) {
this.grntAmt = value;
return this;
}
/**
* Gets the value of the othrTpOfColl property.
*
* @return
* possible object is
* {@link OtherTypeOfCollateral2 }
*
*/
public OtherTypeOfCollateral2 getOthrTpOfColl() {
return othrTpOfColl;
}
/**
* Sets the value of the othrTpOfColl property.
*
* @param value
* allowed object is
* {@link OtherTypeOfCollateral2 }
*
*/
public OtherCollateral2 setOthrTpOfColl(OtherTypeOfCollateral2 value) {
this.othrTpOfColl = value;
return this;
}
/**
* Gets the value of the isseDt property.
*
* @return
* possible object is
* {@link DateFormat14Choice }
*
*/
public DateFormat14Choice getIsseDt() {
return isseDt;
}
/**
* Sets the value of the isseDt property.
*
* @param value
* allowed object is
* {@link DateFormat14Choice }
*
*/
public OtherCollateral2 setIsseDt(DateFormat14Choice value) {
this.isseDt = value;
return this;
}
/**
* Gets the value of the xpryDt property.
*
* @return
* possible object is
* {@link DateFormat14Choice }
*
*/
public DateFormat14Choice getXpryDt() {
return xpryDt;
}
/**
* Sets the value of the xpryDt property.
*
* @param value
* allowed object is
* {@link DateFormat14Choice }
*
*/
public OtherCollateral2 setXpryDt(DateFormat14Choice value) {
this.xpryDt = value;
return this;
}
/**
* Gets the value of the ltdCvrgInd property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isLtdCvrgInd() {
return ltdCvrgInd;
}
/**
* Sets the value of the ltdCvrgInd property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public OtherCollateral2 setLtdCvrgInd(Boolean value) {
this.ltdCvrgInd = value;
return this;
}
/**
* Gets the value of the issr property.
*
* @return
* possible object is
* {@link PartyIdentification33Choice }
*
*/
public PartyIdentification33Choice getIssr() {
return issr;
}
/**
* Sets the value of the issr property.
*
* @param value
* allowed object is
* {@link PartyIdentification33Choice }
*
*/
public OtherCollateral2 setIssr(PartyIdentification33Choice value) {
this.issr = value;
return this;
}
/**
* Gets the value of the valDt property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getValDt() {
return valDt;
}
/**
* Sets the value of the valDt property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public OtherCollateral2 setValDt(XMLGregorianCalendar value) {
this.valDt = value;
return this;
}
/**
* Gets the value of the xchgRate property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getXchgRate() {
return xchgRate;
}
/**
* Sets the value of the xchgRate property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public OtherCollateral2 setXchgRate(BigDecimal value) {
this.xchgRate = value;
return this;
}
/**
* Gets the value of the mktVal property.
*
* @return
* possible object is
* {@link ActiveCurrencyAndAmount }
*
*/
public ActiveCurrencyAndAmount getMktVal() {
return mktVal;
}
/**
* Sets the value of the mktVal property.
*
* @param value
* allowed object is
* {@link ActiveCurrencyAndAmount }
*
*/
public OtherCollateral2 setMktVal(ActiveCurrencyAndAmount value) {
this.mktVal = value;
return this;
}
/**
* Gets the value of the hrcut property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getHrcut() {
return hrcut;
}
/**
* Sets the value of the hrcut property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public OtherCollateral2 setHrcut(BigDecimal value) {
this.hrcut = value;
return this;
}
/**
* Gets the value of the collVal property.
*
* @return
* possible object is
* {@link ActiveCurrencyAndAmount }
*
*/
public ActiveCurrencyAndAmount getCollVal() {
return collVal;
}
/**
* Sets the value of the collVal property.
*
* @param value
* allowed object is
* {@link ActiveCurrencyAndAmount }
*
*/
public OtherCollateral2 setCollVal(ActiveCurrencyAndAmount value) {
this.collVal = value;
return this;
}
/**
* Gets the value of the sfkpgPlc property.
*
* @return
* possible object is
* {@link SafekeepingPlaceFormat7Choice }
*
*/
public SafekeepingPlaceFormat7Choice getSfkpgPlc() {
return sfkpgPlc;
}
/**
* Sets the value of the sfkpgPlc property.
*
* @param value
* allowed object is
* {@link SafekeepingPlaceFormat7Choice }
*
*/
public OtherCollateral2 setSfkpgPlc(SafekeepingPlaceFormat7Choice value) {
this.sfkpgPlc = value;
return this;
}
/**
* Gets the value of the sfkpgAcct property.
*
* @return
* possible object is
* {@link SecuritiesAccount19 }
*
*/
public SecuritiesAccount19 getSfkpgAcct() {
return sfkpgAcct;
}
/**
* Sets the value of the sfkpgAcct property.
*
* @param value
* allowed object is
* {@link SecuritiesAccount19 }
*
*/
public OtherCollateral2 setSfkpgAcct(SecuritiesAccount19 value) {
this.sfkpgAcct = 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