org.ota.hotel
Class BasicPropertyInfo.Policy

java.lang.Object
  extended by org.ota.hotel.BasicPropertyInfo.Policy
Enclosing class:
BasicPropertyInfo

public static class BasicPropertyInfo.Policy
extends java.lang.Object

Policy information for this hotel. 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="Policy" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:time" use="optional" name="CheckInTime"/>
     <xs:attribute type="xs:time" use="optional" name="CheckOutTime"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
BasicPropertyInfo.Policy()
           
 
Method Summary
 java.sql.Time getCheckInTime()
          Get the 'CheckInTime' attribute value.
 java.sql.Time getCheckOutTime()
          Get the 'CheckOutTime' attribute value.
 void setCheckInTime(java.sql.Time checkInTime)
          Set the 'CheckInTime' attribute value.
 void setCheckOutTime(java.sql.Time checkOutTime)
          Set the 'CheckOutTime' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicPropertyInfo.Policy

public BasicPropertyInfo.Policy()
Method Detail

getCheckInTime

public java.sql.Time getCheckInTime()
Get the 'CheckInTime' attribute value. The checkin time required by this hotel for a room stay.

Returns:
value

setCheckInTime

public void setCheckInTime(java.sql.Time checkInTime)
Set the 'CheckInTime' attribute value. The checkin time required by this hotel for a room stay.

Parameters:
checkInTime -

getCheckOutTime

public java.sql.Time getCheckOutTime()
Get the 'CheckOutTime' attribute value. The checkout time required by this hotel for a room stay.

Returns:
value

setCheckOutTime

public void setCheckOutTime(java.sql.Time checkOutTime)
Set the 'CheckOutTime' attribute value. The checkout time required by this hotel for a room stay.

Parameters:
checkOutTime -