org.ota.vehicle
Class VehicleLocationInformation

java.lang.Object
  extended by org.ota.shared.FormattedText
      extended by org.ota.vehicle.VehicleLocationInformation

public class VehicleLocationInformation
extends FormattedText

The VehicleLocationInformationType complex type provides formatted textual information relating to the vehicle rental location. The type of information is indicated. 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="VehicleLocationInformationType">
   <xs:complexContent>
     <xs:extension base="ns:FormattedTextType">
       <xs:attribute type="xs:string" use="required" name="Type"/>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.shared.FormattedText
FormattedText.SubSection
 
Constructor Summary
VehicleLocationInformation()
           
 
Method Summary
 java.lang.String getType()
          Get the 'Type' attribute value.
 void setType(java.lang.String type)
          Set the 'Type' attribute value.
 
Methods inherited from class org.ota.shared.FormattedText
addSubSection, clearSubSections, getLanguage, getSubSection, getSubSections, getTitle, setLanguage, setSubSections, setTitle, sizeSubSections
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleLocationInformation

public VehicleLocationInformation()
Method Detail

getType

public java.lang.String getType()
Get the 'Type' attribute value. Identifies the type of Vehicle Location information that is provided. Refer to OpenTravel Code List Vehicle Location Information Type (VLI).

Returns:
value

setType

public void setType(java.lang.String type)
Set the 'Type' attribute value. Identifies the type of Vehicle Location information that is provided. Refer to OpenTravel Code List Vehicle Location Information Type (VLI).

Parameters:
type -