com.prowidesoftware.swift.model.mx.dic.TransactionDetails30 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
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;
/**
* Identifies the details of the transaction.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "TransactionDetails30", propOrder = {
"acctOwnr",
"sfkpgAcct",
"finInstrmId",
"sttlmQty",
"sttlmAmt",
"tradDt",
"sttlmDt",
"dlvrgSttlmPties",
"rcvgSttlmPties",
"invstr"
})
public class TransactionDetails30 {
@XmlElement(name = "AcctOwnr")
protected PartyIdentification36Choice acctOwnr;
@XmlElement(name = "SfkpgAcct", required = true)
protected SecuritiesAccount13 sfkpgAcct;
@XmlElement(name = "FinInstrmId", required = true)
protected SecurityIdentification14 finInstrmId;
@XmlElement(name = "SttlmQty", required = true)
protected Quantity6Choice sttlmQty;
@XmlElement(name = "SttlmAmt")
protected AmountAndDirection8 sttlmAmt;
@XmlElement(name = "TradDt")
protected TradeDate1Choice tradDt;
@XmlElement(name = "SttlmDt", required = true)
protected SettlementDate2Choice sttlmDt;
@XmlElement(name = "DlvrgSttlmPties")
protected SettlementParties13 dlvrgSttlmPties;
@XmlElement(name = "RcvgSttlmPties")
protected SettlementParties13 rcvgSttlmPties;
@XmlElement(name = "Invstr")
protected PartyIdentification37Choice invstr;
/**
* Gets the value of the acctOwnr property.
*
* @return
* possible object is
* {@link PartyIdentification36Choice }
*
*/
public PartyIdentification36Choice getAcctOwnr() {
return acctOwnr;
}
/**
* Sets the value of the acctOwnr property.
*
* @param value
* allowed object is
* {@link PartyIdentification36Choice }
*
*/
public TransactionDetails30 setAcctOwnr(PartyIdentification36Choice value) {
this.acctOwnr = value;
return this;
}
/**
* Gets the value of the sfkpgAcct property.
*
* @return
* possible object is
* {@link SecuritiesAccount13 }
*
*/
public SecuritiesAccount13 getSfkpgAcct() {
return sfkpgAcct;
}
/**
* Sets the value of the sfkpgAcct property.
*
* @param value
* allowed object is
* {@link SecuritiesAccount13 }
*
*/
public TransactionDetails30 setSfkpgAcct(SecuritiesAccount13 value) {
this.sfkpgAcct = value;
return this;
}
/**
* 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 TransactionDetails30 setFinInstrmId(SecurityIdentification14 value) {
this.finInstrmId = value;
return this;
}
/**
* Gets the value of the sttlmQty property.
*
* @return
* possible object is
* {@link Quantity6Choice }
*
*/
public Quantity6Choice getSttlmQty() {
return sttlmQty;
}
/**
* Sets the value of the sttlmQty property.
*
* @param value
* allowed object is
* {@link Quantity6Choice }
*
*/
public TransactionDetails30 setSttlmQty(Quantity6Choice value) {
this.sttlmQty = value;
return this;
}
/**
* Gets the value of the sttlmAmt property.
*
* @return
* possible object is
* {@link AmountAndDirection8 }
*
*/
public AmountAndDirection8 getSttlmAmt() {
return sttlmAmt;
}
/**
* Sets the value of the sttlmAmt property.
*
* @param value
* allowed object is
* {@link AmountAndDirection8 }
*
*/
public TransactionDetails30 setSttlmAmt(AmountAndDirection8 value) {
this.sttlmAmt = value;
return this;
}
/**
* Gets the value of the tradDt property.
*
* @return
* possible object is
* {@link TradeDate1Choice }
*
*/
public TradeDate1Choice getTradDt() {
return tradDt;
}
/**
* Sets the value of the tradDt property.
*
* @param value
* allowed object is
* {@link TradeDate1Choice }
*
*/
public TransactionDetails30 setTradDt(TradeDate1Choice value) {
this.tradDt = value;
return this;
}
/**
* Gets the value of the sttlmDt property.
*
* @return
* possible object is
* {@link SettlementDate2Choice }
*
*/
public SettlementDate2Choice getSttlmDt() {
return sttlmDt;
}
/**
* Sets the value of the sttlmDt property.
*
* @param value
* allowed object is
* {@link SettlementDate2Choice }
*
*/
public TransactionDetails30 setSttlmDt(SettlementDate2Choice value) {
this.sttlmDt = value;
return this;
}
/**
* Gets the value of the dlvrgSttlmPties property.
*
* @return
* possible object is
* {@link SettlementParties13 }
*
*/
public SettlementParties13 getDlvrgSttlmPties() {
return dlvrgSttlmPties;
}
/**
* Sets the value of the dlvrgSttlmPties property.
*
* @param value
* allowed object is
* {@link SettlementParties13 }
*
*/
public TransactionDetails30 setDlvrgSttlmPties(SettlementParties13 value) {
this.dlvrgSttlmPties = value;
return this;
}
/**
* Gets the value of the rcvgSttlmPties property.
*
* @return
* possible object is
* {@link SettlementParties13 }
*
*/
public SettlementParties13 getRcvgSttlmPties() {
return rcvgSttlmPties;
}
/**
* Sets the value of the rcvgSttlmPties property.
*
* @param value
* allowed object is
* {@link SettlementParties13 }
*
*/
public TransactionDetails30 setRcvgSttlmPties(SettlementParties13 value) {
this.rcvgSttlmPties = value;
return this;
}
/**
* Gets the value of the invstr property.
*
* @return
* possible object is
* {@link PartyIdentification37Choice }
*
*/
public PartyIdentification37Choice getInvstr() {
return invstr;
}
/**
* Sets the value of the invstr property.
*
* @param value
* allowed object is
* {@link PartyIdentification37Choice }
*
*/
public TransactionDetails30 setInvstr(PartyIdentification37Choice value) {
this.invstr = 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