|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.AcceptablePaymentCardsInfo
public class AcceptablePaymentCardsInfo
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 |
---|
public AcceptablePaymentCardsInfo()
Method Detail |
---|
public AcceptablePaymentCardsInfo.AcceptablePaymentCards getAcceptablePaymentCards()
public void setAcceptablePaymentCards(AcceptablePaymentCardsInfo.AcceptablePaymentCards acceptablePaymentCards)
acceptablePaymentCards
- public FormattedText getInfo()
public void setInfo(FormattedText info)
info
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |