public class BankAccountDetailsType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
accountNumber |
protected java.lang.String |
name |
protected java.lang.String |
routingNumber |
protected BankAccountTypeType |
type |
| Constructor and Description |
|---|
BankAccountDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccountNumber()
Gets the value of the accountNumber property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getRoutingNumber()
Gets the value of the routingNumber property.
|
BankAccountTypeType |
getType()
Gets the value of the type property.
|
void |
setAccountNumber(java.lang.String value)
Sets the value of the accountNumber property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setRoutingNumber(java.lang.String value)
Sets the value of the routingNumber property.
|
void |
setType(BankAccountTypeType value)
Sets the value of the type property.
|
protected java.lang.String name
protected BankAccountTypeType type
protected java.lang.String routingNumber
protected java.lang.String accountNumber
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - the value
allowed object is
Stringpublic BankAccountTypeType getType()
BankAccountTypeTypepublic void setType(BankAccountTypeType value)
value - the value
allowed object is
BankAccountTypeTypepublic java.lang.String getRoutingNumber()
Stringpublic void setRoutingNumber(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getAccountNumber()
Stringpublic void setAccountNumber(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.