public class BankAccountMaskedType extends Object
Java class for bankAccountMaskedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="bankAccountMaskedType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="accountType" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}bankAccountTypeEnum" minOccurs="0"/>
<element name="routingNumber">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="8"/>
</restriction>
</simpleType>
</element>
<element name="accountNumber">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="8"/>
</restriction>
</simpleType>
</element>
<element name="nameOnAccount">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="22"/>
</restriction>
</simpleType>
</element>
<element name="echeckType" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}echeckTypeEnum" minOccurs="0"/>
<element name="bankName" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="50"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountNumber |
protected BankAccountTypeEnum |
accountType |
protected String |
bankName |
protected EcheckTypeEnum |
echeckType |
protected String |
nameOnAccount |
protected String |
routingNumber |
| Constructor and Description |
|---|
BankAccountMaskedType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountNumber()
Gets the value of the accountNumber property.
|
BankAccountTypeEnum |
getAccountType()
Gets the value of the accountType property.
|
String |
getBankName()
Gets the value of the bankName property.
|
EcheckTypeEnum |
getEcheckType()
Gets the value of the echeckType property.
|
String |
getNameOnAccount()
Gets the value of the nameOnAccount property.
|
String |
getRoutingNumber()
Gets the value of the routingNumber property.
|
void |
setAccountNumber(String value)
Sets the value of the accountNumber property.
|
void |
setAccountType(BankAccountTypeEnum value)
Sets the value of the accountType property.
|
void |
setBankName(String value)
Sets the value of the bankName property.
|
void |
setEcheckType(EcheckTypeEnum value)
Sets the value of the echeckType property.
|
void |
setNameOnAccount(String value)
Sets the value of the nameOnAccount property.
|
void |
setRoutingNumber(String value)
Sets the value of the routingNumber property.
|
protected BankAccountTypeEnum accountType
protected String routingNumber
protected String accountNumber
protected String nameOnAccount
protected EcheckTypeEnum echeckType
protected String bankName
public BankAccountTypeEnum getAccountType()
BankAccountTypeEnumpublic void setAccountType(BankAccountTypeEnum value)
value - allowed object is
BankAccountTypeEnumpublic String getRoutingNumber()
Stringpublic void setRoutingNumber(String value)
value - allowed object is
Stringpublic String getAccountNumber()
Stringpublic void setAccountNumber(String value)
value - allowed object is
Stringpublic String getNameOnAccount()
Stringpublic void setNameOnAccount(String value)
value - allowed object is
Stringpublic EcheckTypeEnum getEcheckType()
EcheckTypeEnumpublic void setEcheckType(EcheckTypeEnum value)
value - allowed object is
EcheckTypeEnumpublic String getBankName()
StringCopyright © 2016. All Rights Reserved.