org.ota.vehicle
Class VehicleLocationRequirements.AdditionalDriver.AddlDriverInfos.AddlDriverInfo
java.lang.Object
org.ota.shared.FormattedText
org.ota.vehicle.VehicleLocationRequirements.AdditionalDriver.AddlDriverInfos.AddlDriverInfo
- Enclosing class:
- VehicleLocationRequirements.AdditionalDriver.AddlDriverInfos
public static class VehicleLocationRequirements.AdditionalDriver.AddlDriverInfos.AddlDriverInfo
- extends FormattedText
Textual description about a specific restriction related to additional drivers.
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="AddlDriverInfo" maxOccurs="99">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:FormattedTextType">
<xs:attribute type="ns:LocationDetailRequirementAddlDriverInfoType" 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 |
VehicleLocationRequirements.AdditionalDriver.AddlDriverInfos.AddlDriverInfo
public VehicleLocationRequirements.AdditionalDriver.AddlDriverInfos.AddlDriverInfo()
getType
public LocationDetailRequirementAddlDriverInfo getType()
- Get the 'Type' attribute value. Identifies the type of Additional Driver information.
- Returns:
- value
setType
public void setType(LocationDetailRequirementAddlDriverInfo type)
- Set the 'Type' attribute value. Identifies the type of Additional Driver information.
- Parameters:
type
-