| java.lang.Object | |
| ↳ | workday.com.bsvc.BankStatementSummaryDataType |
Bank Statement Summary Data.
Java class for Bank_Statement_Summary_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Bank_Statement_Summary_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Bank_Statement_Balance_Type_Reference" type="{urn:com.workday/bsvc}Bank_Statement_Balance_Type_ReferenceType" minOccurs="0"/>
<element name="Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Item_Count" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="20"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Funds_Availability_Data" type="{urn:com.workday/bsvc}Funds_Availability_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| bankStatementBalanceTypeReference | |||||||||||
| fundsAvailabilityData | |||||||||||
| itemCount | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the bankStatementBalanceTypeReference property.
| |||||||||||
Gets the value of the fundsAvailabilityData property.
| |||||||||||
Gets the value of the itemCount property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the bankStatementBalanceTypeReference property.
| |||||||||||
Sets the value of the itemCount property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the amount property.
Gets the value of the bankStatementBalanceTypeReference property.
BankStatementBalanceTypeReferenceType
Gets the value of the fundsAvailabilityData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the fundsAvailabilityData property.
For example, to add a new item, do as follows:
getFundsAvailabilityData().add(newItem);
Objects of the following type(s) are allowed in the list
FundsAvailabilityDataType
Gets the value of the itemCount property.
Sets the value of the amount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the bankStatementBalanceTypeReference property.
| value | Allowed object is
BankStatementBalanceTypeReferenceType
|
|---|
Sets the value of the itemCount property.
| value | Allowed object is BigDecimal |
|---|

