com.prowidesoftware.swift.model.mx.dic.PaymentTransactionInformation13 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.XmlSchemaType;
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;
/**
* Reference and status information concerning the original transactions, included in the original instruction, to which the return message applies.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "PaymentTransactionInformation13", propOrder = {
"rtrId",
"orgnlGrpInf",
"orgnlInstrId",
"orgnlEndToEndId",
"orgnlTxId",
"orgnlIntrBkSttlmAmt",
"rtrdIntrBkSttlmAmt",
"compstnAmt",
"chrgBr",
"instgAgt",
"instdAgt",
"rtrRsnInf",
"orgnlTxRef"
})
public class PaymentTransactionInformation13 {
@XmlElement(name = "RtrId", required = true)
protected String rtrId;
@XmlElement(name = "OrgnlGrpInf")
protected OriginalGroupInformation8 orgnlGrpInf;
@XmlElement(name = "OrgnlInstrId")
protected String orgnlInstrId;
@XmlElement(name = "OrgnlEndToEndId", required = true)
protected String orgnlEndToEndId;
@XmlElement(name = "OrgnlTxId", required = true)
protected String orgnlTxId;
@XmlElement(name = "OrgnlIntrBkSttlmAmt", required = true)
protected EuroMax9Amount orgnlIntrBkSttlmAmt;
@XmlElement(name = "RtrdIntrBkSttlmAmt", required = true)
protected EuroMax9Amount rtrdIntrBkSttlmAmt;
@XmlElement(name = "CompstnAmt")
protected EuroMax9Amount compstnAmt;
@XmlElement(name = "ChrgBr")
@XmlSchemaType(name = "string")
protected ChargeBearerType2Code chrgBr;
@XmlElement(name = "InstgAgt")
protected FinancialInstitution2 instgAgt;
@XmlElement(name = "InstdAgt")
protected FinancialInstitution2 instdAgt;
@XmlElement(name = "RtrRsnInf", required = true)
protected ReturnReasonInformation4 rtrRsnInf;
@XmlElement(name = "OrgnlTxRef", required = true)
protected OriginalTransactionReference7 orgnlTxRef;
/**
* Gets the value of the rtrId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRtrId() {
return rtrId;
}
/**
* Sets the value of the rtrId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public PaymentTransactionInformation13 setRtrId(String value) {
this.rtrId = value;
return this;
}
/**
* Gets the value of the orgnlGrpInf property.
*
* @return
* possible object is
* {@link OriginalGroupInformation8 }
*
*/
public OriginalGroupInformation8 getOrgnlGrpInf() {
return orgnlGrpInf;
}
/**
* Sets the value of the orgnlGrpInf property.
*
* @param value
* allowed object is
* {@link OriginalGroupInformation8 }
*
*/
public PaymentTransactionInformation13 setOrgnlGrpInf(OriginalGroupInformation8 value) {
this.orgnlGrpInf = value;
return this;
}
/**
* Gets the value of the orgnlInstrId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOrgnlInstrId() {
return orgnlInstrId;
}
/**
* Sets the value of the orgnlInstrId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public PaymentTransactionInformation13 setOrgnlInstrId(String value) {
this.orgnlInstrId = value;
return this;
}
/**
* Gets the value of the orgnlEndToEndId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOrgnlEndToEndId() {
return orgnlEndToEndId;
}
/**
* Sets the value of the orgnlEndToEndId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public PaymentTransactionInformation13 setOrgnlEndToEndId(String value) {
this.orgnlEndToEndId = value;
return this;
}
/**
* Gets the value of the orgnlTxId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOrgnlTxId() {
return orgnlTxId;
}
/**
* Sets the value of the orgnlTxId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public PaymentTransactionInformation13 setOrgnlTxId(String value) {
this.orgnlTxId = value;
return this;
}
/**
* Gets the value of the orgnlIntrBkSttlmAmt property.
*
* @return
* possible object is
* {@link EuroMax9Amount }
*
*/
public EuroMax9Amount getOrgnlIntrBkSttlmAmt() {
return orgnlIntrBkSttlmAmt;
}
/**
* Sets the value of the orgnlIntrBkSttlmAmt property.
*
* @param value
* allowed object is
* {@link EuroMax9Amount }
*
*/
public PaymentTransactionInformation13 setOrgnlIntrBkSttlmAmt(EuroMax9Amount value) {
this.orgnlIntrBkSttlmAmt = value;
return this;
}
/**
* Gets the value of the rtrdIntrBkSttlmAmt property.
*
* @return
* possible object is
* {@link EuroMax9Amount }
*
*/
public EuroMax9Amount getRtrdIntrBkSttlmAmt() {
return rtrdIntrBkSttlmAmt;
}
/**
* Sets the value of the rtrdIntrBkSttlmAmt property.
*
* @param value
* allowed object is
* {@link EuroMax9Amount }
*
*/
public PaymentTransactionInformation13 setRtrdIntrBkSttlmAmt(EuroMax9Amount value) {
this.rtrdIntrBkSttlmAmt = value;
return this;
}
/**
* Gets the value of the compstnAmt property.
*
* @return
* possible object is
* {@link EuroMax9Amount }
*
*/
public EuroMax9Amount getCompstnAmt() {
return compstnAmt;
}
/**
* Sets the value of the compstnAmt property.
*
* @param value
* allowed object is
* {@link EuroMax9Amount }
*
*/
public PaymentTransactionInformation13 setCompstnAmt(EuroMax9Amount value) {
this.compstnAmt = value;
return this;
}
/**
* Gets the value of the chrgBr property.
*
* @return
* possible object is
* {@link ChargeBearerType2Code }
*
*/
public ChargeBearerType2Code getChrgBr() {
return chrgBr;
}
/**
* Sets the value of the chrgBr property.
*
* @param value
* allowed object is
* {@link ChargeBearerType2Code }
*
*/
public PaymentTransactionInformation13 setChrgBr(ChargeBearerType2Code value) {
this.chrgBr = value;
return this;
}
/**
* Gets the value of the instgAgt property.
*
* @return
* possible object is
* {@link FinancialInstitution2 }
*
*/
public FinancialInstitution2 getInstgAgt() {
return instgAgt;
}
/**
* Sets the value of the instgAgt property.
*
* @param value
* allowed object is
* {@link FinancialInstitution2 }
*
*/
public PaymentTransactionInformation13 setInstgAgt(FinancialInstitution2 value) {
this.instgAgt = value;
return this;
}
/**
* Gets the value of the instdAgt property.
*
* @return
* possible object is
* {@link FinancialInstitution2 }
*
*/
public FinancialInstitution2 getInstdAgt() {
return instdAgt;
}
/**
* Sets the value of the instdAgt property.
*
* @param value
* allowed object is
* {@link FinancialInstitution2 }
*
*/
public PaymentTransactionInformation13 setInstdAgt(FinancialInstitution2 value) {
this.instdAgt = value;
return this;
}
/**
* Gets the value of the rtrRsnInf property.
*
* @return
* possible object is
* {@link ReturnReasonInformation4 }
*
*/
public ReturnReasonInformation4 getRtrRsnInf() {
return rtrRsnInf;
}
/**
* Sets the value of the rtrRsnInf property.
*
* @param value
* allowed object is
* {@link ReturnReasonInformation4 }
*
*/
public PaymentTransactionInformation13 setRtrRsnInf(ReturnReasonInformation4 value) {
this.rtrRsnInf = value;
return this;
}
/**
* Gets the value of the orgnlTxRef property.
*
* @return
* possible object is
* {@link OriginalTransactionReference7 }
*
*/
public OriginalTransactionReference7 getOrgnlTxRef() {
return orgnlTxRef;
}
/**
* Sets the value of the orgnlTxRef property.
*
* @param value
* allowed object is
* {@link OriginalTransactionReference7 }
*
*/
public PaymentTransactionInformation13 setOrgnlTxRef(OriginalTransactionReference7 value) {
this.orgnlTxRef = 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