Class EntryDetailsElement
- java.lang.Object
-
- de.adorsys.xs2a.adapter.api.model.EntryDetailsElement
-
@Generated("xs2a-adapter-codegen") public class EntryDetailsElement extends Object
-
-
Constructor Summary
Constructors Constructor Description EntryDetailsElement()
-
Method Summary
-
-
-
Method Detail
-
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)
-
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<String> getRemittanceInformationStructuredArray()
-
setRemittanceInformationStructuredArray
public void setRemittanceInformationStructuredArray(List<String> remittanceInformationStructuredArray)
-
getPurposeCode
public PurposeCode getPurposeCode()
-
setPurposeCode
public void setPurposeCode(PurposeCode purposeCode)
-
-