org.broadleafcommerce.vendor.cybersource.service.api
Class BankInfo

java.lang.Object
  extended by org.broadleafcommerce.vendor.cybersource.service.api.BankInfo
All Implemented Interfaces:
java.io.Serializable

public class BankInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
BankInfo()
           
BankInfo(java.lang.String bankCode, java.lang.String name, java.lang.String address, java.lang.String city, java.lang.String country, java.lang.String branchCode, java.lang.String swiftCode, java.lang.String sortCode, java.lang.String issuerID)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAddress()
          Gets the address value for this BankInfo.
 java.lang.String getBankCode()
          Gets the bankCode value for this BankInfo.
 java.lang.String getBranchCode()
          Gets the branchCode value for this BankInfo.
 java.lang.String getCity()
          Gets the city value for this BankInfo.
 java.lang.String getCountry()
          Gets the country value for this BankInfo.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getIssuerID()
          Gets the issuerID value for this BankInfo.
 java.lang.String getName()
          Gets the name value for this BankInfo.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getSortCode()
          Gets the sortCode value for this BankInfo.
 java.lang.String getSwiftCode()
          Gets the swiftCode value for this BankInfo.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAddress(java.lang.String address)
          Sets the address value for this BankInfo.
 void setBankCode(java.lang.String bankCode)
          Sets the bankCode value for this BankInfo.
 void setBranchCode(java.lang.String branchCode)
          Sets the branchCode value for this BankInfo.
 void setCity(java.lang.String city)
          Sets the city value for this BankInfo.
 void setCountry(java.lang.String country)
          Sets the country value for this BankInfo.
 void setIssuerID(java.lang.String issuerID)
          Sets the issuerID value for this BankInfo.
 void setName(java.lang.String name)
          Sets the name value for this BankInfo.
 void setSortCode(java.lang.String sortCode)
          Sets the sortCode value for this BankInfo.
 void setSwiftCode(java.lang.String swiftCode)
          Sets the swiftCode value for this BankInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BankInfo

public BankInfo()

BankInfo

public BankInfo(java.lang.String bankCode,
                java.lang.String name,
                java.lang.String address,
                java.lang.String city,
                java.lang.String country,
                java.lang.String branchCode,
                java.lang.String swiftCode,
                java.lang.String sortCode,
                java.lang.String issuerID)
Method Detail

getBankCode

public java.lang.String getBankCode()
Gets the bankCode value for this BankInfo.

Returns:
bankCode

setBankCode

public void setBankCode(java.lang.String bankCode)
Sets the bankCode value for this BankInfo.

Parameters:
bankCode -

getName

public java.lang.String getName()
Gets the name value for this BankInfo.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this BankInfo.

Parameters:
name -

getAddress

public java.lang.String getAddress()
Gets the address value for this BankInfo.

Returns:
address

setAddress

public void setAddress(java.lang.String address)
Sets the address value for this BankInfo.

Parameters:
address -

getCity

public java.lang.String getCity()
Gets the city value for this BankInfo.

Returns:
city

setCity

public void setCity(java.lang.String city)
Sets the city value for this BankInfo.

Parameters:
city -

getCountry

public java.lang.String getCountry()
Gets the country value for this BankInfo.

Returns:
country

setCountry

public void setCountry(java.lang.String country)
Sets the country value for this BankInfo.

Parameters:
country -

getBranchCode

public java.lang.String getBranchCode()
Gets the branchCode value for this BankInfo.

Returns:
branchCode

setBranchCode

public void setBranchCode(java.lang.String branchCode)
Sets the branchCode value for this BankInfo.

Parameters:
branchCode -

getSwiftCode

public java.lang.String getSwiftCode()
Gets the swiftCode value for this BankInfo.

Returns:
swiftCode

setSwiftCode

public void setSwiftCode(java.lang.String swiftCode)
Sets the swiftCode value for this BankInfo.

Parameters:
swiftCode -

getSortCode

public java.lang.String getSortCode()
Gets the sortCode value for this BankInfo.

Returns:
sortCode

setSortCode

public void setSortCode(java.lang.String sortCode)
Sets the sortCode value for this BankInfo.

Parameters:
sortCode -

getIssuerID

public java.lang.String getIssuerID()
Gets the issuerID value for this BankInfo.

Returns:
issuerID

setIssuerID

public void setIssuerID(java.lang.String issuerID)
Sets the issuerID value for this BankInfo.

Parameters:
issuerID -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2010. All Rights Reserved.