org.ota.insurance
Class IndCoverageReqs

java.lang.Object
  extended by org.ota.insurance.IndCoverageReqs

public class IndCoverageReqs
extends java.lang.Object

Contains certain traveler-specific information required for quoting or booking an insurance plan. Schema fragment(s) for this class:

 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IndCoverageReqsType">
   <xs:sequence>
     <xs:element name="IndTripCost" minOccurs="0">
       <xs:complexType>
         <xs:attributeGroup ref="ns:CurrencyAmountGroup"/>
       </xs:complexType>
     </xs:element>
     <xs:element name="FlightAccidentAmount" minOccurs="0">
       <xs:complexType>
         <xs:attributeGroup ref="ns:CurrencyAmountGroup"/>
       </xs:complexType>
     </xs:element>
     <xs:element name="CoveredLuggage" minOccurs="0">
       <!-- Reference to inner class CoveredLuggage -->
     </xs:element>
     <xs:element name="PreexistingConditions" minOccurs="0">
       <!-- Reference to inner class PreexistingConditions -->
     </xs:element>
   </xs:sequence>
 </xs:complexType>
 


Nested Class Summary
static class IndCoverageReqs.CoveredLuggage
          Contains descriptions of luggage or equipment for which the traveler has requested additional baggage/equipment coverage (if offered by the insurance plan).
static class IndCoverageReqs.PreexistingConditions
          Contains a description of the traveler's pre-existing conditions, the diagnosis date of the condition, and the date of last treatment.
 
Constructor Summary
IndCoverageReqs()
           
 
Method Summary
 IndCoverageReqs.CoveredLuggage getCoveredLuggage()
          Get the 'CoveredLuggage' element value.
 CurrencyAmountGroup getFlightAccidentAmount()
          Get the 'CurrencyAmountGroup' attributeGroup value.
 CurrencyAmountGroup getIndTripCost()
          Get the 'CurrencyAmountGroup' attributeGroup value.
 IndCoverageReqs.PreexistingConditions getPreexistingConditions()
          Get the 'PreexistingConditions' element value.
 void setCoveredLuggage(IndCoverageReqs.CoveredLuggage coveredLuggage)
          Set the 'CoveredLuggage' element value.
 void setFlightAccidentAmount(CurrencyAmountGroup flightAccidentAmount)
          Set the 'CurrencyAmountGroup' attributeGroup value.
 void setIndTripCost(CurrencyAmountGroup indTripCost)
          Set the 'CurrencyAmountGroup' attributeGroup value.
 void setPreexistingConditions(IndCoverageReqs.PreexistingConditions preexistingConditions)
          Set the 'PreexistingConditions' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndCoverageReqs

public IndCoverageReqs()
Method Detail

getIndTripCost

public CurrencyAmountGroup getIndTripCost()
Get the 'CurrencyAmountGroup' attributeGroup value. Estimated trip cost, or the total price of the journey for the traveler.

Returns:
value

setIndTripCost

public void setIndTripCost(CurrencyAmountGroup indTripCost)
Set the 'CurrencyAmountGroup' attributeGroup value. Estimated trip cost, or the total price of the journey for the traveler.

Parameters:
indTripCost -

getFlightAccidentAmount

public CurrencyAmountGroup getFlightAccidentAmount()
Get the 'CurrencyAmountGroup' attributeGroup value. Amount of flight accident protection (FAP) requested by the traveler (if offered by the insurance plan).

Returns:
value

setFlightAccidentAmount

public void setFlightAccidentAmount(CurrencyAmountGroup flightAccidentAmount)
Set the 'CurrencyAmountGroup' attributeGroup value. Amount of flight accident protection (FAP) requested by the traveler (if offered by the insurance plan).

Parameters:
flightAccidentAmount -

getCoveredLuggage

public IndCoverageReqs.CoveredLuggage getCoveredLuggage()
Get the 'CoveredLuggage' element value.

Returns:
value

setCoveredLuggage

public void setCoveredLuggage(IndCoverageReqs.CoveredLuggage coveredLuggage)
Set the 'CoveredLuggage' element value.

Parameters:
coveredLuggage -

getPreexistingConditions

public IndCoverageReqs.PreexistingConditions getPreexistingConditions()
Get the 'PreexistingConditions' element value.

Returns:
value

setPreexistingConditions

public void setPreexistingConditions(IndCoverageReqs.PreexistingConditions preexistingConditions)
Set the 'PreexistingConditions' element value.

Parameters:
preexistingConditions -