|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.AcceptablePaymentCardsInfo.AcceptablePaymentCards.AcceptablePaymentCard
public static class AcceptablePaymentCardsInfo.AcceptablePaymentCards.AcceptablePaymentCard
Specific information of one payment card that is acceptable as a form of payment. 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="AcceptablePaymentCard" maxOccurs="99"> <xs:complexType> <xs:attributeGroup ref="ns:AcceptablePaymentCardGroup"/> </xs:complexType> </xs:element> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="AcceptablePaymentCardGroup"> <xs:attribute type="xs:string" use="optional" name="CardType"/> <xs:attribute type="xs:string" use="optional" name="CardName"/> <xs:attribute type="xs:float" use="optional" name="UsagePercentage"/> <xs:attribute type="xs:float" use="optional" name="UsageAmount"/> <xs:attributeGroup ref="ns:CurrencyCodeGroup"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
AcceptablePaymentCardsInfo.AcceptablePaymentCards.AcceptablePaymentCard()
|
Method Summary | |
---|---|
java.lang.String |
getCard()
Get the 'CardType' attribute value. |
java.lang.String |
getCardName()
Get the 'CardName' attribute value. |
CurrencyCodeGroup |
getCurrencyCodeGroup()
Get the 'CurrencyCodeGroup' attributeGroup value. |
java.lang.Float |
getUsageAmount()
Get the 'UsageAmount' attribute value. |
java.lang.Float |
getUsagePercentage()
Get the 'UsagePercentage' attribute value. |
void |
setCard(java.lang.String card)
Set the 'CardType' attribute value. |
void |
setCardName(java.lang.String cardName)
Set the 'CardName' attribute value. |
void |
setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
Set the 'CurrencyCodeGroup' attributeGroup value. |
void |
setUsageAmount(java.lang.Float usageAmount)
Set the 'UsageAmount' attribute value. |
void |
setUsagePercentage(java.lang.Float usagePercentage)
Set the 'UsagePercentage' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AcceptablePaymentCardsInfo.AcceptablePaymentCards.AcceptablePaymentCard()
Method Detail |
---|
public java.lang.String getCard()
public void setCard(java.lang.String card)
card
- public java.lang.String getCardName()
public void setCardName(java.lang.String cardName)
cardName
- public java.lang.Float getUsagePercentage()
public void setUsagePercentage(java.lang.Float usagePercentage)
usagePercentage
- public java.lang.Float getUsageAmount()
public void setUsageAmount(java.lang.Float usageAmount)
usageAmount
- public CurrencyCodeGroup getCurrencyCodeGroup()
public void setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
currencyCodeGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |