public class

BankAccountDetailsType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.BankAccountDetailsType

Class Overview

BankAccountDetailsType

Java class for BankAccountDetailsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BankAccountDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Type" type="{urn:ebay:apis:eBLBaseComponents}BankAccountTypeType"/>
         <element name="RoutingNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="AccountNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String accountNumber
protected String name
protected String routingNumber
protected BankAccountTypeType type
Public Constructors
BankAccountDetailsType()
Public Methods
String getAccountNumber()
Gets the value of the accountNumber property.
String getName()
Gets the value of the name property.
String getRoutingNumber()
Gets the value of the routingNumber property.
BankAccountTypeType getType()
Gets the value of the type property.
void setAccountNumber(String value)
Sets the value of the accountNumber property.
void setName(String value)
Sets the value of the name property.
void setRoutingNumber(String value)
Sets the value of the routingNumber property.
void setType(BankAccountTypeType value)
Sets the value of the type property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String accountNumber

protected String name

protected String routingNumber

protected BankAccountTypeType type

Public Constructors

public BankAccountDetailsType ()

Public Methods

public String getAccountNumber ()

Gets the value of the accountNumber property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getRoutingNumber ()

Gets the value of the routingNumber property.

Returns
  • possible object is String

public BankAccountTypeType getType ()

Gets the value of the type property.

Returns

public void setAccountNumber (String value)

Sets the value of the accountNumber property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setRoutingNumber (String value)

Sets the value of the routingNumber property.

Parameters
value Allowed object is String

public void setType (BankAccountTypeType value)

Sets the value of the type property.

Parameters
value Allowed object is BankAccountTypeType