org.ota.hotel
Class Billing

java.lang.Object
  extended by org.ota.hotel.Billing

public class Billing
extends java.lang.Object

Defines charges to be billed to a master account. Schema fragment(s) for this class:

 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="BillingType">
   <xs:attribute use="optional" name="BillingType">
     <xs:simpleType>
       <!-- Reference to inner class BillingInner -->
     </xs:simpleType>
   </xs:attribute>
   <xs:attribute type="xs:boolean" use="optional" name="SignFoodAndBev"/>
 </xs:attributeGroup>
 


Nested Class Summary
static class Billing.BillingInner
          Schema fragment(s) for this class:
 
Constructor Summary
Billing()
           
 
Method Summary
 Billing.BillingInner getBilling()
          Get the 'BillingType' attribute value.
 java.lang.Boolean getSignFoodAndBev()
          Get the 'SignFoodAndBev' attribute value.
 void setBilling(Billing.BillingInner billing)
          Set the 'BillingType' attribute value.
 void setSignFoodAndBev(java.lang.Boolean signFoodAndBev)
          Set the 'SignFoodAndBev' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Billing

public Billing()
Method Detail

getBilling

public Billing.BillingInner getBilling()
Get the 'BillingType' attribute value. Indicates charges to be billed to the master account.

Returns:
value

setBilling

public void setBilling(Billing.BillingInner billing)
Set the 'BillingType' attribute value. Indicates charges to be billed to the master account.

Parameters:
billing -

getSignFoodAndBev

public java.lang.Boolean getSignFoodAndBev()
Get the 'SignFoodAndBev' attribute value. Food and beverage billed to master account. If false, guest pays own. false

Returns:
value

setSignFoodAndBev

public void setSignFoodAndBev(java.lang.Boolean signFoodAndBev)
Set the 'SignFoodAndBev' attribute value. Food and beverage billed to master account. If false, guest pays own. false

Parameters:
signFoodAndBev -