org.ota.hotel
Class HotelRoomList.MasterAccount
java.lang.Object
  
org.ota.shared.DirectBill
      
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>
 
 
 
 
 
| 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 | 
 
HotelRoomList.MasterAccount
public HotelRoomList.MasterAccount()
getBilling
public Billing getBilling()
- Get the 'BillingType' attributeGroup value.
- Returns:
 - value
 
 
 
setBilling
public void setBilling(Billing billing)
- Set the 'BillingType' attributeGroup value.
- Parameters:
 billing -