|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.air.Authorization.CreditCardAuthorization
public static class Authorization.CreditCardAuthorization
Specifies credit card information about the customer seeking authorization. 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="CreditCardAuthorization" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element type="ns:PaymentCardType" name="CreditCard"/>
<xs:element type="ns:UniqueID_Type" name="ID" minOccurs="0" maxOccurs="5"/>
</xs:sequence>
<xs:attributeGroup ref="ns:CurrencyAmountGroup"/>
<xs:attribute use="optional" name="SourceType">
<xs:simpleType>
<!-- Reference to inner class Source -->
</xs:simpleType>
</xs:attribute>
<xs:attribute type="xs:boolean" use="optional" name="ExtendedPaymentInd"/>
<xs:attribute type="xs:int" use="optional" name="ExtendedPaymentQuantity"/>
<xs:attribute type="ns:TimeUnitType" use="optional" name="ExtendedPaymentFrequency"/>
<xs:attribute type="xs:string" use="optional" name="AuthorizationCode"/>
<xs:attribute type="xs:boolean" use="optional" name="ReversalIndicator"/>
<xs:attribute type="xs:boolean" use="optional" name="CardPresentInd"/>
<xs:attribute type="xs:string" use="optional" name="E_CommerceCode"/>
<xs:attribute type="xs:string" use="optional" name="AuthTransactionID"/>
<xs:attribute type="xs:string" use="optional" name="AuthVerificationValue"/>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
Authorization.CreditCardAuthorization.Source
Schema fragment(s) for this class: |
| Constructor Summary | |
|---|---|
Authorization.CreditCardAuthorization()
|
|
| Method Summary | |
|---|---|
void |
addID(UniqueID item)
Add a 'ID' element item. |
void |
clearIDs()
Remove all 'ID' element items. |
java.lang.String |
getAuthorizationCode()
Get the 'AuthorizationCode' attribute value. |
java.lang.String |
getAuthTransactionID()
Get the 'AuthTransactionID' attribute value. |
java.lang.String |
getAuthVerificationValue()
Get the 'AuthVerificationValue' attribute value. |
java.lang.Boolean |
getCardPresentInd()
Get the 'CardPresentInd' attribute value. |
PaymentCard |
getCreditCard()
Get the 'CreditCard' element value. |
CurrencyAmountGroup |
getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. |
java.lang.String |
getECommerceCode()
Get the 'E_CommerceCode' attribute value. |
TimeUnit |
getExtendedPaymentFrequency()
Get the 'ExtendedPaymentFrequency' attribute value. |
java.lang.Boolean |
getExtendedPaymentInd()
Get the 'ExtendedPaymentInd' attribute value. |
java.lang.Integer |
getExtendedPaymentQuantity()
Get the 'ExtendedPaymentQuantity' attribute value. |
UniqueID |
getID(int index)
Get 'ID' element item by position. |
java.util.List<UniqueID> |
getIDs()
Get the list of 'ID' element items. |
java.lang.Boolean |
getReversalIndicator()
Get the 'ReversalIndicator' attribute value. |
Authorization.CreditCardAuthorization.Source |
getSource()
Get the 'SourceType' attribute value. |
void |
setAuthorizationCode(java.lang.String authorizationCode)
Set the 'AuthorizationCode' attribute value. |
void |
setAuthTransactionID(java.lang.String authTransactionID)
Set the 'AuthTransactionID' attribute value. |
void |
setAuthVerificationValue(java.lang.String authVerificationValue)
Set the 'AuthVerificationValue' attribute value. |
void |
setCardPresentInd(java.lang.Boolean cardPresentInd)
Set the 'CardPresentInd' attribute value. |
void |
setCreditCard(PaymentCard creditCard)
Set the 'CreditCard' element value. |
void |
setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setECommerceCode(java.lang.String ECommerceCode)
Set the 'E_CommerceCode' attribute value. |
void |
setExtendedPaymentFrequency(TimeUnit extendedPaymentFrequency)
Set the 'ExtendedPaymentFrequency' attribute value. |
void |
setExtendedPaymentInd(java.lang.Boolean extendedPaymentInd)
Set the 'ExtendedPaymentInd' attribute value. |
void |
setExtendedPaymentQuantity(java.lang.Integer extendedPaymentQuantity)
Set the 'ExtendedPaymentQuantity' attribute value. |
void |
setIDs(java.util.List<UniqueID> list)
Set the list of 'ID' element items. |
void |
setReversalIndicator(java.lang.Boolean reversalIndicator)
Set the 'ReversalIndicator' attribute value. |
void |
setSource(Authorization.CreditCardAuthorization.Source source)
Set the 'SourceType' attribute value. |
int |
sizeIDs()
Get the number of 'ID' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Authorization.CreditCardAuthorization()
| Method Detail |
|---|
public PaymentCard getCreditCard()
public void setCreditCard(PaymentCard creditCard)
creditCard - public java.util.List<UniqueID> getIDs()
public void setIDs(java.util.List<UniqueID> list)
list - public int sizeIDs()
public void addID(UniqueID item)
item - public UniqueID getID(int index)
index -
public void clearIDs()
public CurrencyAmountGroup getCurrencyAmountGroup()
public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
currencyAmountGroup - public Authorization.CreditCardAuthorization.Source getSource()
public void setSource(Authorization.CreditCardAuthorization.Source source)
source - public java.lang.Boolean getExtendedPaymentInd()
public void setExtendedPaymentInd(java.lang.Boolean extendedPaymentInd)
extendedPaymentInd - public java.lang.Integer getExtendedPaymentQuantity()
public void setExtendedPaymentQuantity(java.lang.Integer extendedPaymentQuantity)
extendedPaymentQuantity - public TimeUnit getExtendedPaymentFrequency()
public void setExtendedPaymentFrequency(TimeUnit extendedPaymentFrequency)
extendedPaymentFrequency - public java.lang.String getAuthorizationCode()
public void setAuthorizationCode(java.lang.String authorizationCode)
authorizationCode - public java.lang.Boolean getReversalIndicator()
public void setReversalIndicator(java.lang.Boolean reversalIndicator)
reversalIndicator - public java.lang.Boolean getCardPresentInd()
public void setCardPresentInd(java.lang.Boolean cardPresentInd)
cardPresentInd - public java.lang.String getECommerceCode()
public void setECommerceCode(java.lang.String ECommerceCode)
ECommerceCode - public java.lang.String getAuthTransactionID()
public void setAuthTransactionID(java.lang.String authTransactionID)
authTransactionID - public java.lang.String getAuthVerificationValue()
public void setAuthVerificationValue(java.lang.String authVerificationValue)
authVerificationValue -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||