public class FinancialData extends Object
Java class for financialData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="financialData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="agreementReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="agreementSigningDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="bic" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="creditNoteBalance" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="iban" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="maxWaitingAccountBalance" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="waitingAccountAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="waitingAccountBalance" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
agreementReference |
protected Date |
agreementSigningDate |
protected String |
bic |
protected Long |
creditNoteBalance |
protected String |
iban |
protected Long |
maxWaitingAccountBalance |
protected boolean |
waitingAccountAllowed |
protected Long |
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.
|
Long |
getCreditNoteBalance()
Gets the value of the creditNoteBalance property.
|
String |
getIban()
Gets the value of the iban property.
|
Long |
getMaxWaitingAccountBalance()
Gets the value of the maxWaitingAccountBalance property.
|
Long |
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(Long value)
Sets the value of the creditNoteBalance property.
|
void |
setIban(String value)
Sets the value of the iban property.
|
void |
setMaxWaitingAccountBalance(Long value)
Sets the value of the maxWaitingAccountBalance property.
|
void |
setWaitingAccountAllowed(boolean value)
Sets the value of the waitingAccountAllowed property.
|
void |
setWaitingAccountBalance(Long value)
Sets the value of the waitingAccountBalance property.
|
protected String agreementReference
protected Date agreementSigningDate
protected String bic
protected Long creditNoteBalance
protected String iban
protected Long maxWaitingAccountBalance
protected boolean waitingAccountAllowed
protected Long waitingAccountBalance
public String getAgreementReference()
String
public void setAgreementReference(String value)
value
- allowed object is
String
public Date getAgreementSigningDate()
Date
public void setAgreementSigningDate(Date value)
value
- allowed object is
Date
public String getBic()
String
public void setBic(String value)
value
- allowed object is
String
public Long getCreditNoteBalance()
Long
public void setCreditNoteBalance(Long value)
value
- allowed object is
Long
public String getIban()
String
public void setIban(String value)
value
- allowed object is
String
public Long getMaxWaitingAccountBalance()
Long
public void setMaxWaitingAccountBalance(Long value)
value
- allowed object is
Long
public boolean isWaitingAccountAllowed()
public void setWaitingAccountAllowed(boolean value)
public Long getWaitingAccountBalance()
Long
Copyright © 2021. All rights reserved.