| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.pkg.CostRS.AcceptedPaymtForms.AcceptedPaymtForm
public static class CostRS.AcceptedPaymtForms.AcceptedPaymtForm
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 | 
|---|
public CostRS.AcceptedPaymtForms.AcceptedPaymtForm()
| Method Detail | 
|---|
public MonetaryRule getMonetaryRule()
public void setMonetaryRule(MonetaryRule monetaryRule)
monetaryRule - public java.lang.String getIssuerCode()
public void setIssuerCode(java.lang.String issuerCode)
issuerCode - | 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||