org.ota.vehicle
Class LocDetailsNotifRQ.LocationDetail.ShuttleInfo.ShuttleDesc
java.lang.Object
org.ota.shared.FormattedText
org.ota.vehicle.LocDetailsNotifRQ.LocationDetail.ShuttleInfo.ShuttleDesc
- Enclosing class:
- LocDetailsNotifRQ.LocationDetail.ShuttleInfo
public static class LocDetailsNotifRQ.LocationDetail.ShuttleInfo.ShuttleDesc
- extends FormattedText
The type of shuttle information and a description.
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="ShuttleDesc" minOccurs="0" maxOccurs="6">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:FormattedTextType">
<xs:attribute type="ns:LocationDetailShuttleInfoType" use="optional" 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 |
LocDetailsNotifRQ.LocationDetail.ShuttleInfo.ShuttleDesc
public LocDetailsNotifRQ.LocationDetail.ShuttleInfo.ShuttleDesc()
getType
public LocationDetailShuttleInfo getType()
- Get the 'Type' attribute value. A set of valid values for the textual information about the shuttle services when renting from a rental facility.
- Returns:
- value
setType
public void setType(LocationDetailShuttleInfo type)
- Set the 'Type' attribute value. A set of valid values for the textual information about the shuttle services when renting from a rental facility.
- Parameters:
type
-