org.ota.hotel
Class GuestCount.GuestCountInner

java.lang.Object
  extended by org.ota.hotel.GuestCount.GuestCountInner
Enclosing class:
GuestCount

public static class GuestCount.GuestCountInner
extends java.lang.Object

A recurring element that identifies the number of guests and ages of the guests. 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="GuestCount" maxOccurs="99">
   <xs:complexType>
     <xs:attributeGroup ref="ns:GuestCountGroup"/>
     <xs:attribute type="xs:string" use="optional" name="ResGuestRPH"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
GuestCount.GuestCountInner()
           
 
Method Summary
 GuestCountGroup getGuestCountGroup()
          Get the 'GuestCountGroup' attributeGroup value.
 java.lang.String getResGuestRPH()
          Get the 'ResGuestRPH' attribute value.
 void setGuestCountGroup(GuestCountGroup guestCountGroup)
          Set the 'GuestCountGroup' attributeGroup value.
 void setResGuestRPH(java.lang.String resGuestRPH)
          Set the 'ResGuestRPH' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuestCount.GuestCountInner

public GuestCount.GuestCountInner()
Method Detail

getGuestCountGroup

public GuestCountGroup getGuestCountGroup()
Get the 'GuestCountGroup' attributeGroup value.

Returns:
value

setGuestCountGroup

public void setGuestCountGroup(GuestCountGroup guestCountGroup)
Set the 'GuestCountGroup' attributeGroup value.

Parameters:
guestCountGroup -

getResGuestRPH

public java.lang.String getResGuestRPH()
Get the 'ResGuestRPH' attribute value. Used to refer to the guest associated with this reservation.

Returns:
value

setResGuestRPH

public void setResGuestRPH(java.lang.String resGuestRPH)
Set the 'ResGuestRPH' attribute value. Used to refer to the guest associated with this reservation.

Parameters:
resGuestRPH -