org.ota.hotel
Class MethodInfoGroup

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

public class MethodInfoGroup
extends java.lang.Object

Indicates reservation billing and booking method. 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="MethodInfoGroup">
   <xs:attributeGroup ref="ns:BillingType"/>
   <xs:attribute type="xs:string" use="optional" name="ReservationMethodCode"/>
 </xs:attributeGroup>
 


Constructor Summary
MethodInfoGroup()
           
 
Method Summary
 Billing getBilling()
          Get the 'BillingType' attributeGroup value.
 java.lang.String getReservationMethodCode()
          Get the 'ReservationMethodCode' attribute value.
 void setBilling(Billing billing)
          Set the 'BillingType' attributeGroup value.
 void setReservationMethodCode(java.lang.String reservationMethodCode)
          Set the 'ReservationMethodCode' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInfoGroup

public MethodInfoGroup()
Method Detail

getBilling

public Billing getBilling()
Get the 'BillingType' attributeGroup value. This identifies the payment rules for the inventory block rate plan.

Returns:
value

setBilling

public void setBilling(Billing billing)
Set the 'BillingType' attributeGroup value. This identifies the payment rules for the inventory block rate plan.

Parameters:
billing -

getReservationMethodCode

public java.lang.String getReservationMethodCode()
Get the 'ReservationMethodCode' attribute value. This is used to indicate the method by which reservations are to be received. Refer to OpenTravel Code List Reservation Method Code (RMC).

Returns:
value

setReservationMethodCode

public void setReservationMethodCode(java.lang.String reservationMethodCode)
Set the 'ReservationMethodCode' attribute value. This is used to indicate the method by which reservations are to be received. Refer to OpenTravel Code List Reservation Method Code (RMC).

Parameters:
reservationMethodCode -