org.ota.hotel
Class HotelDescriptiveContent.AreaInfo.RefPoints

java.lang.Object
  extended by org.ota.hotel.RefPoints
      extended by 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>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.hotel.RefPoints
RefPoints.RefPoint
 
Constructor Summary
HotelDescriptiveContent.AreaInfo.RefPoints()
           
 
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 org.ota.hotel.RefPoints
addRefPoint, clearRefPoints, getRefPoint, getRefPoints, setRefPoints, sizeRefPoints
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotelDescriptiveContent.AreaInfo.RefPoints

public HotelDescriptiveContent.AreaInfo.RefPoints()
Method Detail

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 -