|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.GuestCount.GuestCountInner
public static class GuestCount.GuestCountInner
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 |
---|
public GuestCount.GuestCountInner()
Method Detail |
---|
public GuestCountGroup getGuestCountGroup()
public void setGuestCountGroup(GuestCountGroup guestCountGroup)
guestCountGroup
- public java.lang.String getResGuestRPH()
public void setResGuestRPH(java.lang.String resGuestRPH)
resGuestRPH
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |