|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.insurance.TripFeatures
org.ota.insurance.PlanSearchRQ.SearchTripInfo.CoveredTrips.CoveredTrip
public static class PlanSearchRQ.SearchTripInfo.CoveredTrips.CoveredTrip
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 |
|---|
public PlanSearchRQ.SearchTripInfo.CoveredTrips.CoveredTrip()
| Method Detail |
|---|
public DateTimeSpanGroup getDateTimeSpanGroup()
public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
dateTimeSpanGroup - public java.util.Date getDepositDate()
public void setDepositDate(java.util.Date depositDate)
depositDate - public java.util.Date getFinalPayDate()
public void setFinalPayDate(java.util.Date finalPayDate)
finalPayDate -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||