
com.prowidesoftware.swift.model.mx.dic.DirectDebitTransactionInformation7 Maven / Gradle / Ivy
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;
/**
* Set of characteristics that apply to the the direct debit transaction(s).
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "DirectDebitTransactionInformation7", propOrder = {
"pmtId",
"pmtTpInf",
"intrBkSttlmAmt",
"chrgBr",
"reqdColltnDt",
"drctDbtTx",
"cdtr",
"cdtrAcct",
"cdtrAgt",
"ultmtCdtr",
"instgAgt",
"instdAgt",
"dbtr",
"dbtrAcct",
"dbtrAgt",
"ultmtDbtr",
"purp",
"rmtInf"
})
public class DirectDebitTransactionInformation7 {
@XmlElement(name = "PmtId", required = true)
protected PaymentIdentification2 pmtId;
@XmlElement(name = "PmtTpInf")
protected PaymentTypeInformation14 pmtTpInf;
@XmlElement(name = "IntrBkSttlmAmt", required = true)
protected EuroMax9Amount intrBkSttlmAmt;
@XmlElement(name = "ChrgBr", required = true)
@XmlSchemaType(name = "string")
protected ChargeBearerType2Code chrgBr;
@XmlElement(name = "ReqdColltnDt", required = true)
@XmlSchemaType(name = "date")
protected XMLGregorianCalendar reqdColltnDt;
@XmlElement(name = "DrctDbtTx", required = true)
protected DirectDebitTransaction4 drctDbtTx;
@XmlElement(name = "Cdtr", required = true)
protected PartyIdentification13 cdtr;
@XmlElement(name = "CdtrAcct", required = true)
protected CashAccount8 cdtrAcct;
@XmlElement(name = "CdtrAgt", required = true)
protected FinancialInstitution2 cdtrAgt;
@XmlElement(name = "UltmtCdtr")
protected PartyIdentification30 ultmtCdtr;
@XmlElement(name = "InstgAgt")
protected FinancialInstitution2 instgAgt;
@XmlElement(name = "InstdAgt")
protected FinancialInstitution2 instdAgt;
@XmlElement(name = "Dbtr", required = true)
protected PartyIdentification19 dbtr;
@XmlElement(name = "DbtrAcct", required = true)
protected CashAccount8 dbtrAcct;
@XmlElement(name = "DbtrAgt", required = true)
protected FinancialInstitution2 dbtrAgt;
@XmlElement(name = "UltmtDbtr")
protected PartyIdentification30 ultmtDbtr;
@XmlElement(name = "Purp")
protected Purpose1Choice purp;
@XmlElement(name = "RmtInf")
protected RemittanceInformation3 rmtInf;
/**
* Gets the value of the pmtId property.
*
* @return
* possible object is
* {@link PaymentIdentification2 }
*
*/
public PaymentIdentification2 getPmtId() {
return pmtId;
}
/**
* Sets the value of the pmtId property.
*
* @param value
* allowed object is
* {@link PaymentIdentification2 }
*
*/
public DirectDebitTransactionInformation7 setPmtId(PaymentIdentification2 value) {
this.pmtId = value;
return this;
}
/**
* Gets the value of the pmtTpInf property.
*
* @return
* possible object is
* {@link PaymentTypeInformation14 }
*
*/
public PaymentTypeInformation14 getPmtTpInf() {
return pmtTpInf;
}
/**
* Sets the value of the pmtTpInf property.
*
* @param value
* allowed object is
* {@link PaymentTypeInformation14 }
*
*/
public DirectDebitTransactionInformation7 setPmtTpInf(PaymentTypeInformation14 value) {
this.pmtTpInf = value;
return this;
}
/**
* Gets the value of the intrBkSttlmAmt property.
*
* @return
* possible object is
* {@link EuroMax9Amount }
*
*/
public EuroMax9Amount getIntrBkSttlmAmt() {
return intrBkSttlmAmt;
}
/**
* Sets the value of the intrBkSttlmAmt property.
*
* @param value
* allowed object is
* {@link EuroMax9Amount }
*
*/
public DirectDebitTransactionInformation7 setIntrBkSttlmAmt(EuroMax9Amount value) {
this.intrBkSttlmAmt = 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 DirectDebitTransactionInformation7 setChrgBr(ChargeBearerType2Code value) {
this.chrgBr = value;
return this;
}
/**
* Gets the value of the reqdColltnDt property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getReqdColltnDt() {
return reqdColltnDt;
}
/**
* Sets the value of the reqdColltnDt property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public DirectDebitTransactionInformation7 setReqdColltnDt(XMLGregorianCalendar value) {
this.reqdColltnDt = value;
return this;
}
/**
* Gets the value of the drctDbtTx property.
*
* @return
* possible object is
* {@link DirectDebitTransaction4 }
*
*/
public DirectDebitTransaction4 getDrctDbtTx() {
return drctDbtTx;
}
/**
* Sets the value of the drctDbtTx property.
*
* @param value
* allowed object is
* {@link DirectDebitTransaction4 }
*
*/
public DirectDebitTransactionInformation7 setDrctDbtTx(DirectDebitTransaction4 value) {
this.drctDbtTx = value;
return this;
}
/**
* Gets the value of the cdtr property.
*
* @return
* possible object is
* {@link PartyIdentification13 }
*
*/
public PartyIdentification13 getCdtr() {
return cdtr;
}
/**
* Sets the value of the cdtr property.
*
* @param value
* allowed object is
* {@link PartyIdentification13 }
*
*/
public DirectDebitTransactionInformation7 setCdtr(PartyIdentification13 value) {
this.cdtr = value;
return this;
}
/**
* Gets the value of the cdtrAcct property.
*
* @return
* possible object is
* {@link CashAccount8 }
*
*/
public CashAccount8 getCdtrAcct() {
return cdtrAcct;
}
/**
* Sets the value of the cdtrAcct property.
*
* @param value
* allowed object is
* {@link CashAccount8 }
*
*/
public DirectDebitTransactionInformation7 setCdtrAcct(CashAccount8 value) {
this.cdtrAcct = value;
return this;
}
/**
* Gets the value of the cdtrAgt property.
*
* @return
* possible object is
* {@link FinancialInstitution2 }
*
*/
public FinancialInstitution2 getCdtrAgt() {
return cdtrAgt;
}
/**
* Sets the value of the cdtrAgt property.
*
* @param value
* allowed object is
* {@link FinancialInstitution2 }
*
*/
public DirectDebitTransactionInformation7 setCdtrAgt(FinancialInstitution2 value) {
this.cdtrAgt = value;
return this;
}
/**
* Gets the value of the ultmtCdtr property.
*
* @return
* possible object is
* {@link PartyIdentification30 }
*
*/
public PartyIdentification30 getUltmtCdtr() {
return ultmtCdtr;
}
/**
* Sets the value of the ultmtCdtr property.
*
* @param value
* allowed object is
* {@link PartyIdentification30 }
*
*/
public DirectDebitTransactionInformation7 setUltmtCdtr(PartyIdentification30 value) {
this.ultmtCdtr = 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 DirectDebitTransactionInformation7 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 DirectDebitTransactionInformation7 setInstdAgt(FinancialInstitution2 value) {
this.instdAgt = value;
return this;
}
/**
* Gets the value of the dbtr property.
*
* @return
* possible object is
* {@link PartyIdentification19 }
*
*/
public PartyIdentification19 getDbtr() {
return dbtr;
}
/**
* Sets the value of the dbtr property.
*
* @param value
* allowed object is
* {@link PartyIdentification19 }
*
*/
public DirectDebitTransactionInformation7 setDbtr(PartyIdentification19 value) {
this.dbtr = value;
return this;
}
/**
* Gets the value of the dbtrAcct property.
*
* @return
* possible object is
* {@link CashAccount8 }
*
*/
public CashAccount8 getDbtrAcct() {
return dbtrAcct;
}
/**
* Sets the value of the dbtrAcct property.
*
* @param value
* allowed object is
* {@link CashAccount8 }
*
*/
public DirectDebitTransactionInformation7 setDbtrAcct(CashAccount8 value) {
this.dbtrAcct = value;
return this;
}
/**
* Gets the value of the dbtrAgt property.
*
* @return
* possible object is
* {@link FinancialInstitution2 }
*
*/
public FinancialInstitution2 getDbtrAgt() {
return dbtrAgt;
}
/**
* Sets the value of the dbtrAgt property.
*
* @param value
* allowed object is
* {@link FinancialInstitution2 }
*
*/
public DirectDebitTransactionInformation7 setDbtrAgt(FinancialInstitution2 value) {
this.dbtrAgt = value;
return this;
}
/**
* Gets the value of the ultmtDbtr property.
*
* @return
* possible object is
* {@link PartyIdentification30 }
*
*/
public PartyIdentification30 getUltmtDbtr() {
return ultmtDbtr;
}
/**
* Sets the value of the ultmtDbtr property.
*
* @param value
* allowed object is
* {@link PartyIdentification30 }
*
*/
public DirectDebitTransactionInformation7 setUltmtDbtr(PartyIdentification30 value) {
this.ultmtDbtr = value;
return this;
}
/**
* Gets the value of the purp property.
*
* @return
* possible object is
* {@link Purpose1Choice }
*
*/
public Purpose1Choice getPurp() {
return purp;
}
/**
* Sets the value of the purp property.
*
* @param value
* allowed object is
* {@link Purpose1Choice }
*
*/
public DirectDebitTransactionInformation7 setPurp(Purpose1Choice value) {
this.purp = value;
return this;
}
/**
* Gets the value of the rmtInf property.
*
* @return
* possible object is
* {@link RemittanceInformation3 }
*
*/
public RemittanceInformation3 getRmtInf() {
return rmtInf;
}
/**
* Sets the value of the rmtInf property.
*
* @param value
* allowed object is
* {@link RemittanceInformation3 }
*
*/
public DirectDebitTransactionInformation7 setRmtInf(RemittanceInformation3 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