com.prowidesoftware.swift.model.mx.dic.AggregateBalanceInformation13 Maven / Gradle / Ivy
Show all versions of pw-iso20022 Show documentation
package com.prowidesoftware.swift.model.mx.dic;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
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;
/**
* Overall position, in a single security, held in a securities account at a specified place of safekeeping.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "AggregateBalanceInformation13", propOrder = {
"finInstrmId",
"finInstrmAttrbts",
"invstmtFndsFinInstrmAttrbts",
"addtlDerivAttrbts",
"aggtBal",
"sfkpgPlc",
"corpActnOptnTp",
"pricDtls",
"fxDtls",
"daysAcrd",
"acctBaseCcyAmts",
"instrmCcyAmts",
"altrnRptgCcyAmts",
"qtyBrkdwn",
"balBrkdwn",
"addtlBalBrkdwn",
"balAtSfkpgPlc",
"hldgAddtlDtls",
"splmtryData"
})
public class AggregateBalanceInformation13 {
@XmlElement(name = "FinInstrmId", required = true)
protected SecurityIdentification14 finInstrmId;
@XmlElement(name = "FinInstrmAttrbts")
protected FinancialInstrumentAttributes20 finInstrmAttrbts;
@XmlElement(name = "InvstmtFndsFinInstrmAttrbts")
protected FinancialInstrument21 invstmtFndsFinInstrmAttrbts;
@XmlElement(name = "AddtlDerivAttrbts")
protected DerivativeBasicAttributes1 addtlDerivAttrbts;
@XmlElement(name = "AggtBal", required = true)
protected Balance1 aggtBal;
@XmlElement(name = "SfkpgPlc")
protected SafekeepingPlaceFormat3Choice sfkpgPlc;
@XmlElement(name = "CorpActnOptnTp")
@XmlSchemaType(name = "string")
protected CorporateActionOption5Code corpActnOptnTp;
@XmlElement(name = "PricDtls", required = true)
protected List pricDtls;
@XmlElement(name = "FXDtls")
protected List fxDtls;
@XmlElement(name = "DaysAcrd")
protected BigDecimal daysAcrd;
@XmlElement(name = "AcctBaseCcyAmts", required = true)
protected BalanceAmounts1 acctBaseCcyAmts;
@XmlElement(name = "InstrmCcyAmts")
protected BalanceAmounts1 instrmCcyAmts;
@XmlElement(name = "AltrnRptgCcyAmts")
protected BalanceAmounts1 altrnRptgCcyAmts;
@XmlElement(name = "QtyBrkdwn")
protected List qtyBrkdwn;
@XmlElement(name = "BalBrkdwn")
protected List balBrkdwn;
@XmlElement(name = "AddtlBalBrkdwn")
protected List addtlBalBrkdwn;
@XmlElement(name = "BalAtSfkpgPlc")
protected List balAtSfkpgPlc;
@XmlElement(name = "HldgAddtlDtls")
protected String hldgAddtlDtls;
@XmlElement(name = "SplmtryData")
protected List splmtryData;
/**
* Gets the value of the finInstrmId property.
*
* @return
* possible object is
* {@link SecurityIdentification14 }
*
*/
public SecurityIdentification14 getFinInstrmId() {
return finInstrmId;
}
/**
* Sets the value of the finInstrmId property.
*
* @param value
* allowed object is
* {@link SecurityIdentification14 }
*
*/
public AggregateBalanceInformation13 setFinInstrmId(SecurityIdentification14 value) {
this.finInstrmId = value;
return this;
}
/**
* Gets the value of the finInstrmAttrbts property.
*
* @return
* possible object is
* {@link FinancialInstrumentAttributes20 }
*
*/
public FinancialInstrumentAttributes20 getFinInstrmAttrbts() {
return finInstrmAttrbts;
}
/**
* Sets the value of the finInstrmAttrbts property.
*
* @param value
* allowed object is
* {@link FinancialInstrumentAttributes20 }
*
*/
public AggregateBalanceInformation13 setFinInstrmAttrbts(FinancialInstrumentAttributes20 value) {
this.finInstrmAttrbts = value;
return this;
}
/**
* Gets the value of the invstmtFndsFinInstrmAttrbts property.
*
* @return
* possible object is
* {@link FinancialInstrument21 }
*
*/
public FinancialInstrument21 getInvstmtFndsFinInstrmAttrbts() {
return invstmtFndsFinInstrmAttrbts;
}
/**
* Sets the value of the invstmtFndsFinInstrmAttrbts property.
*
* @param value
* allowed object is
* {@link FinancialInstrument21 }
*
*/
public AggregateBalanceInformation13 setInvstmtFndsFinInstrmAttrbts(FinancialInstrument21 value) {
this.invstmtFndsFinInstrmAttrbts = value;
return this;
}
/**
* Gets the value of the addtlDerivAttrbts property.
*
* @return
* possible object is
* {@link DerivativeBasicAttributes1 }
*
*/
public DerivativeBasicAttributes1 getAddtlDerivAttrbts() {
return addtlDerivAttrbts;
}
/**
* Sets the value of the addtlDerivAttrbts property.
*
* @param value
* allowed object is
* {@link DerivativeBasicAttributes1 }
*
*/
public AggregateBalanceInformation13 setAddtlDerivAttrbts(DerivativeBasicAttributes1 value) {
this.addtlDerivAttrbts = value;
return this;
}
/**
* Gets the value of the aggtBal property.
*
* @return
* possible object is
* {@link Balance1 }
*
*/
public Balance1 getAggtBal() {
return aggtBal;
}
/**
* Sets the value of the aggtBal property.
*
* @param value
* allowed object is
* {@link Balance1 }
*
*/
public AggregateBalanceInformation13 setAggtBal(Balance1 value) {
this.aggtBal = value;
return this;
}
/**
* Gets the value of the sfkpgPlc property.
*
* @return
* possible object is
* {@link SafekeepingPlaceFormat3Choice }
*
*/
public SafekeepingPlaceFormat3Choice getSfkpgPlc() {
return sfkpgPlc;
}
/**
* Sets the value of the sfkpgPlc property.
*
* @param value
* allowed object is
* {@link SafekeepingPlaceFormat3Choice }
*
*/
public AggregateBalanceInformation13 setSfkpgPlc(SafekeepingPlaceFormat3Choice value) {
this.sfkpgPlc = value;
return this;
}
/**
* Gets the value of the corpActnOptnTp property.
*
* @return
* possible object is
* {@link CorporateActionOption5Code }
*
*/
public CorporateActionOption5Code getCorpActnOptnTp() {
return corpActnOptnTp;
}
/**
* Sets the value of the corpActnOptnTp property.
*
* @param value
* allowed object is
* {@link CorporateActionOption5Code }
*
*/
public AggregateBalanceInformation13 setCorpActnOptnTp(CorporateActionOption5Code value) {
this.corpActnOptnTp = value;
return this;
}
/**
* Gets the value of the pricDtls property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the pricDtls property.
*
*
* For example, to add a new item, do as follows:
*
* getPricDtls().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link PriceInformation5 }
*
*
*/
public List getPricDtls() {
if (pricDtls == null) {
pricDtls = new ArrayList();
}
return this.pricDtls;
}
/**
* Gets the value of the fxDtls property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the fxDtls property.
*
*
* For example, to add a new item, do as follows:
*
* getFXDtls().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link ForeignExchangeTerms14 }
*
*
*/
public List getFXDtls() {
if (fxDtls == null) {
fxDtls = new ArrayList();
}
return this.fxDtls;
}
/**
* Gets the value of the daysAcrd property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getDaysAcrd() {
return daysAcrd;
}
/**
* Sets the value of the daysAcrd property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public AggregateBalanceInformation13 setDaysAcrd(BigDecimal value) {
this.daysAcrd = value;
return this;
}
/**
* Gets the value of the acctBaseCcyAmts property.
*
* @return
* possible object is
* {@link BalanceAmounts1 }
*
*/
public BalanceAmounts1 getAcctBaseCcyAmts() {
return acctBaseCcyAmts;
}
/**
* Sets the value of the acctBaseCcyAmts property.
*
* @param value
* allowed object is
* {@link BalanceAmounts1 }
*
*/
public AggregateBalanceInformation13 setAcctBaseCcyAmts(BalanceAmounts1 value) {
this.acctBaseCcyAmts = value;
return this;
}
/**
* Gets the value of the instrmCcyAmts property.
*
* @return
* possible object is
* {@link BalanceAmounts1 }
*
*/
public BalanceAmounts1 getInstrmCcyAmts() {
return instrmCcyAmts;
}
/**
* Sets the value of the instrmCcyAmts property.
*
* @param value
* allowed object is
* {@link BalanceAmounts1 }
*
*/
public AggregateBalanceInformation13 setInstrmCcyAmts(BalanceAmounts1 value) {
this.instrmCcyAmts = value;
return this;
}
/**
* Gets the value of the altrnRptgCcyAmts property.
*
* @return
* possible object is
* {@link BalanceAmounts1 }
*
*/
public BalanceAmounts1 getAltrnRptgCcyAmts() {
return altrnRptgCcyAmts;
}
/**
* Sets the value of the altrnRptgCcyAmts property.
*
* @param value
* allowed object is
* {@link BalanceAmounts1 }
*
*/
public AggregateBalanceInformation13 setAltrnRptgCcyAmts(BalanceAmounts1 value) {
this.altrnRptgCcyAmts = value;
return this;
}
/**
* Gets the value of the qtyBrkdwn property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the qtyBrkdwn property.
*
*
* For example, to add a new item, do as follows:
*
* getQtyBrkdwn().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link QuantityBreakdown4 }
*
*
*/
public List getQtyBrkdwn() {
if (qtyBrkdwn == null) {
qtyBrkdwn = new ArrayList();
}
return this.qtyBrkdwn;
}
/**
* Gets the value of the balBrkdwn property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the balBrkdwn property.
*
*
* For example, to add a new item, do as follows:
*
* getBalBrkdwn().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link SubBalanceInformation6 }
*
*
*/
public List getBalBrkdwn() {
if (balBrkdwn == null) {
balBrkdwn = new ArrayList();
}
return this.balBrkdwn;
}
/**
* Gets the value of the addtlBalBrkdwn property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the addtlBalBrkdwn property.
*
*
* For example, to add a new item, do as follows:
*
* getAddtlBalBrkdwn().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link AdditionalBalanceInformation6 }
*
*
*/
public List getAddtlBalBrkdwn() {
if (addtlBalBrkdwn == null) {
addtlBalBrkdwn = new ArrayList();
}
return this.addtlBalBrkdwn;
}
/**
* Gets the value of the balAtSfkpgPlc property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the balAtSfkpgPlc property.
*
*
* For example, to add a new item, do as follows:
*
* getBalAtSfkpgPlc().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link AggregateBalancePerSafekeepingPlace12 }
*
*
*/
public List getBalAtSfkpgPlc() {
if (balAtSfkpgPlc == null) {
balAtSfkpgPlc = new ArrayList();
}
return this.balAtSfkpgPlc;
}
/**
* Gets the value of the hldgAddtlDtls property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getHldgAddtlDtls() {
return hldgAddtlDtls;
}
/**
* Sets the value of the hldgAddtlDtls property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public AggregateBalanceInformation13 setHldgAddtlDtls(String value) {
this.hldgAddtlDtls = value;
return this;
}
/**
* Gets the value of the splmtryData property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the splmtryData property.
*
*
* For example, to add a new item, do as follows:
*
* getSplmtryData().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link SupplementaryData1 }
*
*
*/
public List getSplmtryData() {
if (splmtryData == null) {
splmtryData = new ArrayList();
}
return this.splmtryData;
}
@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);
}
/**
* Adds a new item to the pricDtls list.
* @see #getPricDtls()
*
*/
public AggregateBalanceInformation13 addPricDtls(PriceInformation5 pricDtls) {
getPricDtls().add(pricDtls);
return this;
}
/**
* Adds a new item to the fXDtls list.
* @see #getFXDtls()
*
*/
public AggregateBalanceInformation13 addFXDtls(ForeignExchangeTerms14 fXDtls) {
getFXDtls().add(fXDtls);
return this;
}
/**
* Adds a new item to the qtyBrkdwn list.
* @see #getQtyBrkdwn()
*
*/
public AggregateBalanceInformation13 addQtyBrkdwn(QuantityBreakdown4 qtyBrkdwn) {
getQtyBrkdwn().add(qtyBrkdwn);
return this;
}
/**
* Adds a new item to the balBrkdwn list.
* @see #getBalBrkdwn()
*
*/
public AggregateBalanceInformation13 addBalBrkdwn(SubBalanceInformation6 balBrkdwn) {
getBalBrkdwn().add(balBrkdwn);
return this;
}
/**
* Adds a new item to the addtlBalBrkdwn list.
* @see #getAddtlBalBrkdwn()
*
*/
public AggregateBalanceInformation13 addAddtlBalBrkdwn(AdditionalBalanceInformation6 addtlBalBrkdwn) {
getAddtlBalBrkdwn().add(addtlBalBrkdwn);
return this;
}
/**
* Adds a new item to the balAtSfkpgPlc list.
* @see #getBalAtSfkpgPlc()
*
*/
public AggregateBalanceInformation13 addBalAtSfkpgPlc(AggregateBalancePerSafekeepingPlace12 balAtSfkpgPlc) {
getBalAtSfkpgPlc().add(balAtSfkpgPlc);
return this;
}
/**
* Adds a new item to the splmtryData list.
* @see #getSplmtryData()
*
*/
public AggregateBalanceInformation13 addSplmtryData(SupplementaryData1 splmtryData) {
getSplmtryData().add(splmtryData);
return this;
}
}