org.ota.hotel
Class SellableProducts.SellableProduct.GuestRoom.RoomLevelFees

java.lang.Object
  extended by org.ota.shared.Fees
      extended by org.ota.hotel.SellableProducts.SellableProduct.GuestRoom.RoomLevelFees
Enclosing class:
SellableProducts.SellableProduct.GuestRoom

public static class SellableProducts.SellableProduct.GuestRoom.RoomLevelFees
extends Fees

Collection of fees charged at the room level. 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="RoomLevelFees" minOccurs="0">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:FeesType">
         <xs:attributeGroup ref="ns:CodeListGroup"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
SellableProducts.SellableProduct.GuestRoom.RoomLevelFees()
           
 
Method Summary
 CodeListGroup getCodeListGroup()
          Get the 'CodeListGroup' attributeGroup value.
 void setCodeListGroup(CodeListGroup codeListGroup)
          Set the 'CodeListGroup' attributeGroup value.
 
Methods inherited from class org.ota.shared.Fees
addFee, clearFees, getFee, getFees, setFees, sizeFees
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SellableProducts.SellableProduct.GuestRoom.RoomLevelFees

public SellableProducts.SellableProduct.GuestRoom.RoomLevelFees()
Method Detail

getCodeListGroup

public CodeListGroup getCodeListGroup()
Get the 'CodeListGroup' attributeGroup value.

Returns:
value

setCodeListGroup

public void setCodeListGroup(CodeListGroup codeListGroup)
Set the 'CodeListGroup' attributeGroup value.

Parameters:
codeListGroup -