|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.VehicleTypeGroup
public class VehicleTypeGroup
The VehicleTypeType complex type defines what is referred to as the type of vehicle. The range of vehicles is divided into types to aid in clarifying a request and to aid in describing a specific vehicle. A vehicle type is defined to be the combination of the vehicle category (Car, Truck, etc) and the number of doors on that vehicle. 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="VehicleTypeGroup"> <xs:attribute type="xs:string" use="required" name="VehicleCategory"/> <xs:attribute type="xs:string" use="optional" name="DoorCount"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
VehicleTypeGroup()
|
Method Summary | |
---|---|
java.lang.String |
getDoorCount()
Get the 'DoorCount' attribute value. |
java.lang.String |
getVehicleCategory()
Get the 'VehicleCategory' attribute value. |
void |
setDoorCount(java.lang.String doorCount)
Set the 'DoorCount' attribute value. |
void |
setVehicleCategory(java.lang.String vehicleCategory)
Set the 'VehicleCategory' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VehicleTypeGroup()
Method Detail |
---|
public java.lang.String getVehicleCategory()
public void setVehicleCategory(java.lang.String vehicleCategory)
vehicleCategory
- public java.lang.String getDoorCount()
public void setDoorCount(java.lang.String doorCount)
doorCount
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |