|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.Offer.OfferRules.OfferRule.Occupancy
public static class Offer.OfferRules.OfferRule.Occupancy
Provides parameters of occupancy limits. 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="Occupancy" minOccurs="0" maxOccurs="5"> <xs:complexType> <xs:attributeGroup ref="ns:OccupancyGroup"/> <xs:attributeGroup ref="ns:AgeQualifyingGroup"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
Offer.OfferRules.OfferRule.Occupancy()
|
Method Summary | |
---|---|
AgeQualifyingGroup |
getAgeQualifyingGroup()
Get the 'AgeQualifyingGroup' attributeGroup value. |
OccupancyGroup |
getOccupancyGroup()
Get the 'OccupancyGroup' attributeGroup value. |
void |
setAgeQualifyingGroup(AgeQualifyingGroup ageQualifyingGroup)
Set the 'AgeQualifyingGroup' attributeGroup value. |
void |
setOccupancyGroup(OccupancyGroup occupancyGroup)
Set the 'OccupancyGroup' attributeGroup value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Offer.OfferRules.OfferRule.Occupancy()
Method Detail |
---|
public OccupancyGroup getOccupancyGroup()
public void setOccupancyGroup(OccupancyGroup occupancyGroup)
occupancyGroup
- public AgeQualifyingGroup getAgeQualifyingGroup()
public void setAgeQualifyingGroup(AgeQualifyingGroup ageQualifyingGroup)
ageQualifyingGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |