public class FinancialData extends Object implements Serializable
Java class for financialData complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected String |
agreementReference |
protected Date |
agreementSigningDate |
protected String |
bic |
protected Integer |
creditNoteBalance |
protected String |
iban |
protected Integer |
maxWaitingAccountBalance |
protected boolean |
waitingAccountAllowed |
protected Integer |
waitingAccountBalance |
| Constructor and Description |
|---|
FinancialData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgreementReference()
Gets the value of the agreementReference property.
|
Date |
getAgreementSigningDate()
Gets the value of the agreementSigningDate property.
|
String |
getBic()
Gets the value of the bic property.
|
Integer |
getCreditNoteBalance()
Gets the value of the creditNoteBalance property.
|
String |
getIban()
Gets the value of the iban property.
|
Integer |
getMaxWaitingAccountBalance()
Gets the value of the maxWaitingAccountBalance property.
|
Integer |
getWaitingAccountBalance()
Gets the value of the waitingAccountBalance property.
|
boolean |
isWaitingAccountAllowed()
Gets the value of the waitingAccountAllowed property.
|
void |
setAgreementReference(String value)
Sets the value of the agreementReference property.
|
void |
setAgreementSigningDate(Date value)
Sets the value of the agreementSigningDate property.
|
void |
setBic(String value)
Sets the value of the bic property.
|
void |
setCreditNoteBalance(Integer value)
Sets the value of the creditNoteBalance property.
|
void |
setIban(String value)
Sets the value of the iban property.
|
void |
setMaxWaitingAccountBalance(Integer value)
Sets the value of the maxWaitingAccountBalance property.
|
void |
setWaitingAccountAllowed(boolean value)
Sets the value of the waitingAccountAllowed property.
|
void |
setWaitingAccountBalance(Integer value)
Sets the value of the waitingAccountBalance property.
|
protected String agreementReference
protected Date agreementSigningDate
protected String bic
protected Integer creditNoteBalance
protected String iban
protected Integer maxWaitingAccountBalance
protected boolean waitingAccountAllowed
protected Integer waitingAccountBalance
public String getAgreementReference()
Stringpublic void setAgreementReference(String value)
value - allowed object is
Stringpublic Date getAgreementSigningDate()
Stringpublic void setAgreementSigningDate(Date value)
value - allowed object is
Stringpublic String getBic()
Stringpublic void setBic(String value)
value - allowed object is
Stringpublic Integer getCreditNoteBalance()
Integerpublic void setCreditNoteBalance(Integer value)
value - allowed object is
Integerpublic String getIban()
Stringpublic void setIban(String value)
value - allowed object is
Stringpublic Integer getMaxWaitingAccountBalance()
Integerpublic void setMaxWaitingAccountBalance(Integer value)
value - allowed object is
Integerpublic boolean isWaitingAccountAllowed()
public void setWaitingAccountAllowed(boolean value)
public Integer getWaitingAccountBalance()
IntegerCopyright © 2021. All rights reserved.