|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.LengthsOfStay.LengthOfStay
public static class LengthsOfStay.LengthOfStay
A collection of patterns defining allowable lengths of stay (LOS). 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="LengthOfStay" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="LOS_Pattern" minOccurs="0"> <!-- Reference to inner class LOSPattern --> </xs:element> </xs:sequence> <xs:attribute type="xs:int" use="optional" name="Time"/> <xs:attribute type="ns:TimeUnitType" use="optional" name="TimeUnit"/> <xs:attribute type="xs:boolean" use="optional" name="OpenStatusIndicator"/> <xs:attribute use="optional" name="MinMaxMessageType"> <xs:simpleType> <!-- Reference to inner class MinMaxMessage --> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
LengthsOfStay.LengthOfStay.LOSPattern
Used to define the LOS Pattern. |
static class |
LengthsOfStay.LengthOfStay.MinMaxMessage
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
LengthsOfStay.LengthOfStay()
|
Method Summary | |
---|---|
LengthsOfStay.LengthOfStay.LOSPattern |
getLOSPattern1()
Get the 'LOS_Pattern' element value. |
LengthsOfStay.LengthOfStay.MinMaxMessage |
getMinMaxMessage()
Get the 'MinMaxMessageType' attribute value. |
java.lang.Boolean |
getOpenStatusIndicator()
Get the 'OpenStatusIndicator' attribute value. |
java.lang.Integer |
getTime()
Get the 'Time' attribute value. |
TimeUnit |
getTimeUnit()
Get the 'TimeUnit' attribute value. |
void |
setLOSPattern1(LengthsOfStay.LengthOfStay.LOSPattern LOSPattern1)
Set the 'LOS_Pattern' element value. |
void |
setMinMaxMessage(LengthsOfStay.LengthOfStay.MinMaxMessage minMaxMessage)
Set the 'MinMaxMessageType' attribute value. |
void |
setOpenStatusIndicator(java.lang.Boolean openStatusIndicator)
Set the 'OpenStatusIndicator' attribute value. |
void |
setTime(java.lang.Integer time)
Set the 'Time' attribute value. |
void |
setTimeUnit(TimeUnit timeUnit)
Set the 'TimeUnit' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LengthsOfStay.LengthOfStay()
Method Detail |
---|
public LengthsOfStay.LengthOfStay.LOSPattern getLOSPattern1()
public void setLOSPattern1(LengthsOfStay.LengthOfStay.LOSPattern LOSPattern1)
LOSPattern1
- public java.lang.Integer getTime()
public void setTime(java.lang.Integer time)
time
- public TimeUnit getTimeUnit()
public void setTimeUnit(TimeUnit timeUnit)
timeUnit
- public java.lang.Boolean getOpenStatusIndicator()
public void setOpenStatusIndicator(java.lang.Boolean openStatusIndicator)
openStatusIndicator
- public LengthsOfStay.LengthOfStay.MinMaxMessage getMinMaxMessage()
public void setMinMaxMessage(LengthsOfStay.LengthOfStay.MinMaxMessage minMaxMessage)
minMaxMessage
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |