|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.Offer.Guests.Guest
public static class Offer.Guests.Guest
Defines the guest(s) to which the offer applies. 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="Guest" maxOccurs="9">
<xs:complexType>
<xs:attributeGroup ref="ns:AgeQualifyingGroup"/>
<xs:attribute type="xs:int" use="optional" name="MinCount"/>
<xs:attribute type="xs:int" use="optional" name="MaxCount"/>
<xs:attribute type="xs:int" use="optional" name="FirstQualifyingPosition"/>
<xs:attribute type="xs:int" use="optional" name="LastQualifyingPosition"/>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
Offer.Guests.Guest()
|
|
| Method Summary | |
|---|---|
AgeQualifyingGroup |
getAgeQualifyingGroup()
Get the 'AgeQualifyingGroup' attributeGroup value. |
java.lang.Integer |
getFirstQualifyingPosition()
Get the 'FirstQualifyingPosition' attribute value. |
java.lang.Integer |
getLastQualifyingPosition()
Get the 'LastQualifyingPosition' attribute value. |
java.lang.Integer |
getMaxCount()
Get the 'MaxCount' attribute value. |
java.lang.Integer |
getMinCount()
Get the 'MinCount' attribute value. |
void |
setAgeQualifyingGroup(AgeQualifyingGroup ageQualifyingGroup)
Set the 'AgeQualifyingGroup' attributeGroup value. |
void |
setFirstQualifyingPosition(java.lang.Integer firstQualifyingPosition)
Set the 'FirstQualifyingPosition' attribute value. |
void |
setLastQualifyingPosition(java.lang.Integer lastQualifyingPosition)
Set the 'LastQualifyingPosition' attribute value. |
void |
setMaxCount(java.lang.Integer maxCount)
Set the 'MaxCount' attribute value. |
void |
setMinCount(java.lang.Integer minCount)
Set the 'MinCount' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Offer.Guests.Guest()
| Method Detail |
|---|
public AgeQualifyingGroup getAgeQualifyingGroup()
public void setAgeQualifyingGroup(AgeQualifyingGroup ageQualifyingGroup)
ageQualifyingGroup - public java.lang.Integer getMinCount()
public void setMinCount(java.lang.Integer minCount)
minCount - public java.lang.Integer getMaxCount()
public void setMaxCount(java.lang.Integer maxCount)
maxCount - public java.lang.Integer getFirstQualifyingPosition()
public void setFirstQualifyingPosition(java.lang.Integer firstQualifyingPosition)
firstQualifyingPosition - public java.lang.Integer getLastQualifyingPosition()
public void setLastQualifyingPosition(java.lang.Integer lastQualifyingPosition)
lastQualifyingPosition -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||