
com.prowidesoftware.swift.model.mx.dic.OriginalTransactionReference10 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 key elements of the original transaction being referred to.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "OriginalTransactionReference10", propOrder = {
"intrBkSttlmDt",
"reqdColltnDt",
"cdtrSchmeId",
"sttlmInf",
"pmtTpInf",
"mndtRltdInf",
"rmtInf",
"ultmtDbtr",
"dbtr",
"dbtrAcct",
"dbtrAgt",
"cdtrAgt",
"cdtr",
"cdtrAcct",
"ultmtCdtr"
})
public class OriginalTransactionReference10 {
@XmlElement(name = "IntrBkSttlmDt")
@XmlSchemaType(name = "date")
protected XMLGregorianCalendar intrBkSttlmDt;
@XmlElement(name = "ReqdColltnDt")
@XmlSchemaType(name = "date")
protected XMLGregorianCalendar reqdColltnDt;
@XmlElement(name = "CdtrSchmeId")
protected PartyIdentification11 cdtrSchmeId;
@XmlElement(name = "SttlmInf")
protected SettlementInformation10 sttlmInf;
@XmlElement(name = "PmtTpInf")
protected PaymentTypeInformation15 pmtTpInf;
@XmlElement(name = "MndtRltdInf")
protected MandateRelatedInformation4 mndtRltdInf;
@XmlElement(name = "RmtInf")
protected RemittanceInformation3 rmtInf;
@XmlElement(name = "UltmtDbtr")
protected PartyIdentification30 ultmtDbtr;
@XmlElement(name = "Dbtr")
protected PartyIdentification19 dbtr;
@XmlElement(name = "DbtrAcct")
protected CashAccount8 dbtrAcct;
@XmlElement(name = "DbtrAgt")
protected FinancialInstitution2 dbtrAgt;
@XmlElement(name = "CdtrAgt")
protected FinancialInstitution2 cdtrAgt;
@XmlElement(name = "Cdtr")
protected PartyIdentification19 cdtr;
@XmlElement(name = "CdtrAcct")
protected CashAccount8 cdtrAcct;
@XmlElement(name = "UltmtCdtr")
protected PartyIdentification30 ultmtCdtr;
/**
* 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 OriginalTransactionReference10 setIntrBkSttlmDt(XMLGregorianCalendar value) {
this.intrBkSttlmDt = 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 OriginalTransactionReference10 setReqdColltnDt(XMLGregorianCalendar value) {
this.reqdColltnDt = value;
return this;
}
/**
* Gets the value of the cdtrSchmeId property.
*
* @return
* possible object is
* {@link PartyIdentification11 }
*
*/
public PartyIdentification11 getCdtrSchmeId() {
return cdtrSchmeId;
}
/**
* Sets the value of the cdtrSchmeId property.
*
* @param value
* allowed object is
* {@link PartyIdentification11 }
*
*/
public OriginalTransactionReference10 setCdtrSchmeId(PartyIdentification11 value) {
this.cdtrSchmeId = value;
return this;
}
/**
* Gets the value of the sttlmInf property.
*
* @return
* possible object is
* {@link SettlementInformation10 }
*
*/
public SettlementInformation10 getSttlmInf() {
return sttlmInf;
}
/**
* Sets the value of the sttlmInf property.
*
* @param value
* allowed object is
* {@link SettlementInformation10 }
*
*/
public OriginalTransactionReference10 setSttlmInf(SettlementInformation10 value) {
this.sttlmInf = value;
return this;
}
/**
* Gets the value of the pmtTpInf property.
*
* @return
* possible object is
* {@link PaymentTypeInformation15 }
*
*/
public PaymentTypeInformation15 getPmtTpInf() {
return pmtTpInf;
}
/**
* Sets the value of the pmtTpInf property.
*
* @param value
* allowed object is
* {@link PaymentTypeInformation15 }
*
*/
public OriginalTransactionReference10 setPmtTpInf(PaymentTypeInformation15 value) {
this.pmtTpInf = value;
return this;
}
/**
* Gets the value of the mndtRltdInf property.
*
* @return
* possible object is
* {@link MandateRelatedInformation4 }
*
*/
public MandateRelatedInformation4 getMndtRltdInf() {
return mndtRltdInf;
}
/**
* Sets the value of the mndtRltdInf property.
*
* @param value
* allowed object is
* {@link MandateRelatedInformation4 }
*
*/
public OriginalTransactionReference10 setMndtRltdInf(MandateRelatedInformation4 value) {
this.mndtRltdInf = 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 OriginalTransactionReference10 setRmtInf(RemittanceInformation3 value) {
this.rmtInf = 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 OriginalTransactionReference10 setUltmtDbtr(PartyIdentification30 value) {
this.ultmtDbtr = 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 OriginalTransactionReference10 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 OriginalTransactionReference10 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 OriginalTransactionReference10 setDbtrAgt(FinancialInstitution2 value) {
this.dbtrAgt = 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 OriginalTransactionReference10 setCdtrAgt(FinancialInstitution2 value) {
this.cdtrAgt = value;
return this;
}
/**
* Gets the value of the cdtr property.
*
* @return
* possible object is
* {@link PartyIdentification19 }
*
*/
public PartyIdentification19 getCdtr() {
return cdtr;
}
/**
* Sets the value of the cdtr property.
*
* @param value
* allowed object is
* {@link PartyIdentification19 }
*
*/
public OriginalTransactionReference10 setCdtr(PartyIdentification19 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 OriginalTransactionReference10 setCdtrAcct(CashAccount8 value) {
this.cdtrAcct = 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 OriginalTransactionReference10 setUltmtCdtr(PartyIdentification30 value) {
this.ultmtCdtr = 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