com.prowidesoftware.swift.model.mx.dic.IntraPositionDetails50 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.time.OffsetDateTime;
import com.prowidesoftware.swift.model.mx.adapters.IsoDateTimeAdapter;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
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 = "IntraPositionDetails50", propOrder = {
"poolId",
"acctOwnr",
"sfkpgAcct",
"finInstrmId",
"sttlmQty",
"lotNb",
"sttlmDt",
"ackdStsTmStmp",
"balFr",
"balTo"
})
public class IntraPositionDetails50 {
@XmlElement(name = "PoolId")
protected String poolId;
@XmlElement(name = "AcctOwnr")
protected PartyIdentification136Choice acctOwnr;
@XmlElement(name = "SfkpgAcct", required = true)
protected SecuritiesAccount30 sfkpgAcct;
@XmlElement(name = "FinInstrmId", required = true)
protected SecurityIdentification20 finInstrmId;
@XmlElement(name = "SttlmQty", required = true)
protected FinancialInstrumentQuantity1Choice sttlmQty;
@XmlElement(name = "LotNb")
protected GenericIdentification39 lotNb;
@XmlElement(name = "SttlmDt", required = true)
protected DateAndDateTime2Choice sttlmDt;
@XmlElement(name = "AckdStsTmStmp", type = String.class)
@XmlJavaTypeAdapter(IsoDateTimeAdapter.class)
@XmlSchemaType(name = "dateTime")
protected OffsetDateTime ackdStsTmStmp;
@XmlElement(name = "BalFr")
protected SecuritiesBalanceType11Choice balFr;
@XmlElement(name = "BalTo")
protected SecuritiesBalanceType11Choice balTo;
/**
* Gets the value of the poolId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPoolId() {
return poolId;
}
/**
* Sets the value of the poolId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public IntraPositionDetails50 setPoolId(String value) {
this.poolId = value;
return this;
}
/**
* Gets the value of the acctOwnr property.
*
* @return
* possible object is
* {@link PartyIdentification136Choice }
*
*/
public PartyIdentification136Choice getAcctOwnr() {
return acctOwnr;
}
/**
* Sets the value of the acctOwnr property.
*
* @param value
* allowed object is
* {@link PartyIdentification136Choice }
*
*/
public IntraPositionDetails50 setAcctOwnr(PartyIdentification136Choice value) {
this.acctOwnr = value;
return this;
}
/**
* Gets the value of the sfkpgAcct property.
*
* @return
* possible object is
* {@link SecuritiesAccount30 }
*
*/
public SecuritiesAccount30 getSfkpgAcct() {
return sfkpgAcct;
}
/**
* Sets the value of the sfkpgAcct property.
*
* @param value
* allowed object is
* {@link SecuritiesAccount30 }
*
*/
public IntraPositionDetails50 setSfkpgAcct(SecuritiesAccount30 value) {
this.sfkpgAcct = value;
return this;
}
/**
* Gets the value of the finInstrmId property.
*
* @return
* possible object is
* {@link SecurityIdentification20 }
*
*/
public SecurityIdentification20 getFinInstrmId() {
return finInstrmId;
}
/**
* Sets the value of the finInstrmId property.
*
* @param value
* allowed object is
* {@link SecurityIdentification20 }
*
*/
public IntraPositionDetails50 setFinInstrmId(SecurityIdentification20 value) {
this.finInstrmId = value;
return this;
}
/**
* Gets the value of the sttlmQty property.
*
* @return
* possible object is
* {@link FinancialInstrumentQuantity1Choice }
*
*/
public FinancialInstrumentQuantity1Choice getSttlmQty() {
return sttlmQty;
}
/**
* Sets the value of the sttlmQty property.
*
* @param value
* allowed object is
* {@link FinancialInstrumentQuantity1Choice }
*
*/
public IntraPositionDetails50 setSttlmQty(FinancialInstrumentQuantity1Choice value) {
this.sttlmQty = value;
return this;
}
/**
* Gets the value of the lotNb property.
*
* @return
* possible object is
* {@link GenericIdentification39 }
*
*/
public GenericIdentification39 getLotNb() {
return lotNb;
}
/**
* Sets the value of the lotNb property.
*
* @param value
* allowed object is
* {@link GenericIdentification39 }
*
*/
public IntraPositionDetails50 setLotNb(GenericIdentification39 value) {
this.lotNb = value;
return this;
}
/**
* Gets the value of the sttlmDt property.
*
* @return
* possible object is
* {@link DateAndDateTime2Choice }
*
*/
public DateAndDateTime2Choice getSttlmDt() {
return sttlmDt;
}
/**
* Sets the value of the sttlmDt property.
*
* @param value
* allowed object is
* {@link DateAndDateTime2Choice }
*
*/
public IntraPositionDetails50 setSttlmDt(DateAndDateTime2Choice value) {
this.sttlmDt = value;
return this;
}
/**
* Gets the value of the ackdStsTmStmp property.
*
* @return
* possible object is
* {@link String }
*
*/
public OffsetDateTime getAckdStsTmStmp() {
return ackdStsTmStmp;
}
/**
* Sets the value of the ackdStsTmStmp property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public IntraPositionDetails50 setAckdStsTmStmp(OffsetDateTime value) {
this.ackdStsTmStmp = value;
return this;
}
/**
* Gets the value of the balFr property.
*
* @return
* possible object is
* {@link SecuritiesBalanceType11Choice }
*
*/
public SecuritiesBalanceType11Choice getBalFr() {
return balFr;
}
/**
* Sets the value of the balFr property.
*
* @param value
* allowed object is
* {@link SecuritiesBalanceType11Choice }
*
*/
public IntraPositionDetails50 setBalFr(SecuritiesBalanceType11Choice value) {
this.balFr = value;
return this;
}
/**
* Gets the value of the balTo property.
*
* @return
* possible object is
* {@link SecuritiesBalanceType11Choice }
*
*/
public SecuritiesBalanceType11Choice getBalTo() {
return balTo;
}
/**
* Sets the value of the balTo property.
*
* @param value
* allowed object is
* {@link SecuritiesBalanceType11Choice }
*
*/
public IntraPositionDetails50 setBalTo(SecuritiesBalanceType11Choice value) {
this.balTo = 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