org.ota.pkg
Class CostRS.AcceptedPaymtForms.AcceptedPaymtForm

java.lang.Object
  extended by org.ota.pkg.CostRS.AcceptedPaymtForms.AcceptedPaymtForm
Enclosing class:
CostRS.AcceptedPaymtForms

public static class CostRS.AcceptedPaymtForms.AcceptedPaymtForm
extends java.lang.Object

Provides details of acceptable types of payment (e.g. Credit or Debit Card) together with applicable fees, if any. 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="AcceptedPaymtForm" maxOccurs="9">
   <xs:complexType>
     <xs:simpleContent>
       <xs:extension base="ns:MonetaryRuleType">
         <xs:attribute type="xs:string" use="optional" name="IssuerCode"/>
       </xs:extension>
     </xs:simpleContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
CostRS.AcceptedPaymtForms.AcceptedPaymtForm()
           
 
Method Summary
 java.lang.String getIssuerCode()
          Get the 'IssuerCode' attribute value.
 MonetaryRule getMonetaryRule()
          Get the extension value.
 void setIssuerCode(java.lang.String issuerCode)
          Set the 'IssuerCode' attribute value.
 void setMonetaryRule(MonetaryRule monetaryRule)
          Set the extension value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CostRS.AcceptedPaymtForms.AcceptedPaymtForm

public CostRS.AcceptedPaymtForms.AcceptedPaymtForm()
Method Detail

getMonetaryRule

public MonetaryRule getMonetaryRule()
Get the extension value.

Returns:
value

setMonetaryRule

public void setMonetaryRule(MonetaryRule monetaryRule)
Set the extension value.

Parameters:
monetaryRule -

getIssuerCode

public java.lang.String getIssuerCode()
Get the 'IssuerCode' attribute value. Code identifying the issuer of a Switch debit card.

Returns:
value

setIssuerCode

public void setIssuerCode(java.lang.String issuerCode)
Set the 'IssuerCode' attribute value. Code identifying the issuer of a Switch debit card.

Parameters:
issuerCode -