|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.insurance.PlanSearchRS.AvailablePlan
public static class PlanSearchRS.AvailablePlan
Container for information about a single insurance plan. 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="AvailablePlan" maxOccurs="999">
<xs:complexType>
<xs:sequence>
<xs:element name="PlanDetail" minOccurs="0">
<!-- Reference to inner class PlanDetail -->
</xs:element>
<xs:element name="ProviderDetail" minOccurs="0">
<!-- Reference to inner class ProviderDetail -->
</xs:element>
<xs:element name="UnderwriterDetail" minOccurs="0">
<!-- Reference to inner class UnderwriterDetail -->
</xs:element>
<xs:element type="ns:PlanRestrictionType" name="PlanRestrictions" minOccurs="0"/>
</xs:sequence>
<xs:attribute type="xs:boolean" use="optional" name="Featured"/>
<xs:attribute type="ns:PreferLevelType" use="optional" name="PreferLevel"/>
<xs:attributeGroup ref="ns:PlanID_Group"/>
<xs:attributeGroup ref="ns:EffectiveExpireOptionalDateGroup"/>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
PlanSearchRS.AvailablePlan.PlanDetail
Container for detailed descriptions and URLs associated with the insurance product. |
static class |
PlanSearchRS.AvailablePlan.ProviderDetail
Container for the name and detailed description of the insurance company offering the product. |
static class |
PlanSearchRS.AvailablePlan.UnderwriterDetail
Container for the name and detailed description of the company underwriting the insurance product. |
| Constructor Summary | |
|---|---|
PlanSearchRS.AvailablePlan()
|
|
| Method Summary | |
|---|---|
EffectiveExpireOptionalDateGroup |
getEffectiveExpireOptionalDateGroup()
Get the 'EffectiveExpireOptionalDateGroup' attributeGroup value. |
java.lang.Boolean |
getFeatured()
Get the 'Featured' attribute value. |
PlanSearchRS.AvailablePlan.PlanDetail |
getPlanDetail()
Get the 'PlanDetail' element value. |
PlanIDGroup |
getPlanIDGroup()
Get the 'PlanID_Group' attributeGroup value. |
PlanRestriction |
getPlanRestrictions()
Get the 'PlanRestrictions' element value. |
PreferLevel |
getPreferLevel()
Get the 'PreferLevel' attribute value. |
PlanSearchRS.AvailablePlan.ProviderDetail |
getProviderDetail()
Get the 'ProviderDetail' element value. |
PlanSearchRS.AvailablePlan.UnderwriterDetail |
getUnderwriterDetail()
Get the 'UnderwriterDetail' element value. |
void |
setEffectiveExpireOptionalDateGroup(EffectiveExpireOptionalDateGroup effectiveExpireOptionalDateGroup)
Set the 'EffectiveExpireOptionalDateGroup' attributeGroup value. |
void |
setFeatured(java.lang.Boolean featured)
Set the 'Featured' attribute value. |
void |
setPlanDetail(PlanSearchRS.AvailablePlan.PlanDetail planDetail)
Set the 'PlanDetail' element value. |
void |
setPlanIDGroup(PlanIDGroup planIDGroup)
Set the 'PlanID_Group' attributeGroup value. |
void |
setPlanRestrictions(PlanRestriction planRestrictions)
Set the 'PlanRestrictions' element value. |
void |
setPreferLevel(PreferLevel preferLevel)
Set the 'PreferLevel' attribute value. |
void |
setProviderDetail(PlanSearchRS.AvailablePlan.ProviderDetail providerDetail)
Set the 'ProviderDetail' element value. |
void |
setUnderwriterDetail(PlanSearchRS.AvailablePlan.UnderwriterDetail underwriterDetail)
Set the 'UnderwriterDetail' 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()
| Method Detail |
|---|
public PlanSearchRS.AvailablePlan.PlanDetail getPlanDetail()
public void setPlanDetail(PlanSearchRS.AvailablePlan.PlanDetail planDetail)
planDetail - public PlanSearchRS.AvailablePlan.ProviderDetail getProviderDetail()
public void setProviderDetail(PlanSearchRS.AvailablePlan.ProviderDetail providerDetail)
providerDetail - public PlanSearchRS.AvailablePlan.UnderwriterDetail getUnderwriterDetail()
public void setUnderwriterDetail(PlanSearchRS.AvailablePlan.UnderwriterDetail underwriterDetail)
underwriterDetail - public PlanRestriction getPlanRestrictions()
public void setPlanRestrictions(PlanRestriction planRestrictions)
planRestrictions - public java.lang.Boolean getFeatured()
public void setFeatured(java.lang.Boolean featured)
featured - public PreferLevel getPreferLevel()
public void setPreferLevel(PreferLevel preferLevel)
preferLevel - public PlanIDGroup getPlanIDGroup()
public void setPlanIDGroup(PlanIDGroup planIDGroup)
planIDGroup - public EffectiveExpireOptionalDateGroup getEffectiveExpireOptionalDateGroup()
public void setEffectiveExpireOptionalDateGroup(EffectiveExpireOptionalDateGroup effectiveExpireOptionalDateGroup)
effectiveExpireOptionalDateGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||