org.ota.vehicle
Class VehicleLocationVehicles.VehicleInfos.VehicleInfo
java.lang.Object
  
org.ota.shared.FormattedText
      
org.ota.vehicle.VehicleLocationVehicles.VehicleInfos.VehicleInfo
- Enclosing class:
 - VehicleLocationVehicles.VehicleInfos
 
public static class VehicleLocationVehicles.VehicleInfos.VehicleInfo
- extends FormattedText
 
Textual description about one specific aspect of the vehicles, for example,  advanced booking needs, etc
 
 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="VehicleInfo" maxOccurs="99">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:FormattedTextType">
         <xs:attribute type="ns:LocationDetailVehicleInfoType" use="required" name="Type"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
VehicleLocationVehicles.VehicleInfos.VehicleInfo
public VehicleLocationVehicles.VehicleInfos.VehicleInfo()
getType
public LocationDetailVehicleInfo getType()
- Get the 'Type' attribute value. Identifies the type of Vehicle information that is provided..
- Returns:
 - value
 
 
 
setType
public void setType(LocationDetailVehicleInfo type)
- Set the 'Type' attribute value. Identifies the type of Vehicle information that is provided..
- Parameters:
 type -