|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.insurance.IndCoverageReqs
public class IndCoverageReqs
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 |
|---|
public IndCoverageReqs()
| Method Detail |
|---|
public CurrencyAmountGroup getIndTripCost()
public void setIndTripCost(CurrencyAmountGroup indTripCost)
indTripCost - public CurrencyAmountGroup getFlightAccidentAmount()
public void setFlightAccidentAmount(CurrencyAmountGroup flightAccidentAmount)
flightAccidentAmount - public IndCoverageReqs.CoveredLuggage getCoveredLuggage()
public void setCoveredLuggage(IndCoverageReqs.CoveredLuggage coveredLuggage)
coveredLuggage - public IndCoverageReqs.PreexistingConditions getPreexistingConditions()
public void setPreexistingConditions(IndCoverageReqs.PreexistingConditions preexistingConditions)
preexistingConditions -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||