org.ota.pkg
Class ExtrasInfo.ExtraLocationInfo

java.lang.Object
  extended by org.ota.pkg.ExtrasInfo.ExtraLocationInfo
Enclosing class:
ExtrasInfo

public static class ExtrasInfo.ExtraLocationInfo
extends java.lang.Object

Indicates where the extra can be obtained and returned, (e.g., airport, property or resort). 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="ExtraLocationInfo" minOccurs="0" maxOccurs="5">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="Location"/>
     <xs:attribute use="optional" name="Type">
       <xs:simpleType>
         <!-- Reference to inner class Type -->
       </xs:simpleType>
     </xs:attribute>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class ExtrasInfo.ExtraLocationInfo.Type
          Schema fragment(s) for this class:
 
Constructor Summary
ExtrasInfo.ExtraLocationInfo()
           
 
Method Summary
 java.lang.String getLocation()
          Get the 'Location' attribute value.
 ExtrasInfo.ExtraLocationInfo.Type getType()
          Get the 'Type' attribute value.
 void setLocation(java.lang.String location)
          Set the 'Location' attribute value.
 void setType(ExtrasInfo.ExtraLocationInfo.Type type)
          Set the 'Type' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtrasInfo.ExtraLocationInfo

public ExtrasInfo.ExtraLocationInfo()
Method Detail

getLocation

public java.lang.String getLocation()
Get the 'Location' attribute value. Where the extra may be collected from and returned to. Refer to OpenTravel Code List Vehicle Where at Facility (VWF)

Returns:
value

setLocation

public void setLocation(java.lang.String location)
Set the 'Location' attribute value. Where the extra may be collected from and returned to. Refer to OpenTravel Code List Vehicle Where at Facility (VWF)

Parameters:
location -

getType

public ExtrasInfo.ExtraLocationInfo.Type getType()
Get the 'Type' attribute value. Indicates whether the Location is for Pickup, DropOff or Both.

Returns:
value

setType

public void setType(ExtrasInfo.ExtraLocationInfo.Type type)
Set the 'Type' attribute value. Indicates whether the Location is for Pickup, DropOff or Both.

Parameters:
type -