org.ota.tour
Class TourInformation.Destination

java.lang.Object
  extended by org.ota.shared.LocationGeneral
      extended by org.ota.tour.TourInformation.Destination
Enclosing class:
TourInformation

public static class TourInformation.Destination
extends LocationGeneral

Identifies the location of the tour. 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="Destination" minOccurs="0" maxOccurs="9">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:LocationGeneralType">
         <xs:sequence>
           <xs:element name="Region" minOccurs="0">
             <xs:complexType>
               <xs:attributeGroup ref="ns:RegionGroup"/>
             </xs:complexType>
           </xs:element>
           <xs:element name="Position" minOccurs="0">
             <!-- Reference to inner class Position -->
           </xs:element>
         </xs:sequence>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class TourInformation.Destination.Position
          Describes the geocoded location of the tour.
 
Constructor Summary
TourInformation.Destination()
           
 
Method Summary
 TourInformation.Destination.Position getPosition()
          Get the 'Position' element value.
 RegionGroup getRegion()
          Get the 'RegionGroup' attributeGroup value.
 void setPosition(TourInformation.Destination.Position position)
          Set the 'Position' element value.
 void setRegion(RegionGroup region)
          Set the 'RegionGroup' attributeGroup value.
 
Methods inherited from class org.ota.shared.LocationGeneral
getCityName, getCountryName, getStateProv, setCityName, setCountryName, setStateProv
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TourInformation.Destination

public TourInformation.Destination()
Method Detail

getRegion

public RegionGroup getRegion()
Get the 'RegionGroup' attributeGroup value. Region information for the tour.

Returns:
value

setRegion

public void setRegion(RegionGroup region)
Set the 'RegionGroup' attributeGroup value. Region information for the tour.

Parameters:
region -

getPosition

public TourInformation.Destination.Position getPosition()
Get the 'Position' element value.

Returns:
value

setPosition

public void setPosition(TourInformation.Destination.Position position)
Set the 'Position' element value.

Parameters:
position -