Class Transactions
- java.lang.Object
-
- de.adorsys.xs2a.adapter.api.model.Transactions
-
@Generated("xs2a-adapter-codegen") public class Transactions extends Object
-
-
Constructor Summary
Constructors Constructor Description Transactions()
-
Method Summary
-
-
-
Method Detail
-
getTransactionId
public String getTransactionId()
-
setTransactionId
public void setTransactionId(String transactionId)
-
getEntryReference
public String getEntryReference()
-
setEntryReference
public void setEntryReference(String entryReference)
-
getEndToEndId
public String getEndToEndId()
-
setEndToEndId
public void setEndToEndId(String endToEndId)
-
getMandateId
public String getMandateId()
-
setMandateId
public void setMandateId(String mandateId)
-
getCheckId
public String getCheckId()
-
setCheckId
public void setCheckId(String checkId)
-
getCreditorId
public String getCreditorId()
-
setCreditorId
public void setCreditorId(String creditorId)
-
getBookingDate
public LocalDate getBookingDate()
-
setBookingDate
public void setBookingDate(LocalDate bookingDate)
-
getValueDate
public LocalDate getValueDate()
-
setValueDate
public void setValueDate(LocalDate valueDate)
-
getTransactionAmount
public Amount getTransactionAmount()
-
setTransactionAmount
public void setTransactionAmount(Amount transactionAmount)
-
getCurrencyExchange
public List<ReportExchangeRate> getCurrencyExchange()
-
setCurrencyExchange
public void setCurrencyExchange(List<ReportExchangeRate> currencyExchange)
-
getCreditorName
public String getCreditorName()
-
setCreditorName
public void setCreditorName(String creditorName)
-
getCreditorAccount
public AccountReference getCreditorAccount()
-
setCreditorAccount
public void setCreditorAccount(AccountReference creditorAccount)
-
getCreditorAgent
public String getCreditorAgent()
-
setCreditorAgent
public void setCreditorAgent(String creditorAgent)
-
getUltimateCreditor
public String getUltimateCreditor()
-
setUltimateCreditor
public void setUltimateCreditor(String ultimateCreditor)
-
getDebtorName
public String getDebtorName()
-
setDebtorName
public void setDebtorName(String debtorName)
-
getDebtorAccount
public AccountReference getDebtorAccount()
-
setDebtorAccount
public void setDebtorAccount(AccountReference debtorAccount)
-
getDebtorAgent
public String getDebtorAgent()
-
setDebtorAgent
public void setDebtorAgent(String debtorAgent)
-
getUltimateDebtor
public String getUltimateDebtor()
-
setUltimateDebtor
public void setUltimateDebtor(String ultimateDebtor)
-
getRemittanceInformationUnstructured
public String getRemittanceInformationUnstructured()
-
setRemittanceInformationUnstructured
public void setRemittanceInformationUnstructured(String remittanceInformationUnstructured)
-
getRemittanceInformationUnstructuredArray
public List<String> getRemittanceInformationUnstructuredArray()
-
setRemittanceInformationUnstructuredArray
public void setRemittanceInformationUnstructuredArray(List<String> remittanceInformationUnstructuredArray)
-
getRemittanceInformationStructured
public String getRemittanceInformationStructured()
-
setRemittanceInformationStructured
public void setRemittanceInformationStructured(String remittanceInformationStructured)
-
getRemittanceInformationStructuredArray
public List<RemittanceInformationStructured> getRemittanceInformationStructuredArray()
-
setRemittanceInformationStructuredArray
public void setRemittanceInformationStructuredArray(List<RemittanceInformationStructured> remittanceInformationStructuredArray)
-
getAdditionalInformation
public String getAdditionalInformation()
-
setAdditionalInformation
public void setAdditionalInformation(String additionalInformation)
-
getAdditionalInformationStructured
public AdditionalInformationStructured getAdditionalInformationStructured()
-
setAdditionalInformationStructured
public void setAdditionalInformationStructured(AdditionalInformationStructured additionalInformationStructured)
-
getPurposeCode
public PurposeCode getPurposeCode()
-
setPurposeCode
public void setPurposeCode(PurposeCode purposeCode)
-
getBankTransactionCode
public String getBankTransactionCode()
-
setBankTransactionCode
public void setBankTransactionCode(String bankTransactionCode)
-
getProprietaryBankTransactionCode
public String getProprietaryBankTransactionCode()
-
setProprietaryBankTransactionCode
public void setProprietaryBankTransactionCode(String proprietaryBankTransactionCode)
-
getBalanceAfterTransaction
public Balance getBalanceAfterTransaction()
-
setBalanceAfterTransaction
public void setBalanceAfterTransaction(Balance balanceAfterTransaction)
-
-