|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.StayRestrictions.Sequence.MinimumStay
public static class StayRestrictions.Sequence.MinimumStay
Specifies restrictions for the shortest length/period of time or earliest day return travel can commence or be completed. 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="MinimumStay" minOccurs="0"> <xs:complexType> <xs:attribute type="xs:string" use="optional" name="ReturnTimeOfDay"/> <xs:attribute type="xs:int" use="optional" name="MinStay"/> <xs:attribute type="ns:StayUnitType" use="optional" name="StayUnit"/> <xs:attribute type="xs:string" use="optional" name="MinStayDate"/> <xs:attribute type="xs:boolean" use="optional" name="ComplicatedRulesInd"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
StayRestrictions.Sequence.MinimumStay()
|
Method Summary | |
---|---|
java.lang.Boolean |
getComplicatedRulesInd()
Get the 'ComplicatedRulesInd' attribute value. |
java.lang.Integer |
getMinStay()
Get the 'MinStay' attribute value. |
java.lang.String |
getMinStayDate()
Get the 'MinStayDate' attribute value. |
java.lang.String |
getReturnTimeOfDay()
Get the 'ReturnTimeOfDay' attribute value. |
StayUnit |
getStayUnit()
Get the 'StayUnit' attribute value. |
void |
setComplicatedRulesInd(java.lang.Boolean complicatedRulesInd)
Set the 'ComplicatedRulesInd' attribute value. |
void |
setMinStay(java.lang.Integer minStay)
Set the 'MinStay' attribute value. |
void |
setMinStayDate(java.lang.String minStayDate)
Set the 'MinStayDate' attribute value. |
void |
setReturnTimeOfDay(java.lang.String returnTimeOfDay)
Set the 'ReturnTimeOfDay' attribute value. |
void |
setStayUnit(StayUnit stayUnit)
Set the 'StayUnit' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StayRestrictions.Sequence.MinimumStay()
Method Detail |
---|
public java.lang.String getReturnTimeOfDay()
public void setReturnTimeOfDay(java.lang.String returnTimeOfDay)
returnTimeOfDay
- public java.lang.Integer getMinStay()
public void setMinStay(java.lang.Integer minStay)
minStay
- public StayUnit getStayUnit()
public void setStayUnit(StayUnit stayUnit)
stayUnit
- public java.lang.String getMinStayDate()
public void setMinStayDate(java.lang.String minStayDate)
minStayDate
- public java.lang.Boolean getComplicatedRulesInd()
public void setComplicatedRulesInd(java.lang.Boolean complicatedRulesInd)
complicatedRulesInd
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |