org.ota.shared
Class AcceptablePaymentCardsInfo

java.lang.Object
  extended by org.ota.shared.AcceptablePaymentCardsInfo

public class AcceptablePaymentCardsInfo
extends java.lang.Object

This complex type identifies payment cards that are acceptable for a specific form of payment, along with the ability to provide free text information regarding payment cards. Schema fragment(s) for this class:

 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="AcceptablePaymentCardsInfoType">
   <xs:sequence>
     <xs:element name="AcceptablePaymentCards" minOccurs="0">
       <!-- Reference to inner class AcceptablePaymentCards -->
     </xs:element>
     <xs:element type="ns:FormattedTextType" name="Info" minOccurs="0"/>
   </xs:sequence>
 </xs:complexType>
 


Nested Class Summary
static class AcceptablePaymentCardsInfo.AcceptablePaymentCards
          A collection of payment cards that are acceptable as a form of payment.
 
Constructor Summary
AcceptablePaymentCardsInfo()
           
 
Method Summary
 AcceptablePaymentCardsInfo.AcceptablePaymentCards getAcceptablePaymentCards()
          Get the 'AcceptablePaymentCards' element value.
 FormattedText getInfo()
          Get the 'Info' element value.
 void setAcceptablePaymentCards(AcceptablePaymentCardsInfo.AcceptablePaymentCards acceptablePaymentCards)
          Set the 'AcceptablePaymentCards' element value.
 void setInfo(FormattedText info)
          Set the 'Info' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcceptablePaymentCardsInfo

public AcceptablePaymentCardsInfo()
Method Detail

getAcceptablePaymentCards

public AcceptablePaymentCardsInfo.AcceptablePaymentCards getAcceptablePaymentCards()
Get the 'AcceptablePaymentCards' element value.

Returns:
value

setAcceptablePaymentCards

public void setAcceptablePaymentCards(AcceptablePaymentCardsInfo.AcceptablePaymentCards acceptablePaymentCards)
Set the 'AcceptablePaymentCards' element value.

Parameters:
acceptablePaymentCards -

getInfo

public FormattedText getInfo()
Get the 'Info' element value. General information regarding the use of payment cards.

Returns:
value

setInfo

public void setInfo(FormattedText info)
Set the 'Info' element value. General information regarding the use of payment cards.

Parameters:
info -