org.ota.insurance
Class PlanSearchRS.AvailablePlan.ProviderDetail

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

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

Container for the name and detailed description of the insurance company offering the 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="ProviderDetail" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:CompanyNameType" name="ProviderCompany" minOccurs="0"/>
       <xs:element type="ns:FormattedTextType" name="ProviderDescription" minOccurs="0"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
PlanSearchRS.AvailablePlan.ProviderDetail()
           
 
Method Summary
 CompanyName getProviderCompany()
          Get the 'ProviderCompany' element value.
 FormattedText getProviderDescription()
          Get the 'ProviderDescription' element value.
 void setProviderCompany(CompanyName providerCompany)
          Set the 'ProviderCompany' element value.
 void setProviderDescription(FormattedText providerDescription)
          Set the 'ProviderDescription' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlanSearchRS.AvailablePlan.ProviderDetail

public PlanSearchRS.AvailablePlan.ProviderDetail()
Method Detail

getProviderCompany

public CompanyName getProviderCompany()
Get the 'ProviderCompany' element value. Name of the insurance company offering the product.

Returns:
value

setProviderCompany

public void setProviderCompany(CompanyName providerCompany)
Set the 'ProviderCompany' element value. Name of the insurance company offering the product.

Parameters:
providerCompany -

getProviderDescription

public FormattedText getProviderDescription()
Get the 'ProviderDescription' element value. Detailed description of the insurance company.

Returns:
value

setProviderDescription

public void setProviderDescription(FormattedText providerDescription)
Set the 'ProviderDescription' element value. Detailed description of the insurance company.

Parameters:
providerDescription -