com.prowidesoftware.swift.model.mx.dic.TransactionDetails98 Maven / Gradle / Ivy
package com.prowidesoftware.swift.model.mx.dic;
import java.math.BigDecimal;
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;
/**
* Specifies the details of the transaction.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "TransactionDetails98", propOrder = {
"txActvty",
"sttlmTxOrCorpActnEvtTp",
"sctiesMvmntTp",
"pmt",
"sttlmParams",
"plcOfTrad",
"sfkpgPlc",
"plcOfClr",
"pstngQty",
"nbOfDaysAcrd",
"pstngAmt",
"acrdIntrstAmt",
"tradDt",
"fctvSttlmDt",
"sttlmDt",
"valDt",
"ackdStsTmStmp",
"mtchdStsTmStmp",
"dlvrgSttlmPties",
"rcvgSttlmPties",
"rvslInd",
"txAddtlDtls"
})
public class TransactionDetails98 {
@XmlElement(name = "TxActvty", required = true)
protected TransactionActivity4Choice txActvty;
@XmlElement(name = "SttlmTxOrCorpActnEvtTp")
protected SettlementOrCorporateActionEvent20Choice sttlmTxOrCorpActnEvtTp;
@XmlElement(name = "SctiesMvmntTp", required = true)
@XmlSchemaType(name = "string")
protected ReceiveDelivery1Code sctiesMvmntTp;
@XmlElement(name = "Pmt", required = true)
@XmlSchemaType(name = "string")
protected DeliveryReceiptType2Code pmt;
@XmlElement(name = "SttlmParams")
protected SettlementDetails139 sttlmParams;
@XmlElement(name = "PlcOfTrad")
protected PlaceOfTradeIdentification2 plcOfTrad;
@XmlElement(name = "SfkpgPlc")
protected SafeKeepingPlace2 sfkpgPlc;
@XmlElement(name = "PlcOfClr")
protected PlaceOfClearingIdentification1 plcOfClr;
@XmlElement(name = "PstngQty", required = true)
protected Quantity10Choice pstngQty;
@XmlElement(name = "NbOfDaysAcrd")
protected BigDecimal nbOfDaysAcrd;
@XmlElement(name = "PstngAmt")
protected AmountAndDirection18 pstngAmt;
@XmlElement(name = "AcrdIntrstAmt")
protected AmountAndDirection59 acrdIntrstAmt;
@XmlElement(name = "TradDt")
protected TradeDate6Choice tradDt;
@XmlElement(name = "FctvSttlmDt", required = true)
protected DateAndDateTimeChoice fctvSttlmDt;
@XmlElement(name = "SttlmDt")
protected SettlementDate12Choice sttlmDt;
@XmlElement(name = "ValDt")
protected DateAndDateTimeChoice valDt;
@XmlElement(name = "AckdStsTmStmp", type = String.class)
@XmlJavaTypeAdapter(IsoDateTimeAdapter.class)
@XmlSchemaType(name = "dateTime")
protected OffsetDateTime ackdStsTmStmp;
@XmlElement(name = "MtchdStsTmStmp", type = String.class)
@XmlJavaTypeAdapter(IsoDateTimeAdapter.class)
@XmlSchemaType(name = "dateTime")
protected OffsetDateTime mtchdStsTmStmp;
@XmlElement(name = "DlvrgSttlmPties")
protected SettlementParties49 dlvrgSttlmPties;
@XmlElement(name = "RcvgSttlmPties")
protected SettlementParties49 rcvgSttlmPties;
@XmlElement(name = "RvslInd")
protected Boolean rvslInd;
@XmlElement(name = "TxAddtlDtls")
protected String txAddtlDtls;
/**
* Gets the value of the txActvty property.
*
* @return
* possible object is
* {@link TransactionActivity4Choice }
*
*/
public TransactionActivity4Choice getTxActvty() {
return txActvty;
}
/**
* Sets the value of the txActvty property.
*
* @param value
* allowed object is
* {@link TransactionActivity4Choice }
*
*/
public TransactionDetails98 setTxActvty(TransactionActivity4Choice value) {
this.txActvty = value;
return this;
}
/**
* Gets the value of the sttlmTxOrCorpActnEvtTp property.
*
* @return
* possible object is
* {@link SettlementOrCorporateActionEvent20Choice }
*
*/
public SettlementOrCorporateActionEvent20Choice getSttlmTxOrCorpActnEvtTp() {
return sttlmTxOrCorpActnEvtTp;
}
/**
* Sets the value of the sttlmTxOrCorpActnEvtTp property.
*
* @param value
* allowed object is
* {@link SettlementOrCorporateActionEvent20Choice }
*
*/
public TransactionDetails98 setSttlmTxOrCorpActnEvtTp(SettlementOrCorporateActionEvent20Choice value) {
this.sttlmTxOrCorpActnEvtTp = value;
return this;
}
/**
* Gets the value of the sctiesMvmntTp property.
*
* @return
* possible object is
* {@link ReceiveDelivery1Code }
*
*/
public ReceiveDelivery1Code getSctiesMvmntTp() {
return sctiesMvmntTp;
}
/**
* Sets the value of the sctiesMvmntTp property.
*
* @param value
* allowed object is
* {@link ReceiveDelivery1Code }
*
*/
public TransactionDetails98 setSctiesMvmntTp(ReceiveDelivery1Code value) {
this.sctiesMvmntTp = value;
return this;
}
/**
* Gets the value of the pmt property.
*
* @return
* possible object is
* {@link DeliveryReceiptType2Code }
*
*/
public DeliveryReceiptType2Code getPmt() {
return pmt;
}
/**
* Sets the value of the pmt property.
*
* @param value
* allowed object is
* {@link DeliveryReceiptType2Code }
*
*/
public TransactionDetails98 setPmt(DeliveryReceiptType2Code value) {
this.pmt = value;
return this;
}
/**
* Gets the value of the sttlmParams property.
*
* @return
* possible object is
* {@link SettlementDetails139 }
*
*/
public SettlementDetails139 getSttlmParams() {
return sttlmParams;
}
/**
* Sets the value of the sttlmParams property.
*
* @param value
* allowed object is
* {@link SettlementDetails139 }
*
*/
public TransactionDetails98 setSttlmParams(SettlementDetails139 value) {
this.sttlmParams = value;
return this;
}
/**
* Gets the value of the plcOfTrad property.
*
* @return
* possible object is
* {@link PlaceOfTradeIdentification2 }
*
*/
public PlaceOfTradeIdentification2 getPlcOfTrad() {
return plcOfTrad;
}
/**
* Sets the value of the plcOfTrad property.
*
* @param value
* allowed object is
* {@link PlaceOfTradeIdentification2 }
*
*/
public TransactionDetails98 setPlcOfTrad(PlaceOfTradeIdentification2 value) {
this.plcOfTrad = value;
return this;
}
/**
* Gets the value of the sfkpgPlc property.
*
* @return
* possible object is
* {@link SafeKeepingPlace2 }
*
*/
public SafeKeepingPlace2 getSfkpgPlc() {
return sfkpgPlc;
}
/**
* Sets the value of the sfkpgPlc property.
*
* @param value
* allowed object is
* {@link SafeKeepingPlace2 }
*
*/
public TransactionDetails98 setSfkpgPlc(SafeKeepingPlace2 value) {
this.sfkpgPlc = value;
return this;
}
/**
* Gets the value of the plcOfClr property.
*
* @return
* possible object is
* {@link PlaceOfClearingIdentification1 }
*
*/
public PlaceOfClearingIdentification1 getPlcOfClr() {
return plcOfClr;
}
/**
* Sets the value of the plcOfClr property.
*
* @param value
* allowed object is
* {@link PlaceOfClearingIdentification1 }
*
*/
public TransactionDetails98 setPlcOfClr(PlaceOfClearingIdentification1 value) {
this.plcOfClr = value;
return this;
}
/**
* Gets the value of the pstngQty property.
*
* @return
* possible object is
* {@link Quantity10Choice }
*
*/
public Quantity10Choice getPstngQty() {
return pstngQty;
}
/**
* Sets the value of the pstngQty property.
*
* @param value
* allowed object is
* {@link Quantity10Choice }
*
*/
public TransactionDetails98 setPstngQty(Quantity10Choice value) {
this.pstngQty = value;
return this;
}
/**
* Gets the value of the nbOfDaysAcrd property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getNbOfDaysAcrd() {
return nbOfDaysAcrd;
}
/**
* Sets the value of the nbOfDaysAcrd property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public TransactionDetails98 setNbOfDaysAcrd(BigDecimal value) {
this.nbOfDaysAcrd = value;
return this;
}
/**
* Gets the value of the pstngAmt property.
*
* @return
* possible object is
* {@link AmountAndDirection18 }
*
*/
public AmountAndDirection18 getPstngAmt() {
return pstngAmt;
}
/**
* Sets the value of the pstngAmt property.
*
* @param value
* allowed object is
* {@link AmountAndDirection18 }
*
*/
public TransactionDetails98 setPstngAmt(AmountAndDirection18 value) {
this.pstngAmt = value;
return this;
}
/**
* Gets the value of the acrdIntrstAmt property.
*
* @return
* possible object is
* {@link AmountAndDirection59 }
*
*/
public AmountAndDirection59 getAcrdIntrstAmt() {
return acrdIntrstAmt;
}
/**
* Sets the value of the acrdIntrstAmt property.
*
* @param value
* allowed object is
* {@link AmountAndDirection59 }
*
*/
public TransactionDetails98 setAcrdIntrstAmt(AmountAndDirection59 value) {
this.acrdIntrstAmt = value;
return this;
}
/**
* Gets the value of the tradDt property.
*
* @return
* possible object is
* {@link TradeDate6Choice }
*
*/
public TradeDate6Choice getTradDt() {
return tradDt;
}
/**
* Sets the value of the tradDt property.
*
* @param value
* allowed object is
* {@link TradeDate6Choice }
*
*/
public TransactionDetails98 setTradDt(TradeDate6Choice value) {
this.tradDt = value;
return this;
}
/**
* Gets the value of the fctvSttlmDt property.
*
* @return
* possible object is
* {@link DateAndDateTimeChoice }
*
*/
public DateAndDateTimeChoice getFctvSttlmDt() {
return fctvSttlmDt;
}
/**
* Sets the value of the fctvSttlmDt property.
*
* @param value
* allowed object is
* {@link DateAndDateTimeChoice }
*
*/
public TransactionDetails98 setFctvSttlmDt(DateAndDateTimeChoice value) {
this.fctvSttlmDt = value;
return this;
}
/**
* Gets the value of the sttlmDt property.
*
* @return
* possible object is
* {@link SettlementDate12Choice }
*
*/
public SettlementDate12Choice getSttlmDt() {
return sttlmDt;
}
/**
* Sets the value of the sttlmDt property.
*
* @param value
* allowed object is
* {@link SettlementDate12Choice }
*
*/
public TransactionDetails98 setSttlmDt(SettlementDate12Choice value) {
this.sttlmDt = value;
return this;
}
/**
* Gets the value of the valDt property.
*
* @return
* possible object is
* {@link DateAndDateTimeChoice }
*
*/
public DateAndDateTimeChoice getValDt() {
return valDt;
}
/**
* Sets the value of the valDt property.
*
* @param value
* allowed object is
* {@link DateAndDateTimeChoice }
*
*/
public TransactionDetails98 setValDt(DateAndDateTimeChoice value) {
this.valDt = 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 TransactionDetails98 setAckdStsTmStmp(OffsetDateTime value) {
this.ackdStsTmStmp = value;
return this;
}
/**
* Gets the value of the mtchdStsTmStmp property.
*
* @return
* possible object is
* {@link String }
*
*/
public OffsetDateTime getMtchdStsTmStmp() {
return mtchdStsTmStmp;
}
/**
* Sets the value of the mtchdStsTmStmp property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public TransactionDetails98 setMtchdStsTmStmp(OffsetDateTime value) {
this.mtchdStsTmStmp = value;
return this;
}
/**
* Gets the value of the dlvrgSttlmPties property.
*
* @return
* possible object is
* {@link SettlementParties49 }
*
*/
public SettlementParties49 getDlvrgSttlmPties() {
return dlvrgSttlmPties;
}
/**
* Sets the value of the dlvrgSttlmPties property.
*
* @param value
* allowed object is
* {@link SettlementParties49 }
*
*/
public TransactionDetails98 setDlvrgSttlmPties(SettlementParties49 value) {
this.dlvrgSttlmPties = value;
return this;
}
/**
* Gets the value of the rcvgSttlmPties property.
*
* @return
* possible object is
* {@link SettlementParties49 }
*
*/
public SettlementParties49 getRcvgSttlmPties() {
return rcvgSttlmPties;
}
/**
* Sets the value of the rcvgSttlmPties property.
*
* @param value
* allowed object is
* {@link SettlementParties49 }
*
*/
public TransactionDetails98 setRcvgSttlmPties(SettlementParties49 value) {
this.rcvgSttlmPties = value;
return this;
}
/**
* Gets the value of the rvslInd property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isRvslInd() {
return rvslInd;
}
/**
* Sets the value of the rvslInd property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public TransactionDetails98 setRvslInd(Boolean value) {
this.rvslInd = value;
return this;
}
/**
* Gets the value of the txAddtlDtls property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTxAddtlDtls() {
return txAddtlDtls;
}
/**
* Sets the value of the txAddtlDtls property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public TransactionDetails98 setTxAddtlDtls(String value) {
this.txAddtlDtls = 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