|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.vehicle.OffLocationServicePriced
public class OffLocationServicePriced
The OffLocationServicePricedType complex type describes the data that is used to describe a priced off-location service, that is, an off-location service and the corresponding 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="OffLocationServicePricedType">
<xs:sequence>
<xs:element type="ns:OffLocationServiceType" name="OffLocService"/>
<xs:element type="ns:VehicleChargeType" name="Charge" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
| Constructor Summary | |
|---|---|
OffLocationServicePriced()
|
|
| Method Summary | |
|---|---|
VehicleCharge |
getCharge()
Get the 'Charge' element value. |
OffLocationService |
getOffLocService()
Get the 'OffLocService' element value. |
void |
setCharge(VehicleCharge charge)
Set the 'Charge' element value. |
void |
setOffLocService(OffLocationService offLocService)
Set the 'OffLocService' element value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OffLocationServicePriced()
| Method Detail |
|---|
public OffLocationService getOffLocService()
public void setOffLocService(OffLocationService offLocService)
offLocService - public VehicleCharge getCharge()
public void setCharge(VehicleCharge charge)
charge -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||