com.prowidesoftware.swift.model.mx.dic.CreditTransfer6 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.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;
/**
* Payment instrument between a debtor and a creditor, which flows through one or more financial institutions or systems.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CreditTransfer6", propOrder = {
"ref",
"dbtr",
"dbtrAcct",
"dbtrAgt",
"dbtrAgtAcct",
"intrmyAgt1",
"intrmyAgt1Acct",
"intrmyAgt2",
"intrmyAgt2Acct",
"cdtrAgt",
"cdtrAgtAcct",
"cdtr",
"cdtrAcct"
})
public class CreditTransfer6 {
@XmlElement(name = "Ref")
protected String ref;
@XmlElement(name = "Dbtr")
protected PartyIdentification2Choice dbtr;
@XmlElement(name = "DbtrAcct")
protected AccountIdentificationAndName3 dbtrAcct;
@XmlElement(name = "DbtrAgt")
protected FinancialInstitutionIdentification3Choice dbtrAgt;
@XmlElement(name = "DbtrAgtAcct")
protected AccountIdentificationAndName3 dbtrAgtAcct;
@XmlElement(name = "IntrmyAgt1")
protected FinancialInstitutionIdentification3Choice intrmyAgt1;
@XmlElement(name = "IntrmyAgt1Acct")
protected AccountIdentificationAndName3 intrmyAgt1Acct;
@XmlElement(name = "IntrmyAgt2")
protected FinancialInstitutionIdentification3Choice intrmyAgt2;
@XmlElement(name = "IntrmyAgt2Acct")
protected AccountIdentificationAndName3 intrmyAgt2Acct;
@XmlElement(name = "CdtrAgt", required = true)
protected FinancialInstitutionIdentification3Choice cdtrAgt;
@XmlElement(name = "CdtrAgtAcct")
protected AccountIdentificationAndName3 cdtrAgtAcct;
@XmlElement(name = "Cdtr")
protected PartyIdentification2Choice cdtr;
@XmlElement(name = "CdtrAcct", required = true)
protected AccountIdentificationAndName3 cdtrAcct;
/**
* Gets the value of the ref property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRef() {
return ref;
}
/**
* Sets the value of the ref property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public CreditTransfer6 setRef(String value) {
this.ref = value;
return this;
}
/**
* Gets the value of the dbtr property.
*
* @return
* possible object is
* {@link PartyIdentification2Choice }
*
*/
public PartyIdentification2Choice getDbtr() {
return dbtr;
}
/**
* Sets the value of the dbtr property.
*
* @param value
* allowed object is
* {@link PartyIdentification2Choice }
*
*/
public CreditTransfer6 setDbtr(PartyIdentification2Choice value) {
this.dbtr = value;
return this;
}
/**
* Gets the value of the dbtrAcct property.
*
* @return
* possible object is
* {@link AccountIdentificationAndName3 }
*
*/
public AccountIdentificationAndName3 getDbtrAcct() {
return dbtrAcct;
}
/**
* Sets the value of the dbtrAcct property.
*
* @param value
* allowed object is
* {@link AccountIdentificationAndName3 }
*
*/
public CreditTransfer6 setDbtrAcct(AccountIdentificationAndName3 value) {
this.dbtrAcct = value;
return this;
}
/**
* Gets the value of the dbtrAgt property.
*
* @return
* possible object is
* {@link FinancialInstitutionIdentification3Choice }
*
*/
public FinancialInstitutionIdentification3Choice getDbtrAgt() {
return dbtrAgt;
}
/**
* Sets the value of the dbtrAgt property.
*
* @param value
* allowed object is
* {@link FinancialInstitutionIdentification3Choice }
*
*/
public CreditTransfer6 setDbtrAgt(FinancialInstitutionIdentification3Choice value) {
this.dbtrAgt = value;
return this;
}
/**
* Gets the value of the dbtrAgtAcct property.
*
* @return
* possible object is
* {@link AccountIdentificationAndName3 }
*
*/
public AccountIdentificationAndName3 getDbtrAgtAcct() {
return dbtrAgtAcct;
}
/**
* Sets the value of the dbtrAgtAcct property.
*
* @param value
* allowed object is
* {@link AccountIdentificationAndName3 }
*
*/
public CreditTransfer6 setDbtrAgtAcct(AccountIdentificationAndName3 value) {
this.dbtrAgtAcct = value;
return this;
}
/**
* Gets the value of the intrmyAgt1 property.
*
* @return
* possible object is
* {@link FinancialInstitutionIdentification3Choice }
*
*/
public FinancialInstitutionIdentification3Choice getIntrmyAgt1() {
return intrmyAgt1;
}
/**
* Sets the value of the intrmyAgt1 property.
*
* @param value
* allowed object is
* {@link FinancialInstitutionIdentification3Choice }
*
*/
public CreditTransfer6 setIntrmyAgt1(FinancialInstitutionIdentification3Choice value) {
this.intrmyAgt1 = value;
return this;
}
/**
* Gets the value of the intrmyAgt1Acct property.
*
* @return
* possible object is
* {@link AccountIdentificationAndName3 }
*
*/
public AccountIdentificationAndName3 getIntrmyAgt1Acct() {
return intrmyAgt1Acct;
}
/**
* Sets the value of the intrmyAgt1Acct property.
*
* @param value
* allowed object is
* {@link AccountIdentificationAndName3 }
*
*/
public CreditTransfer6 setIntrmyAgt1Acct(AccountIdentificationAndName3 value) {
this.intrmyAgt1Acct = value;
return this;
}
/**
* Gets the value of the intrmyAgt2 property.
*
* @return
* possible object is
* {@link FinancialInstitutionIdentification3Choice }
*
*/
public FinancialInstitutionIdentification3Choice getIntrmyAgt2() {
return intrmyAgt2;
}
/**
* Sets the value of the intrmyAgt2 property.
*
* @param value
* allowed object is
* {@link FinancialInstitutionIdentification3Choice }
*
*/
public CreditTransfer6 setIntrmyAgt2(FinancialInstitutionIdentification3Choice value) {
this.intrmyAgt2 = value;
return this;
}
/**
* Gets the value of the intrmyAgt2Acct property.
*
* @return
* possible object is
* {@link AccountIdentificationAndName3 }
*
*/
public AccountIdentificationAndName3 getIntrmyAgt2Acct() {
return intrmyAgt2Acct;
}
/**
* Sets the value of the intrmyAgt2Acct property.
*
* @param value
* allowed object is
* {@link AccountIdentificationAndName3 }
*
*/
public CreditTransfer6 setIntrmyAgt2Acct(AccountIdentificationAndName3 value) {
this.intrmyAgt2Acct = value;
return this;
}
/**
* Gets the value of the cdtrAgt property.
*
* @return
* possible object is
* {@link FinancialInstitutionIdentification3Choice }
*
*/
public FinancialInstitutionIdentification3Choice getCdtrAgt() {
return cdtrAgt;
}
/**
* Sets the value of the cdtrAgt property.
*
* @param value
* allowed object is
* {@link FinancialInstitutionIdentification3Choice }
*
*/
public CreditTransfer6 setCdtrAgt(FinancialInstitutionIdentification3Choice value) {
this.cdtrAgt = value;
return this;
}
/**
* Gets the value of the cdtrAgtAcct property.
*
* @return
* possible object is
* {@link AccountIdentificationAndName3 }
*
*/
public AccountIdentificationAndName3 getCdtrAgtAcct() {
return cdtrAgtAcct;
}
/**
* Sets the value of the cdtrAgtAcct property.
*
* @param value
* allowed object is
* {@link AccountIdentificationAndName3 }
*
*/
public CreditTransfer6 setCdtrAgtAcct(AccountIdentificationAndName3 value) {
this.cdtrAgtAcct = value;
return this;
}
/**
* Gets the value of the cdtr property.
*
* @return
* possible object is
* {@link PartyIdentification2Choice }
*
*/
public PartyIdentification2Choice getCdtr() {
return cdtr;
}
/**
* Sets the value of the cdtr property.
*
* @param value
* allowed object is
* {@link PartyIdentification2Choice }
*
*/
public CreditTransfer6 setCdtr(PartyIdentification2Choice value) {
this.cdtr = value;
return this;
}
/**
* Gets the value of the cdtrAcct property.
*
* @return
* possible object is
* {@link AccountIdentificationAndName3 }
*
*/
public AccountIdentificationAndName3 getCdtrAcct() {
return cdtrAcct;
}
/**
* Sets the value of the cdtrAcct property.
*
* @param value
* allowed object is
* {@link AccountIdentificationAndName3 }
*
*/
public CreditTransfer6 setCdtrAcct(AccountIdentificationAndName3 value) {
this.cdtrAcct = 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