org.ota.vehicle
Class RateRuleRS.LocationDetails

java.lang.Object
  extended by org.ota.vehicle.VehicleLocationDetails
      extended by org.ota.vehicle.RateRuleRS.LocationDetails
Enclosing class:
RateRuleRS

public static class RateRuleRS.LocationDetails
extends VehicleLocationDetails

Information on the rental location (pick up or dropoff), including address, telephone, directions, hours of operations, 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="LocationDetails" minOccurs="0" maxOccurs="2">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:VehicleLocationDetailsType">
         <xs:attribute type="xs:boolean" use="optional" name="DropOffIndicator"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
RateRuleRS.LocationDetails()
           
 
Method Summary
 java.lang.Boolean getDropOffIndicator()
          Get the 'DropOffIndicator' attribute value.
 void setDropOffIndicator(java.lang.Boolean dropOffIndicator)
          Set the 'DropOffIndicator' attribute value.
 
Methods inherited from class org.ota.vehicle.VehicleLocationDetails
addAddress, addTelephone, clearAddresses, clearTelephones, getAdditionalInfo, getAddress, getAddresses, getAssocAirportLocList, getAtAirport, getCode, getCodeContext, getExtendedLocationCode, getName, getTelephone, getTelephones, setAdditionalInfo, setAddresses, setAssocAirportLocList, setAtAirport, setCode, setCodeContext, setExtendedLocationCode, setName, setTelephones, sizeAddresses, sizeTelephones
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RateRuleRS.LocationDetails

public RateRuleRS.LocationDetails()
Method Detail

getDropOffIndicator

public java.lang.Boolean getDropOffIndicator()
Get the 'DropOffIndicator' attribute value. When true, this is the information for the dropoff location. When false, the information is for the pickup location.

Returns:
value

setDropOffIndicator

public void setDropOffIndicator(java.lang.Boolean dropOffIndicator)
Set the 'DropOffIndicator' attribute value. When true, this is the information for the dropoff location. When false, the information is for the pickup location.

Parameters:
dropOffIndicator -