|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.insurance.PlanSearchRS.AvailablePlan.ProviderDetail
public static class PlanSearchRS.AvailablePlan.ProviderDetail
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 |
|---|
public PlanSearchRS.AvailablePlan.ProviderDetail()
| Method Detail |
|---|
public CompanyName getProviderCompany()
public void setProviderCompany(CompanyName providerCompany)
providerCompany - public FormattedText getProviderDescription()
public void setProviderDescription(FormattedText providerDescription)
providerDescription -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||