com.prowidesoftware.swift.model.mx.dic.IntraPositionMovementDetails7 Maven / Gradle / Ivy
Show all versions of pw-iso20022 Show documentation
package com.prowidesoftware.swift.model.mx.dic;
import java.util.ArrayList;
import java.util.List;
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 intra-position movement.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "IntraPositionMovementDetails7", propOrder = {
"id",
"sttldQty",
"prevslySttldQty",
"rmngToBeSttldQty",
"sctiesSubBalId",
"balTo",
"sttlmDt",
"avlblDt",
"corpActnEvtTp",
"collMntrAmt",
"instrPrcgAddtlDtls",
"splmtryData"
})
public class IntraPositionMovementDetails7 {
@XmlElement(name = "Id")
protected References27Choice id;
@XmlElement(name = "SttldQty", required = true)
protected FinancialInstrumentQuantity1Choice sttldQty;
@XmlElement(name = "PrevslySttldQty")
protected FinancialInstrumentQuantity1Choice prevslySttldQty;
@XmlElement(name = "RmngToBeSttldQty")
protected FinancialInstrumentQuantity1Choice rmngToBeSttldQty;
@XmlElement(name = "SctiesSubBalId")
protected GenericIdentification37 sctiesSubBalId;
@XmlElement(name = "BalTo", required = true)
protected SecuritiesBalanceType3Choice balTo;
@XmlElement(name = "SttlmDt", required = true)
protected DateAndDateTimeChoice sttlmDt;
@XmlElement(name = "AvlblDt")
protected DateAndDateTimeChoice avlblDt;
@XmlElement(name = "CorpActnEvtTp")
protected CorporateActionEventType3Choice corpActnEvtTp;
@XmlElement(name = "CollMntrAmt")
protected AmountAndDirection9 collMntrAmt;
@XmlElement(name = "InstrPrcgAddtlDtls")
protected String instrPrcgAddtlDtls;
@XmlElement(name = "SplmtryData")
protected List splmtryData;
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link References27Choice }
*
*/
public References27Choice getId() {
return id;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link References27Choice }
*
*/
public IntraPositionMovementDetails7 setId(References27Choice value) {
this.id = value;
return this;
}
/**
* Gets the value of the sttldQty property.
*
* @return
* possible object is
* {@link FinancialInstrumentQuantity1Choice }
*
*/
public FinancialInstrumentQuantity1Choice getSttldQty() {
return sttldQty;
}
/**
* Sets the value of the sttldQty property.
*
* @param value
* allowed object is
* {@link FinancialInstrumentQuantity1Choice }
*
*/
public IntraPositionMovementDetails7 setSttldQty(FinancialInstrumentQuantity1Choice value) {
this.sttldQty = value;
return this;
}
/**
* Gets the value of the prevslySttldQty property.
*
* @return
* possible object is
* {@link FinancialInstrumentQuantity1Choice }
*
*/
public FinancialInstrumentQuantity1Choice getPrevslySttldQty() {
return prevslySttldQty;
}
/**
* Sets the value of the prevslySttldQty property.
*
* @param value
* allowed object is
* {@link FinancialInstrumentQuantity1Choice }
*
*/
public IntraPositionMovementDetails7 setPrevslySttldQty(FinancialInstrumentQuantity1Choice value) {
this.prevslySttldQty = value;
return this;
}
/**
* Gets the value of the rmngToBeSttldQty property.
*
* @return
* possible object is
* {@link FinancialInstrumentQuantity1Choice }
*
*/
public FinancialInstrumentQuantity1Choice getRmngToBeSttldQty() {
return rmngToBeSttldQty;
}
/**
* Sets the value of the rmngToBeSttldQty property.
*
* @param value
* allowed object is
* {@link FinancialInstrumentQuantity1Choice }
*
*/
public IntraPositionMovementDetails7 setRmngToBeSttldQty(FinancialInstrumentQuantity1Choice value) {
this.rmngToBeSttldQty = value;
return this;
}
/**
* Gets the value of the sctiesSubBalId property.
*
* @return
* possible object is
* {@link GenericIdentification37 }
*
*/
public GenericIdentification37 getSctiesSubBalId() {
return sctiesSubBalId;
}
/**
* Sets the value of the sctiesSubBalId property.
*
* @param value
* allowed object is
* {@link GenericIdentification37 }
*
*/
public IntraPositionMovementDetails7 setSctiesSubBalId(GenericIdentification37 value) {
this.sctiesSubBalId = value;
return this;
}
/**
* Gets the value of the balTo property.
*
* @return
* possible object is
* {@link SecuritiesBalanceType3Choice }
*
*/
public SecuritiesBalanceType3Choice getBalTo() {
return balTo;
}
/**
* Sets the value of the balTo property.
*
* @param value
* allowed object is
* {@link SecuritiesBalanceType3Choice }
*
*/
public IntraPositionMovementDetails7 setBalTo(SecuritiesBalanceType3Choice value) {
this.balTo = value;
return this;
}
/**
* Gets the value of the sttlmDt property.
*
* @return
* possible object is
* {@link DateAndDateTimeChoice }
*
*/
public DateAndDateTimeChoice getSttlmDt() {
return sttlmDt;
}
/**
* Sets the value of the sttlmDt property.
*
* @param value
* allowed object is
* {@link DateAndDateTimeChoice }
*
*/
public IntraPositionMovementDetails7 setSttlmDt(DateAndDateTimeChoice value) {
this.sttlmDt = value;
return this;
}
/**
* Gets the value of the avlblDt property.
*
* @return
* possible object is
* {@link DateAndDateTimeChoice }
*
*/
public DateAndDateTimeChoice getAvlblDt() {
return avlblDt;
}
/**
* Sets the value of the avlblDt property.
*
* @param value
* allowed object is
* {@link DateAndDateTimeChoice }
*
*/
public IntraPositionMovementDetails7 setAvlblDt(DateAndDateTimeChoice value) {
this.avlblDt = value;
return this;
}
/**
* Gets the value of the corpActnEvtTp property.
*
* @return
* possible object is
* {@link CorporateActionEventType3Choice }
*
*/
public CorporateActionEventType3Choice getCorpActnEvtTp() {
return corpActnEvtTp;
}
/**
* Sets the value of the corpActnEvtTp property.
*
* @param value
* allowed object is
* {@link CorporateActionEventType3Choice }
*
*/
public IntraPositionMovementDetails7 setCorpActnEvtTp(CorporateActionEventType3Choice value) {
this.corpActnEvtTp = value;
return this;
}
/**
* Gets the value of the collMntrAmt property.
*
* @return
* possible object is
* {@link AmountAndDirection9 }
*
*/
public AmountAndDirection9 getCollMntrAmt() {
return collMntrAmt;
}
/**
* Sets the value of the collMntrAmt property.
*
* @param value
* allowed object is
* {@link AmountAndDirection9 }
*
*/
public IntraPositionMovementDetails7 setCollMntrAmt(AmountAndDirection9 value) {
this.collMntrAmt = value;
return this;
}
/**
* Gets the value of the instrPrcgAddtlDtls property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getInstrPrcgAddtlDtls() {
return instrPrcgAddtlDtls;
}
/**
* Sets the value of the instrPrcgAddtlDtls property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public IntraPositionMovementDetails7 setInstrPrcgAddtlDtls(String value) {
this.instrPrcgAddtlDtls = 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 Jakarta XML Binding object.
* This is why there is not a {@code 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 }
*
*
* @return
* The value of the splmtryData property.
*/
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 splmtryData list.
* @see #getSplmtryData()
*
*/
public IntraPositionMovementDetails7 addSplmtryData(SupplementaryData1 splmtryData) {
getSplmtryData().add(splmtryData);
return this;
}
}