org.ota.pkg
Class AvailRS.AccommodationChoices.AvailableProperty.Resort

java.lang.Object
  extended by org.ota.pkg.AvailRS.AccommodationChoices.AvailableProperty.Resort
Enclosing class:
AvailRS.AccommodationChoices.AvailableProperty

public static class AvailRS.AccommodationChoices.AvailableProperty.Resort
extends java.lang.Object

Identifies the resort and destination of the property 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="Resort" minOccurs="0">
   <xs:complexType>
     <xs:attributeGroup ref="ns:ResortCodeGroup"/>
     <xs:attributeGroup ref="ns:DestinationLevelGroup"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
AvailRS.AccommodationChoices.AvailableProperty.Resort()
           
 
Method Summary
 DestinationLevelGroup getDestinationLevelGroup()
          Get the 'DestinationLevelGroup' attributeGroup value.
 ResortCodeGroup getResortCodeGroup()
          Get the 'ResortCodeGroup' attributeGroup value.
 void setDestinationLevelGroup(DestinationLevelGroup destinationLevelGroup)
          Set the 'DestinationLevelGroup' attributeGroup value.
 void setResortCodeGroup(ResortCodeGroup resortCodeGroup)
          Set the 'ResortCodeGroup' attributeGroup value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvailRS.AccommodationChoices.AvailableProperty.Resort

public AvailRS.AccommodationChoices.AvailableProperty.Resort()
Method Detail

getResortCodeGroup

public ResortCodeGroup getResortCodeGroup()
Get the 'ResortCodeGroup' attributeGroup value. Identifies a resort, town or city.

Returns:
value

setResortCodeGroup

public void setResortCodeGroup(ResortCodeGroup resortCodeGroup)
Set the 'ResortCodeGroup' attributeGroup value. Identifies a resort, town or city.

Parameters:
resortCodeGroup -

getDestinationLevelGroup

public DestinationLevelGroup getDestinationLevelGroup()
Get the 'DestinationLevelGroup' attributeGroup value. Identifies the parent of the Resort. The geo-political position of the destination (e.g. country) is determined by the DestinationLevel attribute.

Returns:
value

setDestinationLevelGroup

public void setDestinationLevelGroup(DestinationLevelGroup destinationLevelGroup)
Set the 'DestinationLevelGroup' attributeGroup value. Identifies the parent of the Resort. The geo-political position of the destination (e.g. country) is determined by the DestinationLevel attribute.

Parameters:
destinationLevelGroup -