| java.lang.Object | |
| ↳ | workday.com.bsvc.BankStatementTransactionDataType |
Bank Statement Transaction Data.
Java class for Bank_Statement_Transaction_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Bank_Statement_Transaction_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Bank_Statement_Transaction_Type_Reference" type="{urn:com.workday/bsvc}Bank_Statement_Transaction_Type_ReferenceType" minOccurs="0"/>
<element name="Transaction_Date" type="{http://www.w3.org/2001/XMLSchema}date" 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="Bank_Reference_Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Customer_Reference_Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Funds_Availability_Data" type="{urn:com.workday/bsvc}Funds_Availability_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| bankReferenceNumber | |||||||||||
| bankStatementTransactionTypeReference | |||||||||||
| customerReferenceNumber | |||||||||||
| fundsAvailabilityData | |||||||||||
| text | |||||||||||
| transactionDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the bankReferenceNumber property.
| |||||||||||
Gets the value of the bankStatementTransactionTypeReference property.
| |||||||||||
Gets the value of the customerReferenceNumber property.
| |||||||||||
Gets the value of the fundsAvailabilityData property.
| |||||||||||
Gets the value of the text property.
| |||||||||||
Gets the value of the transactionDate property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the bankReferenceNumber property.
| |||||||||||
Sets the value of the bankStatementTransactionTypeReference property.
| |||||||||||
Sets the value of the customerReferenceNumber property.
| |||||||||||
Sets the value of the text property.
| |||||||||||
Sets the value of the transactionDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
Gets the value of the bankReferenceNumber property.
Gets the value of the bankStatementTransactionTypeReference property.
BankStatementTransactionTypeReferenceType
Gets the value of the customerReferenceNumber property.
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 text property.
Gets the value of the transactionDate property.
Sets the value of the amount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the bankReferenceNumber property.
| value | Allowed object is String |
|---|
Sets the value of the bankStatementTransactionTypeReference property.
| value | Allowed object is
BankStatementTransactionTypeReferenceType
|
|---|
Sets the value of the customerReferenceNumber property.
| value | Allowed object is String |
|---|
Sets the value of the text property.
| value | Allowed object is String |
|---|
Sets the value of the transactionDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|