| java.lang.Object | |
| ↳ | workday.com.bsvc.BankStatementDataType |
Element containing all Bank Statement data
Java class for Bank_Statement_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Bank_Statement_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Bank_Statement_Reference_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Bank_Statement_File_Reference" type="{urn:com.workday/bsvc}Bank_Statement_FileObjectType" minOccurs="0"/>
<element name="Customer_Account_Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Routing_Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Statement_Begin_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Statement_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Same_Day_Bank_Statement" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
<element name="Bank_Statement_Summary_Data" type="{urn:com.workday/bsvc}Bank_Statement_Summary_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Bank_Statement_Transaction_Data" type="{urn:com.workday/bsvc}Bank_Statement_Transaction_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| bankStatementFileReference | |||||||||||
| bankStatementReferenceID | |||||||||||
| bankStatementSummaryData | |||||||||||
| bankStatementTransactionData | |||||||||||
| currencyReference | |||||||||||
| customerAccountNumber | |||||||||||
| routingNumber | |||||||||||
| sameDayBankStatement | |||||||||||
| statementBeginDate | |||||||||||
| statementEndDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the bankStatementFileReference property.
| |||||||||||
Gets the value of the bankStatementReferenceID property.
| |||||||||||
Gets the value of the bankStatementSummaryData property.
| |||||||||||
Gets the value of the bankStatementTransactionData property.
| |||||||||||
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the customerAccountNumber property.
| |||||||||||
Gets the value of the routingNumber property.
| |||||||||||
Gets the value of the statementBeginDate property.
| |||||||||||
Gets the value of the statementEndDate property.
| |||||||||||
Gets the value of the sameDayBankStatement property.
| |||||||||||
Sets the value of the bankStatementFileReference property.
| |||||||||||
Sets the value of the bankStatementReferenceID property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the customerAccountNumber property.
| |||||||||||
Sets the value of the routingNumber property.
| |||||||||||
Sets the value of the sameDayBankStatement property.
| |||||||||||
Sets the value of the statementBeginDate property.
| |||||||||||
Sets the value of the statementEndDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the bankStatementFileReference property.
BankStatementFileObjectType
Gets the value of the bankStatementReferenceID property.
Gets the value of the bankStatementSummaryData 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 bankStatementSummaryData property.
For example, to add a new item, do as follows:
getBankStatementSummaryData().add(newItem);
Objects of the following type(s) are allowed in the list
BankStatementSummaryDataType
Gets the value of the bankStatementTransactionData 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 bankStatementTransactionData property.
For example, to add a new item, do as follows:
getBankStatementTransactionData().add(newItem);
Objects of the following type(s) are allowed in the list
BankStatementTransactionDataType
Gets the value of the currencyReference property.
CurrencyObjectType
Gets the value of the customerAccountNumber property.
Gets the value of the routingNumber property.
Gets the value of the statementBeginDate property.
Gets the value of the statementEndDate property.
Gets the value of the sameDayBankStatement property.
Sets the value of the bankStatementFileReference property.
| value | Allowed object is
BankStatementFileObjectType
|
|---|
Sets the value of the bankStatementReferenceID property.
| value | Allowed object is String |
|---|
Sets the value of the currencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the customerAccountNumber property.
| value | Allowed object is String |
|---|
Sets the value of the routingNumber property.
| value | Allowed object is String |
|---|
Sets the value of the sameDayBankStatement property.
| value | Allowed object is Boolean |
|---|
Sets the value of the statementBeginDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the statementEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|