
com.prowidesoftware.swift.model.mx.dic.CreditTransferTransaction24 Maven / Gradle / Ivy
package com.prowidesoftware.swift.model.mx.dic;
import java.util.ArrayList;
import java.util.List;
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;
/**
* Provides further details specific to the individual transaction(s) included in the message.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CreditTransferTransaction24", propOrder = {
"ultmtDbtr",
"initgPty",
"dbtr",
"dbtrAcct",
"dbtrAgt",
"dbtrAgtAcct",
"prvsInstgAgt",
"prvsInstgAgtAcct",
"intrmyAgt1",
"intrmyAgt1Acct",
"intrmyAgt2",
"intrmyAgt2Acct",
"intrmyAgt3",
"intrmyAgt3Acct",
"cdtrAgt",
"cdtrAgtAcct",
"cdtr",
"cdtrAcct",
"ultmtCdtr",
"instrForCdtrAgt",
"instrForNxtAgt",
"tax",
"rmtInf",
"instdAmt"
})
public class CreditTransferTransaction24 {
@XmlElement(name = "UltmtDbtr")
protected PartyIdentification43 ultmtDbtr;
@XmlElement(name = "InitgPty")
protected PartyIdentification43 initgPty;
@XmlElement(name = "Dbtr", required = true)
protected PartyIdentification43 dbtr;
@XmlElement(name = "DbtrAcct")
protected CashAccount24 dbtrAcct;
@XmlElement(name = "DbtrAgt", required = true)
protected BranchAndFinancialInstitutionIdentification5 dbtrAgt;
@XmlElement(name = "DbtrAgtAcct")
protected CashAccount24 dbtrAgtAcct;
@XmlElement(name = "PrvsInstgAgt")
protected BranchAndFinancialInstitutionIdentification5 prvsInstgAgt;
@XmlElement(name = "PrvsInstgAgtAcct")
protected CashAccount24 prvsInstgAgtAcct;
@XmlElement(name = "IntrmyAgt1")
protected BranchAndFinancialInstitutionIdentification5 intrmyAgt1;
@XmlElement(name = "IntrmyAgt1Acct")
protected CashAccount24 intrmyAgt1Acct;
@XmlElement(name = "IntrmyAgt2")
protected BranchAndFinancialInstitutionIdentification5 intrmyAgt2;
@XmlElement(name = "IntrmyAgt2Acct")
protected CashAccount24 intrmyAgt2Acct;
@XmlElement(name = "IntrmyAgt3")
protected BranchAndFinancialInstitutionIdentification5 intrmyAgt3;
@XmlElement(name = "IntrmyAgt3Acct")
protected CashAccount24 intrmyAgt3Acct;
@XmlElement(name = "CdtrAgt", required = true)
protected BranchAndFinancialInstitutionIdentification5 cdtrAgt;
@XmlElement(name = "CdtrAgtAcct")
protected CashAccount24 cdtrAgtAcct;
@XmlElement(name = "Cdtr", required = true)
protected PartyIdentification43 cdtr;
@XmlElement(name = "CdtrAcct")
protected CashAccount24 cdtrAcct;
@XmlElement(name = "UltmtCdtr")
protected PartyIdentification43 ultmtCdtr;
@XmlElement(name = "InstrForCdtrAgt")
protected List instrForCdtrAgt;
@XmlElement(name = "InstrForNxtAgt")
protected List instrForNxtAgt;
@XmlElement(name = "Tax")
protected TaxInformation3 tax;
@XmlElement(name = "RmtInf")
protected RemittanceInformation11 rmtInf;
@XmlElement(name = "InstdAmt")
protected ActiveOrHistoricCurrencyAndAmount instdAmt;
/**
* Gets the value of the ultmtDbtr property.
*
* @return
* possible object is
* {@link PartyIdentification43 }
*
*/
public PartyIdentification43 getUltmtDbtr() {
return ultmtDbtr;
}
/**
* Sets the value of the ultmtDbtr property.
*
* @param value
* allowed object is
* {@link PartyIdentification43 }
*
*/
public CreditTransferTransaction24 setUltmtDbtr(PartyIdentification43 value) {
this.ultmtDbtr = value;
return this;
}
/**
* Gets the value of the initgPty property.
*
* @return
* possible object is
* {@link PartyIdentification43 }
*
*/
public PartyIdentification43 getInitgPty() {
return initgPty;
}
/**
* Sets the value of the initgPty property.
*
* @param value
* allowed object is
* {@link PartyIdentification43 }
*
*/
public CreditTransferTransaction24 setInitgPty(PartyIdentification43 value) {
this.initgPty = value;
return this;
}
/**
* Gets the value of the dbtr property.
*
* @return
* possible object is
* {@link PartyIdentification43 }
*
*/
public PartyIdentification43 getDbtr() {
return dbtr;
}
/**
* Sets the value of the dbtr property.
*
* @param value
* allowed object is
* {@link PartyIdentification43 }
*
*/
public CreditTransferTransaction24 setDbtr(PartyIdentification43 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 CreditTransferTransaction24 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 CreditTransferTransaction24 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 CreditTransferTransaction24 setDbtrAgtAcct(CashAccount24 value) {
this.dbtrAgtAcct = value;
return this;
}
/**
* Gets the value of the prvsInstgAgt property.
*
* @return
* possible object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public BranchAndFinancialInstitutionIdentification5 getPrvsInstgAgt() {
return prvsInstgAgt;
}
/**
* Sets the value of the prvsInstgAgt property.
*
* @param value
* allowed object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public CreditTransferTransaction24 setPrvsInstgAgt(BranchAndFinancialInstitutionIdentification5 value) {
this.prvsInstgAgt = value;
return this;
}
/**
* Gets the value of the prvsInstgAgtAcct property.
*
* @return
* possible object is
* {@link CashAccount24 }
*
*/
public CashAccount24 getPrvsInstgAgtAcct() {
return prvsInstgAgtAcct;
}
/**
* Sets the value of the prvsInstgAgtAcct property.
*
* @param value
* allowed object is
* {@link CashAccount24 }
*
*/
public CreditTransferTransaction24 setPrvsInstgAgtAcct(CashAccount24 value) {
this.prvsInstgAgtAcct = value;
return this;
}
/**
* Gets the value of the intrmyAgt1 property.
*
* @return
* possible object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public BranchAndFinancialInstitutionIdentification5 getIntrmyAgt1() {
return intrmyAgt1;
}
/**
* Sets the value of the intrmyAgt1 property.
*
* @param value
* allowed object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public CreditTransferTransaction24 setIntrmyAgt1(BranchAndFinancialInstitutionIdentification5 value) {
this.intrmyAgt1 = value;
return this;
}
/**
* Gets the value of the intrmyAgt1Acct property.
*
* @return
* possible object is
* {@link CashAccount24 }
*
*/
public CashAccount24 getIntrmyAgt1Acct() {
return intrmyAgt1Acct;
}
/**
* Sets the value of the intrmyAgt1Acct property.
*
* @param value
* allowed object is
* {@link CashAccount24 }
*
*/
public CreditTransferTransaction24 setIntrmyAgt1Acct(CashAccount24 value) {
this.intrmyAgt1Acct = value;
return this;
}
/**
* Gets the value of the intrmyAgt2 property.
*
* @return
* possible object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public BranchAndFinancialInstitutionIdentification5 getIntrmyAgt2() {
return intrmyAgt2;
}
/**
* Sets the value of the intrmyAgt2 property.
*
* @param value
* allowed object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public CreditTransferTransaction24 setIntrmyAgt2(BranchAndFinancialInstitutionIdentification5 value) {
this.intrmyAgt2 = value;
return this;
}
/**
* Gets the value of the intrmyAgt2Acct property.
*
* @return
* possible object is
* {@link CashAccount24 }
*
*/
public CashAccount24 getIntrmyAgt2Acct() {
return intrmyAgt2Acct;
}
/**
* Sets the value of the intrmyAgt2Acct property.
*
* @param value
* allowed object is
* {@link CashAccount24 }
*
*/
public CreditTransferTransaction24 setIntrmyAgt2Acct(CashAccount24 value) {
this.intrmyAgt2Acct = value;
return this;
}
/**
* Gets the value of the intrmyAgt3 property.
*
* @return
* possible object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public BranchAndFinancialInstitutionIdentification5 getIntrmyAgt3() {
return intrmyAgt3;
}
/**
* Sets the value of the intrmyAgt3 property.
*
* @param value
* allowed object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public CreditTransferTransaction24 setIntrmyAgt3(BranchAndFinancialInstitutionIdentification5 value) {
this.intrmyAgt3 = value;
return this;
}
/**
* Gets the value of the intrmyAgt3Acct property.
*
* @return
* possible object is
* {@link CashAccount24 }
*
*/
public CashAccount24 getIntrmyAgt3Acct() {
return intrmyAgt3Acct;
}
/**
* Sets the value of the intrmyAgt3Acct property.
*
* @param value
* allowed object is
* {@link CashAccount24 }
*
*/
public CreditTransferTransaction24 setIntrmyAgt3Acct(CashAccount24 value) {
this.intrmyAgt3Acct = 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 CreditTransferTransaction24 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 CreditTransferTransaction24 setCdtrAgtAcct(CashAccount24 value) {
this.cdtrAgtAcct = value;
return this;
}
/**
* Gets the value of the cdtr property.
*
* @return
* possible object is
* {@link PartyIdentification43 }
*
*/
public PartyIdentification43 getCdtr() {
return cdtr;
}
/**
* Sets the value of the cdtr property.
*
* @param value
* allowed object is
* {@link PartyIdentification43 }
*
*/
public CreditTransferTransaction24 setCdtr(PartyIdentification43 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 CreditTransferTransaction24 setCdtrAcct(CashAccount24 value) {
this.cdtrAcct = value;
return this;
}
/**
* Gets the value of the ultmtCdtr property.
*
* @return
* possible object is
* {@link PartyIdentification43 }
*
*/
public PartyIdentification43 getUltmtCdtr() {
return ultmtCdtr;
}
/**
* Sets the value of the ultmtCdtr property.
*
* @param value
* allowed object is
* {@link PartyIdentification43 }
*
*/
public CreditTransferTransaction24 setUltmtCdtr(PartyIdentification43 value) {
this.ultmtCdtr = value;
return this;
}
/**
* Gets the value of the instrForCdtrAgt property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the instrForCdtrAgt property.
*
*
* For example, to add a new item, do as follows:
*
* getInstrForCdtrAgt().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link InstructionForCreditorAgent1 }
*
*
*/
public List getInstrForCdtrAgt() {
if (instrForCdtrAgt == null) {
instrForCdtrAgt = new ArrayList();
}
return this.instrForCdtrAgt;
}
/**
* Gets the value of the instrForNxtAgt property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the instrForNxtAgt property.
*
*
* For example, to add a new item, do as follows:
*
* getInstrForNxtAgt().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link InstructionForNextAgent1 }
*
*
*/
public List getInstrForNxtAgt() {
if (instrForNxtAgt == null) {
instrForNxtAgt = new ArrayList();
}
return this.instrForNxtAgt;
}
/**
* Gets the value of the tax property.
*
* @return
* possible object is
* {@link TaxInformation3 }
*
*/
public TaxInformation3 getTax() {
return tax;
}
/**
* Sets the value of the tax property.
*
* @param value
* allowed object is
* {@link TaxInformation3 }
*
*/
public CreditTransferTransaction24 setTax(TaxInformation3 value) {
this.tax = value;
return this;
}
/**
* Gets the value of the rmtInf property.
*
* @return
* possible object is
* {@link RemittanceInformation11 }
*
*/
public RemittanceInformation11 getRmtInf() {
return rmtInf;
}
/**
* Sets the value of the rmtInf property.
*
* @param value
* allowed object is
* {@link RemittanceInformation11 }
*
*/
public CreditTransferTransaction24 setRmtInf(RemittanceInformation11 value) {
this.rmtInf = value;
return this;
}
/**
* Gets the value of the instdAmt property.
*
* @return
* possible object is
* {@link ActiveOrHistoricCurrencyAndAmount }
*
*/
public ActiveOrHistoricCurrencyAndAmount getInstdAmt() {
return instdAmt;
}
/**
* Sets the value of the instdAmt property.
*
* @param value
* allowed object is
* {@link ActiveOrHistoricCurrencyAndAmount }
*
*/
public CreditTransferTransaction24 setInstdAmt(ActiveOrHistoricCurrencyAndAmount value) {
this.instdAmt = 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);
}
/**
* Adds a new item to the instrForCdtrAgt list.
* @see #getInstrForCdtrAgt()
*
*/
public CreditTransferTransaction24 addInstrForCdtrAgt(InstructionForCreditorAgent1 instrForCdtrAgt) {
getInstrForCdtrAgt().add(instrForCdtrAgt);
return this;
}
/**
* Adds a new item to the instrForNxtAgt list.
* @see #getInstrForNxtAgt()
*
*/
public CreditTransferTransaction24 addInstrForNxtAgt(InstructionForNextAgent1 instrForNxtAgt) {
getInstrForNxtAgt().add(instrForNxtAgt);
return this;
}
}