org.ota.hotel
Class LengthsOfStay.LengthOfStay.LOSPattern

java.lang.Object
  extended by org.ota.hotel.LengthsOfStay.LengthOfStay.LOSPattern
Enclosing class:
LengthsOfStay.LengthOfStay

public static class LengthsOfStay.LengthOfStay.LOSPattern
extends java.lang.Object

Used to define the LOS Pattern. 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="LOS_Pattern" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="FullPatternLOS"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
LengthsOfStay.LengthOfStay.LOSPattern()
           
 
Method Summary
 java.lang.String getFullPatternLOS()
          Get the 'FullPatternLOS' attribute value.
 void setFullPatternLOS(java.lang.String fullPatternLOS)
          Set the 'FullPatternLOS' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LengthsOfStay.LengthOfStay.LOSPattern

public LengthsOfStay.LengthOfStay.LOSPattern()
Method Detail

getFullPatternLOS

public java.lang.String getFullPatternLOS()
Get the 'FullPatternLOS' attribute value. This may be used when MinMaxMessageType is FullPatternLOS to identify the open and closed status by LOS (e.g., if LengthsOfStay@FixedPatternLength="5" then FullPatternLOS="YYNYY" or FullPatternLOS="11011").

Returns:
value

setFullPatternLOS

public void setFullPatternLOS(java.lang.String fullPatternLOS)
Set the 'FullPatternLOS' attribute value. This may be used when MinMaxMessageType is FullPatternLOS to identify the open and closed status by LOS (e.g., if LengthsOfStay@FixedPatternLength="5" then FullPatternLOS="YYNYY" or FullPatternLOS="11011").

Parameters:
fullPatternLOS -