|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.insurance.PlanSearchRQ.SearchTripInfo
public static class PlanSearchRQ.SearchTripInfo
Collection of information about the trips for which insurance coverage is being searched for. 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="SearchTripInfo" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element type="xs:string" name="TravelSector" minOccurs="0" maxOccurs="5"/> <xs:element name="TotalTripCost" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:CurrencyAmountGroup"/> </xs:complexType> </xs:element> <xs:element type="ns:TimeDurationType" name="MaximumTripLength" minOccurs="0"/> <xs:element name="CoveredTrips" minOccurs="0"> <!-- Reference to inner class CoveredTrips --> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
PlanSearchRQ.SearchTripInfo.CoveredTrips
Container for any information about the trip(s) for which the traveler(s) are requesting coverage. |
Constructor Summary | |
---|---|
PlanSearchRQ.SearchTripInfo()
|
Method Summary | |
---|---|
void |
addTravelSector(java.lang.String item)
Add a 'TravelSector' element item. |
void |
clearTravelSectors()
Remove all 'TravelSector' element items. |
PlanSearchRQ.SearchTripInfo.CoveredTrips |
getCoveredTrips()
Get the 'CoveredTrips' element value. |
TimeDuration |
getMaximumTripLength()
Get the 'MaximumTripLength' element value. |
CurrencyAmountGroup |
getTotalTripCost()
Get the 'CurrencyAmountGroup' attributeGroup value. |
java.lang.String |
getTravelSector(int index)
Get 'TravelSector' element item by position. |
java.util.List<java.lang.String> |
getTravelSectors()
Get the list of 'TravelSector' element items. |
void |
setCoveredTrips(PlanSearchRQ.SearchTripInfo.CoveredTrips coveredTrips)
Set the 'CoveredTrips' element value. |
void |
setMaximumTripLength(TimeDuration maximumTripLength)
Set the 'MaximumTripLength' element value. |
void |
setTotalTripCost(CurrencyAmountGroup totalTripCost)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setTravelSectors(java.util.List<java.lang.String> list)
Set the list of 'TravelSector' element items. |
int |
sizeTravelSectors()
Get the number of 'TravelSector' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlanSearchRQ.SearchTripInfo()
Method Detail |
---|
public java.util.List<java.lang.String> getTravelSectors()
public void setTravelSectors(java.util.List<java.lang.String> list)
list
- public int sizeTravelSectors()
public void addTravelSector(java.lang.String item)
item
- public java.lang.String getTravelSector(int index)
index
-
public void clearTravelSectors()
public CurrencyAmountGroup getTotalTripCost()
public void setTotalTripCost(CurrencyAmountGroup totalTripCost)
totalTripCost
- public TimeDuration getMaximumTripLength()
public void setMaximumTripLength(TimeDuration maximumTripLength)
maximumTripLength
- public PlanSearchRQ.SearchTripInfo.CoveredTrips getCoveredTrips()
public void setCoveredTrips(PlanSearchRQ.SearchTripInfo.CoveredTrips coveredTrips)
coveredTrips
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |