|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.LocationGeneral
org.ota.tour.TourInformation.Destination
public static class TourInformation.Destination
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 |
|---|
public TourInformation.Destination()
| Method Detail |
|---|
public RegionGroup getRegion()
public void setRegion(RegionGroup region)
region - public TourInformation.Destination.Position getPosition()
public void setPosition(TourInformation.Destination.Position position)
position -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||