org.ota.hotel
Class HotelRoomList.MasterAccount

java.lang.Object
  extended by org.ota.shared.DirectBill
      extended by org.ota.hotel.HotelRoomList.MasterAccount
Enclosing class:
HotelRoomList

public static class HotelRoomList.MasterAccount
extends DirectBill

Account established at the hotel for the purposes of billing arrangements for an entity. 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="MasterAccount" minOccurs="0">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:DirectBillType">
         <xs:attributeGroup ref="ns:BillingType"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.shared.DirectBill
DirectBill.CompanyName
 
Constructor Summary
HotelRoomList.MasterAccount()
           
 
Method Summary
 Billing getBilling()
          Get the 'BillingType' attributeGroup value.
 void setBilling(Billing billing)
          Set the 'BillingType' attributeGroup value.
 
Methods inherited from class org.ota.shared.DirectBill
getAddress, getBillingNumber, getCompanyName, getDirectBillID, getEmail, getPrivacyGroup, getTelephone, setAddress, setBillingNumber, setCompanyName, setDirectBillID, setEmail, setPrivacyGroup, setTelephone
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotelRoomList.MasterAccount

public HotelRoomList.MasterAccount()
Method Detail

getBilling

public Billing getBilling()
Get the 'BillingType' attributeGroup value.

Returns:
value

setBilling

public void setBilling(Billing billing)
Set the 'BillingType' attributeGroup value.

Parameters:
billing -