org.ota.tour
Class TourInformation.Destination.Position

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

public static class TourInformation.Destination.Position
extends java.lang.Object

Describes the geocoded 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="Position" minOccurs="0">
   <xs:complexType>
     <xs:attributeGroup ref="ns:PositionGroup"/>
     <xs:attribute type="xs:string" use="optional" name="Placemark"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
TourInformation.Destination.Position()
           
 
Method Summary
 java.lang.String getPlacemark()
          Get the 'Placemark' attribute value.
 PositionGroup getPositionGroup()
          Get the 'PositionGroup' attributeGroup value.
 void setPlacemark(java.lang.String placemark)
          Set the 'Placemark' attribute value.
 void setPositionGroup(PositionGroup positionGroup)
          Set the 'PositionGroup' attributeGroup value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TourInformation.Destination.Position

public TourInformation.Destination.Position()
Method Detail

getPositionGroup

public PositionGroup getPositionGroup()
Get the 'PositionGroup' attributeGroup value.

Returns:
value

setPositionGroup

public void setPositionGroup(PositionGroup positionGroup)
Set the 'PositionGroup' attributeGroup value.

Parameters:
positionGroup -

getPlacemark

public java.lang.String getPlacemark()
Get the 'Placemark' attribute value. A free-form definition of the destination's position. Could be used as an online mapping service locator.

Returns:
value

setPlacemark

public void setPlacemark(java.lang.String placemark)
Set the 'Placemark' attribute value. A free-form definition of the destination's position. Could be used as an online mapping service locator.

Parameters:
placemark -