org.ota.shared
Class PaymentCard.CardIssuerName

java.lang.Object
  extended by org.ota.shared.PaymentCard.CardIssuerName
Enclosing class:
PaymentCard

public static class PaymentCard.CardIssuerName
extends java.lang.Object

Issuer of the card. Schema fragment(s) for this class:

 <xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CardIssuerName" minOccurs="0">
   <xs:complexType>
     <xs:attributeGroup ref="ns:IssuerNameGroup"/>
   </xs:complexType>
 </xs:element>
 
 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IssuerNameGroup">
   <xs:attribute type="xs:string" name="BankID"/>
 </xs:attributeGroup>
 


Constructor Summary
PaymentCard.CardIssuerName()
           
 
Method Summary
 java.lang.String getBankID()
          Get the 'BankID' attribute value.
 void setBankID(java.lang.String bankID)
          Set the 'BankID' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaymentCard.CardIssuerName

public PaymentCard.CardIssuerName()
Method Detail

getBankID

public java.lang.String getBankID()
Get the 'BankID' attribute value. Code of bank issuing the card.

Returns:
value

setBankID

public void setBankID(java.lang.String bankID)
Set the 'BankID' attribute value. Code of bank issuing the card.

Parameters:
bankID -