com.prowidesoftware.swift.model.mx.dic.DirectDebitTransactionInformation15 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 javax.xml.datatype.XMLGregorianCalendar;
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;
/**
* Provides further details specific to the individual direct debit transaction(s) included in the message.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "DirectDebitTransactionInformation15", propOrder = {
"pmtId",
"pmtTpInf",
"intrBkSttlmAmt",
"intrBkSttlmDt",
"sttlmPrty",
"sttlmTmReq",
"ultmtDbtr",
"dbtr",
"dbtrAcct",
"dbtrAgt",
"dbtrAgtAcct",
"instrForDbtrAgt",
"rmtInf"
})
public class DirectDebitTransactionInformation15 {
@XmlElement(name = "PmtId", required = true)
protected PaymentIdentification3 pmtId;
@XmlElement(name = "PmtTpInf")
protected PaymentTypeInformation21 pmtTpInf;
@XmlElement(name = "IntrBkSttlmAmt", required = true)
protected ActiveCurrencyAndAmount intrBkSttlmAmt;
@XmlElement(name = "IntrBkSttlmDt")
@XmlSchemaType(name = "date")
protected XMLGregorianCalendar intrBkSttlmDt;
@XmlElement(name = "SttlmPrty")
@XmlSchemaType(name = "string")
protected Priority3Code sttlmPrty;
@XmlElement(name = "SttlmTmReq")
protected SettlementTimeRequest2 sttlmTmReq;
@XmlElement(name = "UltmtDbtr")
protected BranchAndFinancialInstitutionIdentification5 ultmtDbtr;
@XmlElement(name = "Dbtr", required = true)
protected BranchAndFinancialInstitutionIdentification5 dbtr;
@XmlElement(name = "DbtrAcct")
protected CashAccount24 dbtrAcct;
@XmlElement(name = "DbtrAgt")
protected BranchAndFinancialInstitutionIdentification5 dbtrAgt;
@XmlElement(name = "DbtrAgtAcct")
protected CashAccount24 dbtrAgtAcct;
@XmlElement(name = "InstrForDbtrAgt")
protected String instrForDbtrAgt;
@XmlElement(name = "RmtInf")
protected RemittanceInformation2 rmtInf;
/**
* Gets the value of the pmtId property.
*
* @return
* possible object is
* {@link PaymentIdentification3 }
*
*/
public PaymentIdentification3 getPmtId() {
return pmtId;
}
/**
* Sets the value of the pmtId property.
*
* @param value
* allowed object is
* {@link PaymentIdentification3 }
*
*/
public DirectDebitTransactionInformation15 setPmtId(PaymentIdentification3 value) {
this.pmtId = value;
return this;
}
/**
* Gets the value of the pmtTpInf property.
*
* @return
* possible object is
* {@link PaymentTypeInformation21 }
*
*/
public PaymentTypeInformation21 getPmtTpInf() {
return pmtTpInf;
}
/**
* Sets the value of the pmtTpInf property.
*
* @param value
* allowed object is
* {@link PaymentTypeInformation21 }
*
*/
public DirectDebitTransactionInformation15 setPmtTpInf(PaymentTypeInformation21 value) {
this.pmtTpInf = value;
return this;
}
/**
* Gets the value of the intrBkSttlmAmt property.
*
* @return
* possible object is
* {@link ActiveCurrencyAndAmount }
*
*/
public ActiveCurrencyAndAmount getIntrBkSttlmAmt() {
return intrBkSttlmAmt;
}
/**
* Sets the value of the intrBkSttlmAmt property.
*
* @param value
* allowed object is
* {@link ActiveCurrencyAndAmount }
*
*/
public DirectDebitTransactionInformation15 setIntrBkSttlmAmt(ActiveCurrencyAndAmount value) {
this.intrBkSttlmAmt = value;
return this;
}
/**
* Gets the value of the intrBkSttlmDt property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getIntrBkSttlmDt() {
return intrBkSttlmDt;
}
/**
* Sets the value of the intrBkSttlmDt property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public DirectDebitTransactionInformation15 setIntrBkSttlmDt(XMLGregorianCalendar value) {
this.intrBkSttlmDt = value;
return this;
}
/**
* Gets the value of the sttlmPrty property.
*
* @return
* possible object is
* {@link Priority3Code }
*
*/
public Priority3Code getSttlmPrty() {
return sttlmPrty;
}
/**
* Sets the value of the sttlmPrty property.
*
* @param value
* allowed object is
* {@link Priority3Code }
*
*/
public DirectDebitTransactionInformation15 setSttlmPrty(Priority3Code value) {
this.sttlmPrty = value;
return this;
}
/**
* Gets the value of the sttlmTmReq property.
*
* @return
* possible object is
* {@link SettlementTimeRequest2 }
*
*/
public SettlementTimeRequest2 getSttlmTmReq() {
return sttlmTmReq;
}
/**
* Sets the value of the sttlmTmReq property.
*
* @param value
* allowed object is
* {@link SettlementTimeRequest2 }
*
*/
public DirectDebitTransactionInformation15 setSttlmTmReq(SettlementTimeRequest2 value) {
this.sttlmTmReq = value;
return this;
}
/**
* Gets the value of the ultmtDbtr property.
*
* @return
* possible object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public BranchAndFinancialInstitutionIdentification5 getUltmtDbtr() {
return ultmtDbtr;
}
/**
* Sets the value of the ultmtDbtr property.
*
* @param value
* allowed object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public DirectDebitTransactionInformation15 setUltmtDbtr(BranchAndFinancialInstitutionIdentification5 value) {
this.ultmtDbtr = value;
return this;
}
/**
* Gets the value of the dbtr property.
*
* @return
* possible object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public BranchAndFinancialInstitutionIdentification5 getDbtr() {
return dbtr;
}
/**
* Sets the value of the dbtr property.
*
* @param value
* allowed object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public DirectDebitTransactionInformation15 setDbtr(BranchAndFinancialInstitutionIdentification5 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 DirectDebitTransactionInformation15 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 DirectDebitTransactionInformation15 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 DirectDebitTransactionInformation15 setDbtrAgtAcct(CashAccount24 value) {
this.dbtrAgtAcct = value;
return this;
}
/**
* Gets the value of the instrForDbtrAgt property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getInstrForDbtrAgt() {
return instrForDbtrAgt;
}
/**
* Sets the value of the instrForDbtrAgt property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public DirectDebitTransactionInformation15 setInstrForDbtrAgt(String value) {
this.instrForDbtrAgt = value;
return this;
}
/**
* Gets the value of the rmtInf property.
*
* @return
* possible object is
* {@link RemittanceInformation2 }
*
*/
public RemittanceInformation2 getRmtInf() {
return rmtInf;
}
/**
* Sets the value of the rmtInf property.
*
* @param value
* allowed object is
* {@link RemittanceInformation2 }
*
*/
public DirectDebitTransactionInformation15 setRmtInf(RemittanceInformation2 value) {
this.rmtInf = 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