|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.insurance.CoverageLimit
public class CoverageLimit
Information about the insurance coverage limits that applies to all covered travelers Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CoverageLimitType">
<xs:sequence>
<xs:element name="Deductible" minOccurs="0">
<xs:complexType>
<xs:attributeGroup ref="ns:CurrencyAmountGroup"/>
</xs:complexType>
</xs:element>
<xs:element name="PolicyLimit" minOccurs="0">
<xs:complexType>
<xs:attributeGroup ref="ns:CurrencyAmountGroup"/>
</xs:complexType>
</xs:element>
<xs:element name="IndividualLimit" minOccurs="0">
<xs:complexType>
<xs:attributeGroup ref="ns:CurrencyAmountGroup"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute type="xs:string" use="optional" name="CoverageLevel"/>
<xs:attribute type="xs:string" use="required" name="CoverageType"/>
<xs:attribute type="xs:boolean" use="optional" name="UnlimitedCoverage"/>
<xs:attribute type="xs:boolean" use="optional" name="Covered"/>
<xs:attributeGroup ref="ns:EffectiveExpireOptionalDateGroup"/>
</xs:complexType>
| Constructor Summary | |
|---|---|
CoverageLimit()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCoverage()
Get the 'CoverageType' attribute value. |
java.lang.String |
getCoverageLevel()
Get the 'CoverageLevel' attribute value. |
java.lang.Boolean |
getCovered()
Get the 'Covered' attribute value. |
CurrencyAmountGroup |
getDeductible()
Get the 'CurrencyAmountGroup' attributeGroup value. |
EffectiveExpireOptionalDateGroup |
getEffectiveExpireOptionalDateGroup()
Get the 'EffectiveExpireOptionalDateGroup' attributeGroup value. |
CurrencyAmountGroup |
getIndividualLimit()
Get the 'CurrencyAmountGroup' attributeGroup value. |
CurrencyAmountGroup |
getPolicyLimit()
Get the 'CurrencyAmountGroup' attributeGroup value. |
java.lang.Boolean |
getUnlimitedCoverage()
Get the 'UnlimitedCoverage' attribute value. |
void |
setCoverage(java.lang.String coverage)
Set the 'CoverageType' attribute value. |
void |
setCoverageLevel(java.lang.String coverageLevel)
Set the 'CoverageLevel' attribute value. |
void |
setCovered(java.lang.Boolean covered)
Set the 'Covered' attribute value. |
void |
setDeductible(CurrencyAmountGroup deductible)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setEffectiveExpireOptionalDateGroup(EffectiveExpireOptionalDateGroup effectiveExpireOptionalDateGroup)
Set the 'EffectiveExpireOptionalDateGroup' attributeGroup value. |
void |
setIndividualLimit(CurrencyAmountGroup individualLimit)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setPolicyLimit(CurrencyAmountGroup policyLimit)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setUnlimitedCoverage(java.lang.Boolean unlimitedCoverage)
Set the 'UnlimitedCoverage' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CoverageLimit()
| Method Detail |
|---|
public CurrencyAmountGroup getDeductible()
public void setDeductible(CurrencyAmountGroup deductible)
deductible - public CurrencyAmountGroup getPolicyLimit()
public void setPolicyLimit(CurrencyAmountGroup policyLimit)
policyLimit - public CurrencyAmountGroup getIndividualLimit()
public void setIndividualLimit(CurrencyAmountGroup individualLimit)
individualLimit - public java.lang.String getCoverageLevel()
public void setCoverageLevel(java.lang.String coverageLevel)
coverageLevel - public java.lang.String getCoverage()
public void setCoverage(java.lang.String coverage)
coverage - public java.lang.Boolean getUnlimitedCoverage()
public void setUnlimitedCoverage(java.lang.Boolean unlimitedCoverage)
unlimitedCoverage - public java.lang.Boolean getCovered()
public void setCovered(java.lang.Boolean covered)
covered - 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 | ||||||