public class

BankStatementSummaryDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.BankStatementSummaryDataType

Class Overview

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>
 

Summary

Fields
protected BigDecimal amount
protected BankStatementBalanceTypeReferenceType bankStatementBalanceTypeReference
protected List<FundsAvailabilityDataType> fundsAvailabilityData
protected BigDecimal itemCount
Public Constructors
BankStatementSummaryDataType()
Public Methods
BigDecimal getAmount()
Gets the value of the amount property.
BankStatementBalanceTypeReferenceType getBankStatementBalanceTypeReference()
Gets the value of the bankStatementBalanceTypeReference property.
List<FundsAvailabilityDataType> getFundsAvailabilityData()
Gets the value of the fundsAvailabilityData property.
BigDecimal getItemCount()
Gets the value of the itemCount property.
void setAmount(BigDecimal value)
Sets the value of the amount property.
void setBankStatementBalanceTypeReference(BankStatementBalanceTypeReferenceType value)
Sets the value of the bankStatementBalanceTypeReference property.
void setItemCount(BigDecimal value)
Sets the value of the itemCount property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BigDecimal amount

protected BankStatementBalanceTypeReferenceType bankStatementBalanceTypeReference

protected List<FundsAvailabilityDataType> fundsAvailabilityData

protected BigDecimal itemCount

Public Constructors

public BankStatementSummaryDataType ()

Public Methods

public BigDecimal getAmount ()

Gets the value of the amount property.

Returns
  • possible object is BigDecimal

public BankStatementBalanceTypeReferenceType getBankStatementBalanceTypeReference ()

Gets the value of the bankStatementBalanceTypeReference property.

Returns

public List<FundsAvailabilityDataType> getFundsAvailabilityData ()

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

public BigDecimal getItemCount ()

Gets the value of the itemCount property.

Returns
  • possible object is BigDecimal

public void setAmount (BigDecimal value)

Sets the value of the amount property.

Parameters
value Allowed object is BigDecimal

public void setBankStatementBalanceTypeReference (BankStatementBalanceTypeReferenceType value)

Sets the value of the bankStatementBalanceTypeReference property.

Parameters
value Allowed object is BankStatementBalanceTypeReferenceType

public void setItemCount (BigDecimal value)

Sets the value of the itemCount property.

Parameters
value Allowed object is BigDecimal