org.ota.hotel
Class SellableProducts.SellableProduct.GuestRoom.Amenities.Amenity
java.lang.Object
  
org.ota.hotel.SellableProducts.SellableProduct.GuestRoom.Amenities.Amenity
- Enclosing class:
 - SellableProducts.SellableProduct.GuestRoom.Amenities
 
public static class SellableProducts.SellableProduct.GuestRoom.Amenities.Amenity
- extends java.lang.Object
 
Amenity Code Attribute is used to hold actual amenity code.
 
 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="Amenity" maxOccurs="unbounded">
   <xs:complexType>
     <xs:attribute type="xs:string" name="AmenityCode"/>
   </xs:complexType>
 </xs:element>
 
 
| 
Method Summary | 
 java.lang.String | 
getAmenityCode()
 
          Get the 'AmenityCode' attribute value. | 
 void | 
setAmenityCode(java.lang.String amenityCode)
 
          Set the 'AmenityCode' attribute value. | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SellableProducts.SellableProduct.GuestRoom.Amenities.Amenity
public SellableProducts.SellableProduct.GuestRoom.Amenities.Amenity()
getAmenityCode
public java.lang.String getAmenityCode()
- Get the 'AmenityCode' attribute value. Refer to OpenTravel Code List Room Amenity Type (RMA).
- Returns:
 - value
 
 
 
setAmenityCode
public void setAmenityCode(java.lang.String amenityCode)
- Set the 'AmenityCode' attribute value. Refer to OpenTravel Code List Room Amenity Type (RMA).
- Parameters:
 amenityCode -