| java.lang.Object | |
| ↳ | workday.com.bsvc.PutBankStatementRequestType |
Element containing Bank Statement reference for update and all Bank Statement data items.
Java class for Put_Bank_Statement_RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_Bank_Statement_RequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Bank_Statement_Reference" type="{urn:com.workday/bsvc}Bank_StatementObjectType" minOccurs="0"/>
<element name="Bank_Statement_Data" type="{urn:com.workday/bsvc}Bank_Statement_DataType"/>
</sequence>
<attribute name="Add_Only" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| addOnly | |||||||||||
| bankStatementData | |||||||||||
| bankStatementReference | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the bankStatementData property.
| |||||||||||
Gets the value of the bankStatementReference property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Gets the value of the addOnly property.
| |||||||||||
Sets the value of the addOnly property.
| |||||||||||
Sets the value of the bankStatementData property.
| |||||||||||
Sets the value of the bankStatementReference property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the bankStatementData property.
BankStatementDataType
Gets the value of the bankStatementReference property.
BankStatementObjectType
Gets the value of the version property.
Gets the value of the addOnly property.
Sets the value of the addOnly property.
| value | Allowed object is Boolean |
|---|
Sets the value of the bankStatementData property.
| value | Allowed object is
BankStatementDataType
|
|---|
Sets the value of the bankStatementReference property.
| value | Allowed object is
BankStatementObjectType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|

