org.ota.insurance
Class PlanSearchRS.AvailablePlan.PlanDetail

java.lang.Object
  extended by org.ota.insurance.PlanSearchRS.AvailablePlan.PlanDetail
Enclosing class:
PlanSearchRS.AvailablePlan

public static class PlanSearchRS.AvailablePlan.PlanDetail
extends java.lang.Object

Container for detailed descriptions and URLs associated with the insurance product. 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="PlanDetail" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:FormattedTextType" name="PlanDescription" minOccurs="0"/>
       <xs:element type="ns:URL_Type" name="QuoteDetailURL" minOccurs="0"/>
       <xs:element type="ns:URL_Type" name="BookingDetailURL" minOccurs="0"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
PlanSearchRS.AvailablePlan.PlanDetail()
           
 
Method Summary
 URL getBookingDetailURL()
          Get the 'BookingDetailURL' element value.
 FormattedText getPlanDescription()
          Get the 'PlanDescription' element value.
 URL getQuoteDetailURL()
          Get the 'QuoteDetailURL' element value.
 void setBookingDetailURL(URL bookingDetailURL)
          Set the 'BookingDetailURL' element value.
 void setPlanDescription(FormattedText planDescription)
          Set the 'PlanDescription' element value.
 void setQuoteDetailURL(URL quoteDetailURL)
          Set the 'QuoteDetailURL' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlanSearchRS.AvailablePlan.PlanDetail

public PlanSearchRS.AvailablePlan.PlanDetail()
Method Detail

getPlanDescription

public FormattedText getPlanDescription()
Get the 'PlanDescription' element value. Detailed description of insurance product.

Returns:
value

setPlanDescription

public void setPlanDescription(FormattedText planDescription)
Set the 'PlanDescription' element value. Detailed description of insurance product.

Parameters:
planDescription -

getQuoteDetailURL

public URL getQuoteDetailURL()
Get the 'QuoteDetailURL' element value. URL where user may get more information about quoting this product.

Returns:
value

setQuoteDetailURL

public void setQuoteDetailURL(URL quoteDetailURL)
Set the 'QuoteDetailURL' element value. URL where user may get more information about quoting this product.

Parameters:
quoteDetailURL -

getBookingDetailURL

public URL getBookingDetailURL()
Get the 'BookingDetailURL' element value. URL where user may get more information about purchasing this product.

Returns:
value

setBookingDetailURL

public void setBookingDetailURL(URL bookingDetailURL)
Set the 'BookingDetailURL' element value. URL where user may get more information about purchasing this product.

Parameters:
bookingDetailURL -