org.ota.hotel
Class HotelDescriptiveContent.AreaInfo.RefPoints
java.lang.Object
org.ota.hotel.RefPoints
org.ota.hotel.HotelDescriptiveContent.AreaInfo.RefPoints
- Enclosing class:
- HotelDescriptiveContent.AreaInfo
public static class HotelDescriptiveContent.AreaInfo.RefPoints
- extends RefPoints
A collection of reference points.
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="RefPoints" minOccurs="0">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:RefPointsType">
<xs:attribute type="xs:dateTime" use="optional" name="LastUpdated"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Method Summary |
java.util.Date |
getLastUpdated()
Get the 'LastUpdated' attribute value. |
void |
setLastUpdated(java.util.Date lastUpdated)
Set the 'LastUpdated' attribute value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HotelDescriptiveContent.AreaInfo.RefPoints
public HotelDescriptiveContent.AreaInfo.RefPoints()
getLastUpdated
public java.util.Date getLastUpdated()
- Get the 'LastUpdated' attribute value. The date and time when RefPoints was last updated.
- Returns:
- value
setLastUpdated
public void setLastUpdated(java.util.Date lastUpdated)
- Set the 'LastUpdated' attribute value. The date and time when RefPoints was last updated.
- Parameters:
lastUpdated
-