public class

BankStatementFileDataType

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

Class Overview

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>
 

Summary

Fields
protected String bankStatementFileReferenceID
protected XMLGregorianCalendar fileCreationDate
protected String fileIdentificationNumber
protected String receiverIdentification
protected String senderIdentification
Public Constructors
BankStatementFileDataType()
Public Methods
String getBankStatementFileReferenceID()
Gets the value of the bankStatementFileReferenceID property.
XMLGregorianCalendar getFileCreationDate()
Gets the value of the fileCreationDate property.
String getFileIdentificationNumber()
Gets the value of the fileIdentificationNumber property.
String getReceiverIdentification()
Gets the value of the receiverIdentification property.
String getSenderIdentification()
Gets the value of the senderIdentification property.
void setBankStatementFileReferenceID(String value)
Sets the value of the bankStatementFileReferenceID property.
void setFileCreationDate(XMLGregorianCalendar value)
Sets the value of the fileCreationDate property.
void setFileIdentificationNumber(String value)
Sets the value of the fileIdentificationNumber property.
void setReceiverIdentification(String value)
Sets the value of the receiverIdentification property.
void setSenderIdentification(String value)
Sets the value of the senderIdentification property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String bankStatementFileReferenceID

protected XMLGregorianCalendar fileCreationDate

protected String fileIdentificationNumber

protected String receiverIdentification

protected String senderIdentification

Public Constructors

public BankStatementFileDataType ()

Public Methods

public String getBankStatementFileReferenceID ()

Gets the value of the bankStatementFileReferenceID property.

Returns
  • possible object is String

public XMLGregorianCalendar getFileCreationDate ()

Gets the value of the fileCreationDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getFileIdentificationNumber ()

Gets the value of the fileIdentificationNumber property.

Returns
  • possible object is String

public String getReceiverIdentification ()

Gets the value of the receiverIdentification property.

Returns
  • possible object is String

public String getSenderIdentification ()

Gets the value of the senderIdentification property.

Returns
  • possible object is String

public void setBankStatementFileReferenceID (String value)

Sets the value of the bankStatementFileReferenceID property.

Parameters
value Allowed object is String

public void setFileCreationDate (XMLGregorianCalendar value)

Sets the value of the fileCreationDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setFileIdentificationNumber (String value)

Sets the value of the fileIdentificationNumber property.

Parameters
value Allowed object is String

public void setReceiverIdentification (String value)

Sets the value of the receiverIdentification property.

Parameters
value Allowed object is String

public void setSenderIdentification (String value)

Sets the value of the senderIdentification property.

Parameters
value Allowed object is String