|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.BasicPropertyInfo.Policy
public static class BasicPropertyInfo.Policy
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 |
---|
public BasicPropertyInfo.Policy()
Method Detail |
---|
public java.sql.Time getCheckInTime()
public void setCheckInTime(java.sql.Time checkInTime)
checkInTime
- public java.sql.Time getCheckOutTime()
public void setCheckOutTime(java.sql.Time checkOutTime)
checkOutTime
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |