org.ota.insurance
Class PlanSearchRS.AvailablePlan.UnderwriterDetail

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

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

Container for the name and detailed description of the company underwriting 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="UnderwriterDetail" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:CompanyNameType" name="UnderwriterCompany" minOccurs="0"/>
       <xs:element type="ns:FormattedTextType" name="UnderwriterDescription" minOccurs="0"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
PlanSearchRS.AvailablePlan.UnderwriterDetail()
           
 
Method Summary
 CompanyName getUnderwriterCompany()
          Get the 'UnderwriterCompany' element value.
 FormattedText getUnderwriterDescription()
          Get the 'UnderwriterDescription' element value.
 void setUnderwriterCompany(CompanyName underwriterCompany)
          Set the 'UnderwriterCompany' element value.
 void setUnderwriterDescription(FormattedText underwriterDescription)
          Set the 'UnderwriterDescription' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlanSearchRS.AvailablePlan.UnderwriterDetail

public PlanSearchRS.AvailablePlan.UnderwriterDetail()
Method Detail

getUnderwriterCompany

public CompanyName getUnderwriterCompany()
Get the 'UnderwriterCompany' element value. Name of the company underwriting the insurance product.

Returns:
value

setUnderwriterCompany

public void setUnderwriterCompany(CompanyName underwriterCompany)
Set the 'UnderwriterCompany' element value. Name of the company underwriting the insurance product.

Parameters:
underwriterCompany -

getUnderwriterDescription

public FormattedText getUnderwriterDescription()
Get the 'UnderwriterDescription' element value. Detailed description of the underwriter.

Returns:
value

setUnderwriterDescription

public void setUnderwriterDescription(FormattedText underwriterDescription)
Set the 'UnderwriterDescription' element value. Detailed description of the underwriter.

Parameters:
underwriterDescription -