org.ota.hotel
Class HotelDescriptiveContent.AreaInfo.Recreations.Recreation.MultimediaDescriptions
java.lang.Object
org.ota.shared.MultimediaDescriptions
org.ota.hotel.HotelDescriptiveContent.AreaInfo.Recreations.Recreation.MultimediaDescriptions
- Enclosing class:
- HotelDescriptiveContent.AreaInfo.Recreations.Recreation
public static class HotelDescriptiveContent.AreaInfo.Recreations.Recreation.MultimediaDescriptions
- extends MultimediaDescriptions
Multimedia information about the recreation facility.
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="MultimediaDescriptions" minOccurs="0">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:MultimediaDescriptionsType">
<xs:attribute type="xs:boolean" use="optional" name="Location"/>
<xs:attribute type="xs:boolean" use="optional" name="RefDirectionTo"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Method Summary |
java.lang.Boolean |
getLocation()
Get the 'Location' attribute value. |
java.lang.Boolean |
getRefDirectionTo()
Get the 'RefDirectionTo' attribute value. |
void |
setLocation(java.lang.Boolean location)
Set the 'Location' attribute value. |
void |
setRefDirectionTo(java.lang.Boolean refDirectionTo)
Set the 'RefDirectionTo' attribute value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HotelDescriptiveContent.AreaInfo.Recreations.Recreation.MultimediaDescriptions
public HotelDescriptiveContent.AreaInfo.Recreations.Recreation.MultimediaDescriptions()
getLocation
public java.lang.Boolean getLocation()
- Get the 'Location' attribute value. An indicator for whether this is a location description.
false
- Returns:
- value
setLocation
public void setLocation(java.lang.Boolean location)
- Set the 'Location' attribute value. An indicator for whether this is a location description.
false
- Parameters:
location
-
getRefDirectionTo
public java.lang.Boolean getRefDirectionTo()
- Get the 'RefDirectionTo' attribute value. An indicator for whether this is a description TO the location (TRUE is TO the location, else FROM).
true
- Returns:
- value
setRefDirectionTo
public void setRefDirectionTo(java.lang.Boolean refDirectionTo)
- Set the 'RefDirectionTo' attribute value. An indicator for whether this is a description TO the location (TRUE is TO the location, else FROM).
true
- Parameters:
refDirectionTo
-