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()
String
public void setAgreementReference(String value)
value
- allowed object is
String
public Date getAgreementSigningDate()
String
public void setAgreementSigningDate(Date value)
value
- allowed object is
String
public String getBic()
String
public void setBic(String value)
value
- allowed object is
String
public Integer getCreditNoteBalance()
Integer
public void setCreditNoteBalance(Integer value)
value
- allowed object is
Integer
public String getIban()
String
public void setIban(String value)
value
- allowed object is
String
public Integer getMaxWaitingAccountBalance()
Integer
public void setMaxWaitingAccountBalance(Integer value)
value
- allowed object is
Integer
public boolean isWaitingAccountAllowed()
public void setWaitingAccountAllowed(boolean value)
public Integer getWaitingAccountBalance()
Integer
Copyright © 2021. All rights reserved.