public class

LockboxDataType

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

Class Overview

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>
 

Summary

Fields
protected AddressInformationDataType lockboxAddress
protected String lockboxID
protected String lockboxName
Public Constructors
LockboxDataType()
Public Methods
AddressInformationDataType getLockboxAddress()
Gets the value of the lockboxAddress property.
String getLockboxID()
Gets the value of the lockboxID property.
String getLockboxName()
Gets the value of the lockboxName property.
void setLockboxAddress(AddressInformationDataType value)
Sets the value of the lockboxAddress property.
void setLockboxID(String value)
Sets the value of the lockboxID property.
void setLockboxName(String value)
Sets the value of the lockboxName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AddressInformationDataType lockboxAddress

protected String lockboxID

protected String lockboxName

Public Constructors

public LockboxDataType ()

Public Methods

public AddressInformationDataType getLockboxAddress ()

Gets the value of the lockboxAddress property.

Returns

public String getLockboxID ()

Gets the value of the lockboxID property.

Returns
  • possible object is String

public String getLockboxName ()

Gets the value of the lockboxName property.

Returns
  • possible object is String

public void setLockboxAddress (AddressInformationDataType value)

Sets the value of the lockboxAddress property.

Parameters
value Allowed object is AddressInformationDataType

public void setLockboxID (String value)

Sets the value of the lockboxID property.

Parameters
value Allowed object is String

public void setLockboxName (String value)

Sets the value of the lockboxName property.

Parameters
value Allowed object is String