|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.tour.TourInformation.Destination.Position
public static class TourInformation.Destination.Position
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 |
---|
public TourInformation.Destination.Position()
Method Detail |
---|
public PositionGroup getPositionGroup()
public void setPositionGroup(PositionGroup positionGroup)
positionGroup
- public java.lang.String getPlacemark()
public void setPlacemark(java.lang.String placemark)
placemark
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |