
com.prowidesoftware.swift.model.mx.dic.IntraPositionDetails2 Maven / Gradle / Ivy
package com.prowidesoftware.swift.model.mx.dic;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
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;
/**
* Details of the intra-position movement.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "IntraPositionDetails2", propOrder = {
"sttldQty",
"prevslySttldQty",
"rmngToBeSttldQty",
"sttlmDt",
"avlblDt",
"corpActnEvtTp",
"balFr",
"balTo",
"instrPrcgAddtlDtls"
})
public class IntraPositionDetails2 {
@XmlElement(name = "SttldQty", required = true)
protected FinancialInstrumentQuantity1Choice sttldQty;
@XmlElement(name = "PrevslySttldQty")
protected FinancialInstrumentQuantity1Choice prevslySttldQty;
@XmlElement(name = "RmngToBeSttldQty")
protected FinancialInstrumentQuantity1Choice rmngToBeSttldQty;
@XmlElement(name = "SttlmDt", required = true)
protected DateAndDateTimeChoice sttlmDt;
@XmlElement(name = "AvlblDt")
protected DateAndDateTimeChoice avlblDt;
@XmlElement(name = "CorpActnEvtTp")
protected CorporateActionEventType3Choice corpActnEvtTp;
@XmlElement(name = "BalFr", required = true)
protected SecuritiesBalanceType3Choice balFr;
@XmlElement(name = "BalTo", required = true)
protected SecuritiesBalanceType3Choice balTo;
@XmlElement(name = "InstrPrcgAddtlDtls")
protected String instrPrcgAddtlDtls;
/**
* 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 IntraPositionDetails2 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 IntraPositionDetails2 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 IntraPositionDetails2 setRmngToBeSttldQty(FinancialInstrumentQuantity1Choice value) {
this.rmngToBeSttldQty = 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 IntraPositionDetails2 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 IntraPositionDetails2 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 IntraPositionDetails2 setCorpActnEvtTp(CorporateActionEventType3Choice value) {
this.corpActnEvtTp = value;
return this;
}
/**
* Gets the value of the balFr property.
*
* @return
* possible object is
* {@link SecuritiesBalanceType3Choice }
*
*/
public SecuritiesBalanceType3Choice getBalFr() {
return balFr;
}
/**
* Sets the value of the balFr property.
*
* @param value
* allowed object is
* {@link SecuritiesBalanceType3Choice }
*
*/
public IntraPositionDetails2 setBalFr(SecuritiesBalanceType3Choice value) {
this.balFr = 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 IntraPositionDetails2 setBalTo(SecuritiesBalanceType3Choice value) {
this.balTo = 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 IntraPositionDetails2 setInstrPrcgAddtlDtls(String value) {
this.instrPrcgAddtlDtls = 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