org.ota.insurance
Class BookRQ.PlanForBookRQ

java.lang.Object
  extended by org.ota.insurance.InsCoverage
      extended by org.ota.insurance.BookRQ.PlanForBookRQ
Enclosing class:
BookRQ

public static class BookRQ.PlanForBookRQ
extends InsCoverage

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

BookRQ.PlanForBookRQ

public BookRQ.PlanForBookRQ()
Method Detail

getInsuranceCustomer

public InsuranceCustomer getInsuranceCustomer()
Get the 'InsuranceCustomer' element value.

Returns:
value

setInsuranceCustomer

public void setInsuranceCustomer(InsuranceCustomer insuranceCustomer)
Set the 'InsuranceCustomer' element value.

Parameters:
insuranceCustomer -

getPlanCost

public PlanCost getPlanCost()
Get the 'PlanCost' element value. Cost of insurance plan from initial quote (allows for price validation)

Returns:
value

setPlanCost

public void setPlanCost(PlanCost planCost)
Set the 'PlanCost' element value. Cost of insurance plan from initial quote (allows for price validation)

Parameters:
planCost -

getUniqueID

public UniqueID getUniqueID()
Get the 'UniqueID' element value. Unique identifier associated with booking request message

Returns:
value

setUniqueID

public void setUniqueID(UniqueID uniqueID)
Set the 'UniqueID' element value. Unique identifier associated with booking request message

Parameters:
uniqueID -