com.prowidesoftware.swift.model.mx.dic.OriginalTransactionReference27 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.LocalDate;
import com.prowidesoftware.swift.model.mx.adapters.IsoDateAdapter;
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;
/**
* Key elements used to refer the original transaction.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "OriginalTransactionReference27", propOrder = {
"intrBkSttlmAmt",
"amt",
"intrBkSttlmDt",
"reqdColltnDt",
"reqdExctnDt",
"cdtrSchmeId",
"sttlmInf",
"pmtTpInf",
"pmtMtd",
"mndtRltdInf",
"rmtInf",
"ultmtDbtr",
"dbtr",
"dbtrAcct",
"dbtrAgt",
"dbtrAgtAcct",
"cdtrAgt",
"cdtrAgtAcct",
"cdtr",
"cdtrAcct",
"ultmtCdtr",
"purp"
})
public class OriginalTransactionReference27 {
@XmlElement(name = "IntrBkSttlmAmt")
protected ActiveOrHistoricCurrencyAndAmount intrBkSttlmAmt;
@XmlElement(name = "Amt")
protected AmountType4Choice amt;
@XmlElement(name = "IntrBkSttlmDt", type = String.class)
@XmlJavaTypeAdapter(IsoDateAdapter.class)
@XmlSchemaType(name = "date")
protected LocalDate intrBkSttlmDt;
@XmlElement(name = "ReqdColltnDt", type = String.class)
@XmlJavaTypeAdapter(IsoDateAdapter.class)
@XmlSchemaType(name = "date")
protected LocalDate reqdColltnDt;
@XmlElement(name = "ReqdExctnDt")
protected DateAndDateTime2Choice reqdExctnDt;
@XmlElement(name = "CdtrSchmeId")
protected PartyIdentification125 cdtrSchmeId;
@XmlElement(name = "SttlmInf")
protected SettlementInstruction4 sttlmInf;
@XmlElement(name = "PmtTpInf")
protected PaymentTypeInformation25 pmtTpInf;
@XmlElement(name = "PmtMtd")
@XmlSchemaType(name = "string")
protected PaymentMethod4Code pmtMtd;
@XmlElement(name = "MndtRltdInf")
protected MandateRelatedInformation12 mndtRltdInf;
@XmlElement(name = "RmtInf")
protected RemittanceInformation15 rmtInf;
@XmlElement(name = "UltmtDbtr")
protected Party35Choice ultmtDbtr;
@XmlElement(name = "Dbtr")
protected Party35Choice dbtr;
@XmlElement(name = "DbtrAcct")
protected CashAccount24 dbtrAcct;
@XmlElement(name = "DbtrAgt")
protected BranchAndFinancialInstitutionIdentification5 dbtrAgt;
@XmlElement(name = "DbtrAgtAcct")
protected CashAccount24 dbtrAgtAcct;
@XmlElement(name = "CdtrAgt")
protected BranchAndFinancialInstitutionIdentification5 cdtrAgt;
@XmlElement(name = "CdtrAgtAcct")
protected CashAccount24 cdtrAgtAcct;
@XmlElement(name = "Cdtr")
protected Party35Choice cdtr;
@XmlElement(name = "CdtrAcct")
protected CashAccount24 cdtrAcct;
@XmlElement(name = "UltmtCdtr")
protected Party35Choice ultmtCdtr;
@XmlElement(name = "Purp")
protected Purpose2Choice purp;
/**
* Gets the value of the intrBkSttlmAmt property.
*
* @return
* possible object is
* {@link ActiveOrHistoricCurrencyAndAmount }
*
*/
public ActiveOrHistoricCurrencyAndAmount getIntrBkSttlmAmt() {
return intrBkSttlmAmt;
}
/**
* Sets the value of the intrBkSttlmAmt property.
*
* @param value
* allowed object is
* {@link ActiveOrHistoricCurrencyAndAmount }
*
*/
public OriginalTransactionReference27 setIntrBkSttlmAmt(ActiveOrHistoricCurrencyAndAmount value) {
this.intrBkSttlmAmt = value;
return this;
}
/**
* Gets the value of the amt property.
*
* @return
* possible object is
* {@link AmountType4Choice }
*
*/
public AmountType4Choice getAmt() {
return amt;
}
/**
* Sets the value of the amt property.
*
* @param value
* allowed object is
* {@link AmountType4Choice }
*
*/
public OriginalTransactionReference27 setAmt(AmountType4Choice value) {
this.amt = value;
return this;
}
/**
* Gets the value of the intrBkSttlmDt property.
*
* @return
* possible object is
* {@link String }
*
*/
public LocalDate getIntrBkSttlmDt() {
return intrBkSttlmDt;
}
/**
* Sets the value of the intrBkSttlmDt property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public OriginalTransactionReference27 setIntrBkSttlmDt(LocalDate value) {
this.intrBkSttlmDt = value;
return this;
}
/**
* Gets the value of the reqdColltnDt property.
*
* @return
* possible object is
* {@link String }
*
*/
public LocalDate getReqdColltnDt() {
return reqdColltnDt;
}
/**
* Sets the value of the reqdColltnDt property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public OriginalTransactionReference27 setReqdColltnDt(LocalDate value) {
this.reqdColltnDt = value;
return this;
}
/**
* Gets the value of the reqdExctnDt property.
*
* @return
* possible object is
* {@link DateAndDateTime2Choice }
*
*/
public DateAndDateTime2Choice getReqdExctnDt() {
return reqdExctnDt;
}
/**
* Sets the value of the reqdExctnDt property.
*
* @param value
* allowed object is
* {@link DateAndDateTime2Choice }
*
*/
public OriginalTransactionReference27 setReqdExctnDt(DateAndDateTime2Choice value) {
this.reqdExctnDt = value;
return this;
}
/**
* Gets the value of the cdtrSchmeId property.
*
* @return
* possible object is
* {@link PartyIdentification125 }
*
*/
public PartyIdentification125 getCdtrSchmeId() {
return cdtrSchmeId;
}
/**
* Sets the value of the cdtrSchmeId property.
*
* @param value
* allowed object is
* {@link PartyIdentification125 }
*
*/
public OriginalTransactionReference27 setCdtrSchmeId(PartyIdentification125 value) {
this.cdtrSchmeId = value;
return this;
}
/**
* Gets the value of the sttlmInf property.
*
* @return
* possible object is
* {@link SettlementInstruction4 }
*
*/
public SettlementInstruction4 getSttlmInf() {
return sttlmInf;
}
/**
* Sets the value of the sttlmInf property.
*
* @param value
* allowed object is
* {@link SettlementInstruction4 }
*
*/
public OriginalTransactionReference27 setSttlmInf(SettlementInstruction4 value) {
this.sttlmInf = value;
return this;
}
/**
* Gets the value of the pmtTpInf property.
*
* @return
* possible object is
* {@link PaymentTypeInformation25 }
*
*/
public PaymentTypeInformation25 getPmtTpInf() {
return pmtTpInf;
}
/**
* Sets the value of the pmtTpInf property.
*
* @param value
* allowed object is
* {@link PaymentTypeInformation25 }
*
*/
public OriginalTransactionReference27 setPmtTpInf(PaymentTypeInformation25 value) {
this.pmtTpInf = value;
return this;
}
/**
* Gets the value of the pmtMtd property.
*
* @return
* possible object is
* {@link PaymentMethod4Code }
*
*/
public PaymentMethod4Code getPmtMtd() {
return pmtMtd;
}
/**
* Sets the value of the pmtMtd property.
*
* @param value
* allowed object is
* {@link PaymentMethod4Code }
*
*/
public OriginalTransactionReference27 setPmtMtd(PaymentMethod4Code value) {
this.pmtMtd = value;
return this;
}
/**
* Gets the value of the mndtRltdInf property.
*
* @return
* possible object is
* {@link MandateRelatedInformation12 }
*
*/
public MandateRelatedInformation12 getMndtRltdInf() {
return mndtRltdInf;
}
/**
* Sets the value of the mndtRltdInf property.
*
* @param value
* allowed object is
* {@link MandateRelatedInformation12 }
*
*/
public OriginalTransactionReference27 setMndtRltdInf(MandateRelatedInformation12 value) {
this.mndtRltdInf = value;
return this;
}
/**
* Gets the value of the rmtInf property.
*
* @return
* possible object is
* {@link RemittanceInformation15 }
*
*/
public RemittanceInformation15 getRmtInf() {
return rmtInf;
}
/**
* Sets the value of the rmtInf property.
*
* @param value
* allowed object is
* {@link RemittanceInformation15 }
*
*/
public OriginalTransactionReference27 setRmtInf(RemittanceInformation15 value) {
this.rmtInf = value;
return this;
}
/**
* Gets the value of the ultmtDbtr property.
*
* @return
* possible object is
* {@link Party35Choice }
*
*/
public Party35Choice getUltmtDbtr() {
return ultmtDbtr;
}
/**
* Sets the value of the ultmtDbtr property.
*
* @param value
* allowed object is
* {@link Party35Choice }
*
*/
public OriginalTransactionReference27 setUltmtDbtr(Party35Choice value) {
this.ultmtDbtr = value;
return this;
}
/**
* Gets the value of the dbtr property.
*
* @return
* possible object is
* {@link Party35Choice }
*
*/
public Party35Choice getDbtr() {
return dbtr;
}
/**
* Sets the value of the dbtr property.
*
* @param value
* allowed object is
* {@link Party35Choice }
*
*/
public OriginalTransactionReference27 setDbtr(Party35Choice value) {
this.dbtr = value;
return this;
}
/**
* Gets the value of the dbtrAcct property.
*
* @return
* possible object is
* {@link CashAccount24 }
*
*/
public CashAccount24 getDbtrAcct() {
return dbtrAcct;
}
/**
* Sets the value of the dbtrAcct property.
*
* @param value
* allowed object is
* {@link CashAccount24 }
*
*/
public OriginalTransactionReference27 setDbtrAcct(CashAccount24 value) {
this.dbtrAcct = value;
return this;
}
/**
* Gets the value of the dbtrAgt property.
*
* @return
* possible object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public BranchAndFinancialInstitutionIdentification5 getDbtrAgt() {
return dbtrAgt;
}
/**
* Sets the value of the dbtrAgt property.
*
* @param value
* allowed object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public OriginalTransactionReference27 setDbtrAgt(BranchAndFinancialInstitutionIdentification5 value) {
this.dbtrAgt = value;
return this;
}
/**
* Gets the value of the dbtrAgtAcct property.
*
* @return
* possible object is
* {@link CashAccount24 }
*
*/
public CashAccount24 getDbtrAgtAcct() {
return dbtrAgtAcct;
}
/**
* Sets the value of the dbtrAgtAcct property.
*
* @param value
* allowed object is
* {@link CashAccount24 }
*
*/
public OriginalTransactionReference27 setDbtrAgtAcct(CashAccount24 value) {
this.dbtrAgtAcct = value;
return this;
}
/**
* Gets the value of the cdtrAgt property.
*
* @return
* possible object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public BranchAndFinancialInstitutionIdentification5 getCdtrAgt() {
return cdtrAgt;
}
/**
* Sets the value of the cdtrAgt property.
*
* @param value
* allowed object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public OriginalTransactionReference27 setCdtrAgt(BranchAndFinancialInstitutionIdentification5 value) {
this.cdtrAgt = value;
return this;
}
/**
* Gets the value of the cdtrAgtAcct property.
*
* @return
* possible object is
* {@link CashAccount24 }
*
*/
public CashAccount24 getCdtrAgtAcct() {
return cdtrAgtAcct;
}
/**
* Sets the value of the cdtrAgtAcct property.
*
* @param value
* allowed object is
* {@link CashAccount24 }
*
*/
public OriginalTransactionReference27 setCdtrAgtAcct(CashAccount24 value) {
this.cdtrAgtAcct = value;
return this;
}
/**
* Gets the value of the cdtr property.
*
* @return
* possible object is
* {@link Party35Choice }
*
*/
public Party35Choice getCdtr() {
return cdtr;
}
/**
* Sets the value of the cdtr property.
*
* @param value
* allowed object is
* {@link Party35Choice }
*
*/
public OriginalTransactionReference27 setCdtr(Party35Choice value) {
this.cdtr = value;
return this;
}
/**
* Gets the value of the cdtrAcct property.
*
* @return
* possible object is
* {@link CashAccount24 }
*
*/
public CashAccount24 getCdtrAcct() {
return cdtrAcct;
}
/**
* Sets the value of the cdtrAcct property.
*
* @param value
* allowed object is
* {@link CashAccount24 }
*
*/
public OriginalTransactionReference27 setCdtrAcct(CashAccount24 value) {
this.cdtrAcct = value;
return this;
}
/**
* Gets the value of the ultmtCdtr property.
*
* @return
* possible object is
* {@link Party35Choice }
*
*/
public Party35Choice getUltmtCdtr() {
return ultmtCdtr;
}
/**
* Sets the value of the ultmtCdtr property.
*
* @param value
* allowed object is
* {@link Party35Choice }
*
*/
public OriginalTransactionReference27 setUltmtCdtr(Party35Choice value) {
this.ultmtCdtr = value;
return this;
}
/**
* Gets the value of the purp property.
*
* @return
* possible object is
* {@link Purpose2Choice }
*
*/
public Purpose2Choice getPurp() {
return purp;
}
/**
* Sets the value of the purp property.
*
* @param value
* allowed object is
* {@link Purpose2Choice }
*
*/
public OriginalTransactionReference27 setPurp(Purpose2Choice value) {
this.purp = 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