|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.AgeQualifyingGroup
public class AgeQualifyingGroup
Base age group of occupants for which this rate is valid (ex Adult). 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="AgeQualifyingGroup"> <xs:attribute type="xs:string" use="optional" name="AgeQualifyingCode"/> <xs:attribute type="xs:int" use="optional" name="MinAge"/> <xs:attribute type="xs:int" use="optional" name="MaxAge"/> <xs:attribute type="ns:TimeUnitType" use="optional" name="AgeTimeUnit"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
AgeQualifyingGroup()
|
Method Summary | |
---|---|
java.lang.String |
getAgeQualifyingCode()
Get the 'AgeQualifyingCode' attribute value. |
TimeUnit |
getAgeTimeUnit()
Get the 'AgeTimeUnit' attribute value. |
java.lang.Integer |
getMaxAge()
Get the 'MaxAge' attribute value. |
java.lang.Integer |
getMinAge()
Get the 'MinAge' attribute value. |
void |
setAgeQualifyingCode(java.lang.String ageQualifyingCode)
Set the 'AgeQualifyingCode' attribute value. |
void |
setAgeTimeUnit(TimeUnit ageTimeUnit)
Set the 'AgeTimeUnit' attribute value. |
void |
setMaxAge(java.lang.Integer maxAge)
Set the 'MaxAge' attribute value. |
void |
setMinAge(java.lang.Integer minAge)
Set the 'MinAge' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AgeQualifyingGroup()
Method Detail |
---|
public java.lang.String getAgeQualifyingCode()
public void setAgeQualifyingCode(java.lang.String ageQualifyingCode)
ageQualifyingCode
- public java.lang.Integer getMinAge()
public void setMinAge(java.lang.Integer minAge)
minAge
- public java.lang.Integer getMaxAge()
public void setMaxAge(java.lang.Integer maxAge)
maxAge
- public TimeUnit getAgeTimeUnit()
public void setAgeTimeUnit(TimeUnit ageTimeUnit)
ageTimeUnit
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |