| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.insurance.InsCoverage
org.ota.insurance.BookRQ.PlanForBookRQ
public static class BookRQ.PlanForBookRQ
Contains a booking request for a single insurance plan 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="PlanForBookRQ" maxOccurs="unbounded">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:InsCoverageType">
         <xs:sequence>
           <xs:element type="ns:InsuranceCustomerType" name="InsuranceCustomer"/>
           <xs:element type="ns:PlanCostType" name="PlanCost" minOccurs="0"/>
           <xs:element type="ns:UniqueID_Type" name="UniqueID" minOccurs="0"/>
         </xs:sequence>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 
| Constructor Summary | |
|---|---|
| BookRQ.PlanForBookRQ() | |
| Method Summary | |
|---|---|
|  InsuranceCustomer | getInsuranceCustomer()Get the 'InsuranceCustomer' element value. | 
|  PlanCost | getPlanCost()Get the 'PlanCost' element value. | 
|  UniqueID | getUniqueID()Get the 'UniqueID' element value. | 
|  void | setInsuranceCustomer(InsuranceCustomer insuranceCustomer)Set the 'InsuranceCustomer' element value. | 
|  void | setPlanCost(PlanCost planCost)Set the 'PlanCost' element value. | 
|  void | setUniqueID(UniqueID uniqueID)Set the 'UniqueID' element value. | 
| Methods inherited from class org.ota.insurance.InsCoverage | 
|---|
| addCoveredTraveler, clearCoveredTravelers, getCoveredTraveler, getCoveredTravelers, getInsCoverageDetail, getPlanIDGroup, setCoveredTravelers, setInsCoverageDetail, setPlanIDGroup, sizeCoveredTravelers | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public BookRQ.PlanForBookRQ()
| Method Detail | 
|---|
public InsuranceCustomer getInsuranceCustomer()
public void setInsuranceCustomer(InsuranceCustomer insuranceCustomer)
insuranceCustomer - public PlanCost getPlanCost()
public void setPlanCost(PlanCost planCost)
planCost - public UniqueID getUniqueID()
public void setUniqueID(UniqueID uniqueID)
uniqueID - | 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||