Package net.authorize.api.contract.v1
Class BankAccountType
- java.lang.Object
-
- net.authorize.api.contract.v1.BankAccountType
-
public class BankAccountType extends Object
Java class for bankAccountType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="bankAccountType"> <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"> <maxLength value="9"/> </restriction> </simpleType> </element> <element name="accountNumber"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="17"/> </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> <element name="checkNumber" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="15"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringaccountNumberprotected BankAccountTypeEnumaccountTypeprotected StringbankNameprotected StringcheckNumberprotected EcheckTypeEnumecheckTypeprotected StringnameOnAccountprotected StringroutingNumber
-
Constructor Summary
Constructors Constructor Description BankAccountType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccountNumber()Gets the value of the accountNumber property.BankAccountTypeEnumgetAccountType()Gets the value of the accountType property.StringgetBankName()Gets the value of the bankName property.StringgetCheckNumber()Gets the value of the checkNumber property.EcheckTypeEnumgetEcheckType()Gets the value of the echeckType property.StringgetNameOnAccount()Gets the value of the nameOnAccount property.StringgetRoutingNumber()Gets the value of the routingNumber property.voidsetAccountNumber(String value)Sets the value of the accountNumber property.voidsetAccountType(BankAccountTypeEnum value)Sets the value of the accountType property.voidsetBankName(String value)Sets the value of the bankName property.voidsetCheckNumber(String value)Sets the value of the checkNumber property.voidsetEcheckType(EcheckTypeEnum value)Sets the value of the echeckType property.voidsetNameOnAccount(String value)Sets the value of the nameOnAccount property.voidsetRoutingNumber(String value)Sets the value of the routingNumber property.
-
-
-
Field Detail
-
accountType
protected BankAccountTypeEnum accountType
-
routingNumber
protected String routingNumber
-
accountNumber
protected String accountNumber
-
nameOnAccount
protected String nameOnAccount
-
echeckType
protected EcheckTypeEnum echeckType
-
bankName
protected String bankName
-
checkNumber
protected String checkNumber
-
-
Method Detail
-
getAccountType
public BankAccountTypeEnum getAccountType()
Gets the value of the accountType property.- Returns:
- possible object is
BankAccountTypeEnum
-
setAccountType
public void setAccountType(BankAccountTypeEnum value)
Sets the value of the accountType property.- Parameters:
value- allowed object isBankAccountTypeEnum
-
getRoutingNumber
public String getRoutingNumber()
Gets the value of the routingNumber property.- Returns:
- possible object is
String
-
setRoutingNumber
public void setRoutingNumber(String value)
Sets the value of the routingNumber property.- Parameters:
value- allowed object isString
-
getAccountNumber
public String getAccountNumber()
Gets the value of the accountNumber property.- Returns:
- possible object is
String
-
setAccountNumber
public void setAccountNumber(String value)
Sets the value of the accountNumber property.- Parameters:
value- allowed object isString
-
getNameOnAccount
public String getNameOnAccount()
Gets the value of the nameOnAccount property.- Returns:
- possible object is
String
-
setNameOnAccount
public void setNameOnAccount(String value)
Sets the value of the nameOnAccount property.- Parameters:
value- allowed object isString
-
getEcheckType
public EcheckTypeEnum getEcheckType()
Gets the value of the echeckType property.- Returns:
- possible object is
EcheckTypeEnum
-
setEcheckType
public void setEcheckType(EcheckTypeEnum value)
Sets the value of the echeckType property.- Parameters:
value- allowed object isEcheckTypeEnum
-
getBankName
public String getBankName()
Gets the value of the bankName property.- Returns:
- possible object is
String
-
setBankName
public void setBankName(String value)
Sets the value of the bankName property.- Parameters:
value- allowed object isString
-
getCheckNumber
public String getCheckNumber()
Gets the value of the checkNumber property.- Returns:
- possible object is
String
-
-