| java.lang.Object | |
| ↳ | workday.com.bsvc.PutBankBranchRequestType |
Contains data for creating a Bank Branch
Java class for Put_Bank_Branch_RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_Bank_Branch_RequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Bank_Branch_Reference" type="{urn:com.workday/bsvc}Bank_BranchObjectType" minOccurs="0"/>
<element name="Bank_Branch_Data" type="{urn:com.workday/bsvc}Bank_Branch_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 | |||||||||||
| bankBranchData | |||||||||||
| bankBranchReference | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the bankBranchData property.
| |||||||||||
Gets the value of the bankBranchReference 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 bankBranchData property.
| |||||||||||
Sets the value of the bankBranchReference property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the bankBranchData property.
BankBranchDataType
Gets the value of the bankBranchReference property.
BankBranchObjectType
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 bankBranchData property.
| value | Allowed object is
BankBranchDataType
|
|---|
Sets the value of the bankBranchReference property.
| value | Allowed object is
BankBranchObjectType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|

