| java.lang.Object | |
| ↳ | workday.com.bsvc.BankStatementFileDataType |
Element contailing an instance of Bank Statement File Data
Java class for Bank_Statement_File_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Bank_Statement_File_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Bank_Statement_File_Reference_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Sender_Identification" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Receiver_Identification" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="File_Creation_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="File_Identification_Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| bankStatementFileReferenceID | |||||||||||
| fileCreationDate | |||||||||||
| fileIdentificationNumber | |||||||||||
| receiverIdentification | |||||||||||
| senderIdentification | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the bankStatementFileReferenceID property.
| |||||||||||
Gets the value of the fileCreationDate property.
| |||||||||||
Gets the value of the fileIdentificationNumber property.
| |||||||||||
Gets the value of the receiverIdentification property.
| |||||||||||
Gets the value of the senderIdentification property.
| |||||||||||
Sets the value of the bankStatementFileReferenceID property.
| |||||||||||
Sets the value of the fileCreationDate property.
| |||||||||||
Sets the value of the fileIdentificationNumber property.
| |||||||||||
Sets the value of the receiverIdentification property.
| |||||||||||
Sets the value of the senderIdentification property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the bankStatementFileReferenceID property.
Gets the value of the fileCreationDate property.
Gets the value of the fileIdentificationNumber property.
Gets the value of the receiverIdentification property.
Gets the value of the senderIdentification property.
Sets the value of the bankStatementFileReferenceID property.
| value | Allowed object is String |
|---|
Sets the value of the fileCreationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the fileIdentificationNumber property.
| value | Allowed object is String |
|---|
Sets the value of the receiverIdentification property.
| value | Allowed object is String |
|---|
Sets the value of the senderIdentification property.
| value | Allowed object is String |
|---|

