|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.RoomPickUpGroup
public class RoomPickUpGroup
Provides room pick-up for a specific time parameter. 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="RoomPickUpGroup"> <xs:attribute type="xs:int" use="optional" name="TotalNumberOfUnits"/> <xs:attribute use="optional" name="PickUpParameter"> <xs:simpleType> <!-- Reference to inner class PickUpParameter --> </xs:simpleType> </xs:attribute> </xs:attributeGroup>
Nested Class Summary | |
---|---|
static class |
RoomPickUpGroup.PickUpParameter
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
RoomPickUpGroup()
|
Method Summary | |
---|---|
RoomPickUpGroup.PickUpParameter |
getPickUpParameter()
Get the 'PickUpParameter' attribute value. |
java.lang.Integer |
getTotalNumberOfUnits()
Get the 'TotalNumberOfUnits' attribute value. |
void |
setPickUpParameter(RoomPickUpGroup.PickUpParameter pickUpParameter)
Set the 'PickUpParameter' attribute value. |
void |
setTotalNumberOfUnits(java.lang.Integer totalNumberOfUnits)
Set the 'TotalNumberOfUnits' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RoomPickUpGroup()
Method Detail |
---|
public java.lang.Integer getTotalNumberOfUnits()
public void setTotalNumberOfUnits(java.lang.Integer totalNumberOfUnits)
totalNumberOfUnits
- public RoomPickUpGroup.PickUpParameter getPickUpParameter()
public void setPickUpParameter(RoomPickUpGroup.PickUpParameter pickUpParameter)
pickUpParameter
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |