|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.VehicleLocationLiabilities.Coverages.Coverage
public static class VehicleLocationLiabilities.Coverages.Coverage
This element is used to identify one specific coverage, insuranc or waiver, and to identify any fees that may be associated with it. 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="Coverage" minOccurs="0" maxOccurs="99"> <xs:complexType> <xs:sequence> <xs:element type="ns:FormattedTextType" name="CoverageInfo" minOccurs="0"/> <xs:element name="CoverageFees" minOccurs="0"> <!-- Reference to inner class CoverageFees --> </xs:element> </xs:sequence> <xs:attribute type="xs:string" use="required" name="Type"/> <xs:attribute type="xs:boolean" use="optional" name="RequiredInd"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
VehicleLocationLiabilities.Coverages.Coverage.CoverageFees
A collection of fees associated with this coverage, insurance or waiver. |
Constructor Summary | |
---|---|
VehicleLocationLiabilities.Coverages.Coverage()
|
Method Summary | |
---|---|
VehicleLocationLiabilities.Coverages.Coverage.CoverageFees |
getCoverageFees()
Get the 'CoverageFees' element value. |
FormattedText |
getCoverageInfo()
Get the 'CoverageInfo' element value. |
java.lang.Boolean |
getRequiredInd()
Get the 'RequiredInd' attribute value. |
java.lang.String |
getType()
Get the 'Type' attribute value. |
void |
setCoverageFees(VehicleLocationLiabilities.Coverages.Coverage.CoverageFees coverageFees)
Set the 'CoverageFees' element value. |
void |
setCoverageInfo(FormattedText coverageInfo)
Set the 'CoverageInfo' element value. |
void |
setRequiredInd(java.lang.Boolean requiredInd)
Set the 'RequiredInd' attribute value. |
void |
setType(java.lang.String type)
Set the 'Type' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VehicleLocationLiabilities.Coverages.Coverage()
Method Detail |
---|
public FormattedText getCoverageInfo()
public void setCoverageInfo(FormattedText coverageInfo)
coverageInfo
- public VehicleLocationLiabilities.Coverages.Coverage.CoverageFees getCoverageFees()
public void setCoverageFees(VehicleLocationLiabilities.Coverages.Coverage.CoverageFees coverageFees)
coverageFees
- public java.lang.String getType()
public void setType(java.lang.String type)
type
- public java.lang.Boolean getRequiredInd()
public void setRequiredInd(java.lang.Boolean requiredInd)
requiredInd
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |