|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.CoveragePriced
public class CoveragePriced
The CoveragePricedType complex type defines the information that is required to describe a priced coverage, that is, a coverage and a charge. 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="CoveragePricedType"> <xs:sequence> <xs:element type="ns:CoverageType" name="Coverage"/> <xs:element type="ns:VehicleChargeType" name="Charge"/> <xs:element type="ns:DeductibleType" name="Deductible" minOccurs="0"/> </xs:sequence> <xs:attribute type="xs:boolean" use="optional" name="Required"/> </xs:complexType>
Constructor Summary | |
---|---|
CoveragePriced()
|
Method Summary | |
---|---|
VehicleCharge |
getCharge()
Get the 'Charge' element value. |
Coverage |
getCoverage()
Get the 'Coverage' element value. |
Deductible |
getDeductible()
Get the 'Deductible' element value. |
java.lang.Boolean |
getRequired()
Get the 'Required' attribute value. |
void |
setCharge(VehicleCharge charge)
Set the 'Charge' element value. |
void |
setCoverage(Coverage coverage)
Set the 'Coverage' element value. |
void |
setDeductible(Deductible deductible)
Set the 'Deductible' element value. |
void |
setRequired(java.lang.Boolean required)
Set the 'Required' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CoveragePriced()
Method Detail |
---|
public Coverage getCoverage()
public void setCoverage(Coverage coverage)
coverage
- public VehicleCharge getCharge()
public void setCharge(VehicleCharge charge)
charge
- public Deductible getDeductible()
public void setDeductible(Deductible deductible)
deductible
- public java.lang.Boolean getRequired()
public void setRequired(java.lang.Boolean required)
required
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |