| java.lang.Object | |
| ↳ | workday.com.bsvc.LockboxDataType |
Element containing the lockbox data for the bank account
Java class for Lockbox_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Lockbox_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Lockbox_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Lockbox_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Lockbox_Address" type="{urn:com.workday/bsvc}Address_Information_DataType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| lockboxAddress | |||||||||||
| lockboxID | |||||||||||
| lockboxName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the lockboxAddress property.
| |||||||||||
Gets the value of the lockboxID property.
| |||||||||||
Gets the value of the lockboxName property.
| |||||||||||
Sets the value of the lockboxAddress property.
| |||||||||||
Sets the value of the lockboxID property.
| |||||||||||
Sets the value of the lockboxName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the lockboxAddress property.
AddressInformationDataType
Gets the value of the lockboxID property.
Gets the value of the lockboxName property.
Sets the value of the lockboxAddress property.
| value | Allowed object is
AddressInformationDataType
|
|---|
Sets the value of the lockboxID property.
| value | Allowed object is String |
|---|
Sets the value of the lockboxName property.
| value | Allowed object is String |
|---|

