org.ota.hotel
Class EventReport.GeneralEventInfo.Dates.Date.LocationCategories.Location
java.lang.Object
org.ota.shared.LocationGeneral
org.ota.hotel.EventReport.GeneralEventInfo.Dates.Date.LocationCategories.Location
- Enclosing class:
- EventReport.GeneralEventInfo.Dates.Date.LocationCategories
public static class EventReport.GeneralEventInfo.Dates.Date.LocationCategories.Location
- extends LocationGeneral
Preferred event location.
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="Location" minOccurs="0">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:LocationGeneralType">
<xs:attributeGroup ref="ns:HotelReferenceGroup"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventReport.GeneralEventInfo.Dates.Date.LocationCategories.Location
public EventReport.GeneralEventInfo.Dates.Date.LocationCategories.Location()
getHotelReferenceGroup
public HotelReferenceGroup getHotelReferenceGroup()
- Get the 'HotelReferenceGroup' attributeGroup value. The venue for which event information is being provided (e.g., hotel, convention center, golf course).
- Returns:
- value
setHotelReferenceGroup
public void setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
- Set the 'HotelReferenceGroup' attributeGroup value. The venue for which event information is being provided (e.g., hotel, convention center, golf course).
- Parameters:
hotelReferenceGroup
-