| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.HotelAdditionalCharges.AdditionalCharge
public static class HotelAdditionalCharges.AdditionalCharge
Amenities or services to which a charge applies. 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="AdditionalCharge" maxOccurs="99">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:TotalType" name="Amount" minOccurs="0"/>
     </xs:sequence>
     <xs:attribute type="xs:string" use="optional" name="RoomAmenityCode"/>
     <xs:attributeGroup ref="ns:QuantityGroup"/>
   </xs:complexType>
 </xs:element>
 
 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="QuantityGroup">
   <xs:attribute type="xs:int" use="optional" name="Quantity"/>
 </xs:attributeGroup>
 
| Constructor Summary | |
|---|---|
HotelAdditionalCharges.AdditionalCharge()
 | 
|
| Method Summary | |
|---|---|
 Total | 
getAmount()
Get the 'Amount' element value.  | 
 java.lang.Integer | 
getQuantity()
Get the 'Quantity' attribute value.  | 
 java.lang.String | 
getRoomAmenityCode()
Get the 'RoomAmenityCode' attribute value.  | 
 void | 
setAmount(Total amount)
Set the 'Amount' element value.  | 
 void | 
setQuantity(java.lang.Integer quantity)
Set the 'Quantity' attribute value.  | 
 void | 
setRoomAmenityCode(java.lang.String roomAmenityCode)
Set the 'RoomAmenityCode' attribute value.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public HotelAdditionalCharges.AdditionalCharge()
| Method Detail | 
|---|
public Total getAmount()
public void setAmount(Total amount)
amount - public java.lang.String getRoomAmenityCode()
public void setRoomAmenityCode(java.lang.String roomAmenityCode)
roomAmenityCode - public java.lang.Integer getQuantity()
public void setQuantity(java.lang.Integer quantity)
quantity - 
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||