org.ota.insurance
Class PlanSearchRQ.SearchTripInfo.CoveredTrips.CoveredTrip

java.lang.Object
  extended by org.ota.insurance.TripFeatures
      extended by org.ota.insurance.PlanSearchRQ.SearchTripInfo.CoveredTrips.CoveredTrip
Enclosing class:
PlanSearchRQ.SearchTripInfo.CoveredTrips

public static class PlanSearchRQ.SearchTripInfo.CoveredTrips.CoveredTrip
extends TripFeatures

Information about a single trip for which the traveler(s) are requesting coverage. 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="CoveredTrip" maxOccurs="99">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:TripFeaturesType">
         <xs:attributeGroup ref="ns:DateTimeSpanGroup"/>
         <xs:attribute type="xs:dateTime" use="optional" name="DepositDate"/>
         <xs:attribute type="xs:dateTime" use="optional" name="FinalPayDate"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.insurance.TripFeatures
TripFeatures.Activities, TripFeatures.Destinations, TripFeatures.Operators
 
Constructor Summary
PlanSearchRQ.SearchTripInfo.CoveredTrips.CoveredTrip()
           
 
Method Summary
 DateTimeSpanGroup getDateTimeSpanGroup()
          Get the 'DateTimeSpanGroup' attributeGroup value.
 java.util.Date getDepositDate()
          Get the 'DepositDate' attribute value.
 java.util.Date getFinalPayDate()
          Get the 'FinalPayDate' attribute value.
 void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
          Set the 'DateTimeSpanGroup' attributeGroup value.
 void setDepositDate(java.util.Date depositDate)
          Set the 'DepositDate' attribute value.
 void setFinalPayDate(java.util.Date finalPayDate)
          Set the 'FinalPayDate' attribute value.
 
Methods inherited from class org.ota.insurance.TripFeatures
getActivities, getDestinations, getOperators, setActivities, setDestinations, setOperators
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlanSearchRQ.SearchTripInfo.CoveredTrips.CoveredTrip

public PlanSearchRQ.SearchTripInfo.CoveredTrips.CoveredTrip()
Method Detail

getDateTimeSpanGroup

public DateTimeSpanGroup getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value.

Returns:
value

setDateTimeSpanGroup

public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value.

Parameters:
dateTimeSpanGroup -

getDepositDate

public java.util.Date getDepositDate()
Get the 'DepositDate' attribute value.

Returns:
value

setDepositDate

public void setDepositDate(java.util.Date depositDate)
Set the 'DepositDate' attribute value.

Parameters:
depositDate -

getFinalPayDate

public java.util.Date getFinalPayDate()
Get the 'FinalPayDate' attribute value.

Returns:
value

setFinalPayDate

public void setFinalPayDate(java.util.Date finalPayDate)
Set the 'FinalPayDate' attribute value.

Parameters:
finalPayDate -