com.prowidesoftware.swift.model.mx.dic.FinancialInstrumentAttributes110 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 java.math.BigDecimal;
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;
/**
* Description of the financial instrument.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "FinancialInstrumentAttributes110", propOrder = {
"sctyId",
"qty",
"rnncblEntitlmntStsTp",
"frctnDspstn",
"intrmdtSctiesToUndrlygRatio",
"mktPric",
"xpryDt",
"pstngDt",
"tradgPrd",
"uinstdBal",
"instdBal"
})
public class FinancialInstrumentAttributes110 {
@XmlElement(name = "SctyId", required = true)
protected SecurityIdentification19 sctyId;
@XmlElement(name = "Qty")
protected BigDecimal qty;
@XmlElement(name = "RnncblEntitlmntStsTp")
protected RenounceableEntitlementStatusTypeFormat3Choice rnncblEntitlmntStsTp;
@XmlElement(name = "FrctnDspstn")
protected FractionDispositionType25Choice frctnDspstn;
@XmlElement(name = "IntrmdtSctiesToUndrlygRatio")
protected QuantityToQuantityRatio1 intrmdtSctiesToUndrlygRatio;
@XmlElement(name = "MktPric")
protected AmountPrice2 mktPric;
@XmlElement(name = "XpryDt", required = true)
protected DateFormat30Choice xpryDt;
@XmlElement(name = "PstngDt", required = true)
protected DateFormat30Choice pstngDt;
@XmlElement(name = "TradgPrd")
protected Period11 tradgPrd;
@XmlElement(name = "UinstdBal")
protected BalanceFormat11Choice uinstdBal;
@XmlElement(name = "InstdBal")
protected BalanceFormat11Choice instdBal;
/**
* Gets the value of the sctyId property.
*
* @return
* possible object is
* {@link SecurityIdentification19 }
*
*/
public SecurityIdentification19 getSctyId() {
return sctyId;
}
/**
* Sets the value of the sctyId property.
*
* @param value
* allowed object is
* {@link SecurityIdentification19 }
*
*/
public FinancialInstrumentAttributes110 setSctyId(SecurityIdentification19 value) {
this.sctyId = value;
return this;
}
/**
* Gets the value of the qty property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getQty() {
return qty;
}
/**
* Sets the value of the qty property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public FinancialInstrumentAttributes110 setQty(BigDecimal value) {
this.qty = value;
return this;
}
/**
* Gets the value of the rnncblEntitlmntStsTp property.
*
* @return
* possible object is
* {@link RenounceableEntitlementStatusTypeFormat3Choice }
*
*/
public RenounceableEntitlementStatusTypeFormat3Choice getRnncblEntitlmntStsTp() {
return rnncblEntitlmntStsTp;
}
/**
* Sets the value of the rnncblEntitlmntStsTp property.
*
* @param value
* allowed object is
* {@link RenounceableEntitlementStatusTypeFormat3Choice }
*
*/
public FinancialInstrumentAttributes110 setRnncblEntitlmntStsTp(RenounceableEntitlementStatusTypeFormat3Choice value) {
this.rnncblEntitlmntStsTp = value;
return this;
}
/**
* Gets the value of the frctnDspstn property.
*
* @return
* possible object is
* {@link FractionDispositionType25Choice }
*
*/
public FractionDispositionType25Choice getFrctnDspstn() {
return frctnDspstn;
}
/**
* Sets the value of the frctnDspstn property.
*
* @param value
* allowed object is
* {@link FractionDispositionType25Choice }
*
*/
public FinancialInstrumentAttributes110 setFrctnDspstn(FractionDispositionType25Choice value) {
this.frctnDspstn = value;
return this;
}
/**
* Gets the value of the intrmdtSctiesToUndrlygRatio property.
*
* @return
* possible object is
* {@link QuantityToQuantityRatio1 }
*
*/
public QuantityToQuantityRatio1 getIntrmdtSctiesToUndrlygRatio() {
return intrmdtSctiesToUndrlygRatio;
}
/**
* Sets the value of the intrmdtSctiesToUndrlygRatio property.
*
* @param value
* allowed object is
* {@link QuantityToQuantityRatio1 }
*
*/
public FinancialInstrumentAttributes110 setIntrmdtSctiesToUndrlygRatio(QuantityToQuantityRatio1 value) {
this.intrmdtSctiesToUndrlygRatio = value;
return this;
}
/**
* Gets the value of the mktPric property.
*
* @return
* possible object is
* {@link AmountPrice2 }
*
*/
public AmountPrice2 getMktPric() {
return mktPric;
}
/**
* Sets the value of the mktPric property.
*
* @param value
* allowed object is
* {@link AmountPrice2 }
*
*/
public FinancialInstrumentAttributes110 setMktPric(AmountPrice2 value) {
this.mktPric = value;
return this;
}
/**
* Gets the value of the xpryDt property.
*
* @return
* possible object is
* {@link DateFormat30Choice }
*
*/
public DateFormat30Choice getXpryDt() {
return xpryDt;
}
/**
* Sets the value of the xpryDt property.
*
* @param value
* allowed object is
* {@link DateFormat30Choice }
*
*/
public FinancialInstrumentAttributes110 setXpryDt(DateFormat30Choice value) {
this.xpryDt = value;
return this;
}
/**
* Gets the value of the pstngDt property.
*
* @return
* possible object is
* {@link DateFormat30Choice }
*
*/
public DateFormat30Choice getPstngDt() {
return pstngDt;
}
/**
* Sets the value of the pstngDt property.
*
* @param value
* allowed object is
* {@link DateFormat30Choice }
*
*/
public FinancialInstrumentAttributes110 setPstngDt(DateFormat30Choice value) {
this.pstngDt = value;
return this;
}
/**
* Gets the value of the tradgPrd property.
*
* @return
* possible object is
* {@link Period11 }
*
*/
public Period11 getTradgPrd() {
return tradgPrd;
}
/**
* Sets the value of the tradgPrd property.
*
* @param value
* allowed object is
* {@link Period11 }
*
*/
public FinancialInstrumentAttributes110 setTradgPrd(Period11 value) {
this.tradgPrd = value;
return this;
}
/**
* Gets the value of the uinstdBal property.
*
* @return
* possible object is
* {@link BalanceFormat11Choice }
*
*/
public BalanceFormat11Choice getUinstdBal() {
return uinstdBal;
}
/**
* Sets the value of the uinstdBal property.
*
* @param value
* allowed object is
* {@link BalanceFormat11Choice }
*
*/
public FinancialInstrumentAttributes110 setUinstdBal(BalanceFormat11Choice value) {
this.uinstdBal = value;
return this;
}
/**
* Gets the value of the instdBal property.
*
* @return
* possible object is
* {@link BalanceFormat11Choice }
*
*/
public BalanceFormat11Choice getInstdBal() {
return instdBal;
}
/**
* Sets the value of the instdBal property.
*
* @param value
* allowed object is
* {@link BalanceFormat11Choice }
*
*/
public FinancialInstrumentAttributes110 setInstdBal(BalanceFormat11Choice value) {
this.instdBal = 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