|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.VehicleRateDistanceGroup
public class VehicleRateDistanceGroup
Provides information on a distance associated with a particular rate (e.g., the distance may be expressed as Unlimited miles per rental period or 200 miles per day). Schema fragment(s) for this class:
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="VehicleRateDistanceGroup"> <xs:attribute type="xs:boolean" use="required" name="Unlimited"/> <xs:attribute type="xs:int" use="optional" name="Quantity"/> <xs:attribute type="ns:DistanceUnitNameType" use="optional" name="DistUnitName"/> <xs:attribute type="ns:VehiclePeriodUnitNameType" use="optional" name="VehiclePeriodUnitName"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
VehicleRateDistanceGroup()
|
Method Summary | |
---|---|
DistanceUnitName |
getDistUnitName()
Get the 'DistUnitName' attribute value. |
java.lang.Integer |
getQuantity()
Get the 'Quantity' attribute value. |
VehiclePeriodUnitName |
getVehiclePeriodUnitName()
Get the 'VehiclePeriodUnitName' attribute value. |
boolean |
isUnlimited()
Get the 'Unlimited' attribute value. |
void |
setDistUnitName(DistanceUnitName distUnitName)
Set the 'DistUnitName' attribute value. |
void |
setQuantity(java.lang.Integer quantity)
Set the 'Quantity' attribute value. |
void |
setUnlimited(boolean unlimited)
Set the 'Unlimited' attribute value. |
void |
setVehiclePeriodUnitName(VehiclePeriodUnitName vehiclePeriodUnitName)
Set the 'VehiclePeriodUnitName' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VehicleRateDistanceGroup()
Method Detail |
---|
public boolean isUnlimited()
public void setUnlimited(boolean unlimited)
unlimited
- public java.lang.Integer getQuantity()
public void setQuantity(java.lang.Integer quantity)
quantity
- public DistanceUnitName getDistUnitName()
public void setDistUnitName(DistanceUnitName distUnitName)
distUnitName
- public VehiclePeriodUnitName getVehiclePeriodUnitName()
public void setVehiclePeriodUnitName(VehiclePeriodUnitName vehiclePeriodUnitName)
vehiclePeriodUnitName
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |