| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.insurance.PlanSearchRS.AvailablePlan.UnderwriterDetail
public static class PlanSearchRS.AvailablePlan.UnderwriterDetail
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 | 
|---|
public PlanSearchRS.AvailablePlan.UnderwriterDetail()
| Method Detail | 
|---|
public CompanyName getUnderwriterCompany()
public void setUnderwriterCompany(CompanyName underwriterCompany)
underwriterCompany - public FormattedText getUnderwriterDescription()
public void setUnderwriterDescription(FormattedText underwriterDescription)
underwriterDescription - 
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||