org.ota.hotel
Class HotelDescriptiveContent.HotelInfo.Descriptions.Renovation

java.lang.Object
  extended by org.ota.hotel.HotelDescriptiveContent.HotelInfo.Descriptions.Renovation
Enclosing class:
HotelDescriptiveContent.HotelInfo.Descriptions

public static class HotelDescriptiveContent.HotelInfo.Descriptions.Renovation
extends java.lang.Object

Details of the hotel renovation. 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="Renovation" minOccurs="0" maxOccurs="unbounded">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:MultimediaDescriptionsType" name="MultimediaDescriptions" minOccurs="0"/>
       <xs:element type="xs:string" name="DescriptiveText" minOccurs="0"/>
     </xs:sequence>
     <xs:attribute type="xs:boolean" use="optional" name="ImmediatePlans"/>
     <xs:attribute type="xs:float" use="optional" name="PercentOfRenovationCompleted"/>
     <xs:attributeGroup ref="ns:DateTimeSpanGroup"/>
     <xs:attribute type="xs:string" use="optional" name="AreaText"/>
     <xs:attribute type="xs:string" use="optional" name="RenovationCompletionDate"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
HotelDescriptiveContent.HotelInfo.Descriptions.Renovation()
           
 
Method Summary
 java.lang.String getAreaText()
          Get the 'AreaText' attribute value.
 DateTimeSpanGroup getDateTimeSpanGroup()
          Get the 'DateTimeSpanGroup' attributeGroup value.
 java.lang.String getDescriptiveText()
          Get the 'DescriptiveText' element value.
 java.lang.Boolean getImmediatePlans()
          Get the 'ImmediatePlans' attribute value.
 MultimediaDescriptions getMultimediaDescriptions()
          Get the 'MultimediaDescriptions' element value.
 java.lang.Float getPercentOfRenovationCompleted()
          Get the 'PercentOfRenovationCompleted' attribute value.
 java.lang.String getRenovationCompletionDate()
          Get the 'RenovationCompletionDate' attribute value.
 void setAreaText(java.lang.String areaText)
          Set the 'AreaText' attribute value.
 void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
          Set the 'DateTimeSpanGroup' attributeGroup value.
 void setDescriptiveText(java.lang.String descriptiveText)
          Set the 'DescriptiveText' element value.
 void setImmediatePlans(java.lang.Boolean immediatePlans)
          Set the 'ImmediatePlans' attribute value.
 void setMultimediaDescriptions(MultimediaDescriptions multimediaDescriptions)
          Set the 'MultimediaDescriptions' element value.
 void setPercentOfRenovationCompleted(java.lang.Float percentOfRenovationCompleted)
          Set the 'PercentOfRenovationCompleted' attribute value.
 void setRenovationCompletionDate(java.lang.String renovationCompletionDate)
          Set the 'RenovationCompletionDate' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotelDescriptiveContent.HotelInfo.Descriptions.Renovation

public HotelDescriptiveContent.HotelInfo.Descriptions.Renovation()
Method Detail

getMultimediaDescriptions

public MultimediaDescriptions getMultimediaDescriptions()
Get the 'MultimediaDescriptions' element value. Multimedia information about the renovation.

Returns:
value

setMultimediaDescriptions

public void setMultimediaDescriptions(MultimediaDescriptions multimediaDescriptions)
Set the 'MultimediaDescriptions' element value. Multimedia information about the renovation.

Parameters:
multimediaDescriptions -

getDescriptiveText

public java.lang.String getDescriptiveText()
Get the 'DescriptiveText' element value. Descriptive text that describes the renovation.

Returns:
value

setDescriptiveText

public void setDescriptiveText(java.lang.String descriptiveText)
Set the 'DescriptiveText' element value. Descriptive text that describes the renovation.

Parameters:
descriptiveText -

getImmediatePlans

public java.lang.Boolean getImmediatePlans()
Get the 'ImmediatePlans' attribute value. Indicates that renovation is planned but dates are not finalized.

Returns:
value

setImmediatePlans

public void setImmediatePlans(java.lang.Boolean immediatePlans)
Set the 'ImmediatePlans' attribute value. Indicates that renovation is planned but dates are not finalized.

Parameters:
immediatePlans -

getPercentOfRenovationCompleted

public java.lang.Float getPercentOfRenovationCompleted()
Get the 'PercentOfRenovationCompleted' attribute value. Allows for a percent completion to be sent with each area being renovated.

Returns:
value

setPercentOfRenovationCompleted

public void setPercentOfRenovationCompleted(java.lang.Float percentOfRenovationCompleted)
Set the 'PercentOfRenovationCompleted' attribute value. Allows for a percent completion to be sent with each area being renovated.

Parameters:
percentOfRenovationCompleted -

getDateTimeSpanGroup

public DateTimeSpanGroup getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. Indicates the anticipated renovation time span.

Returns:
value

setDateTimeSpanGroup

public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. Indicates the anticipated renovation time span.

Parameters:
dateTimeSpanGroup -

getAreaText

public java.lang.String getAreaText()
Get the 'AreaText' attribute value. Describes the specific area or areas of a hotel being renovated.

Returns:
value

setAreaText

public void setAreaText(java.lang.String areaText)
Set the 'AreaText' attribute value. Describes the specific area or areas of a hotel being renovated.

Parameters:
areaText -

getRenovationCompletionDate

public java.lang.String getRenovationCompletionDate()
Get the 'RenovationCompletionDate' attribute value. The year or month and year the renovation was completed or is due to be completed.

Returns:
value

setRenovationCompletionDate

public void setRenovationCompletionDate(java.lang.String renovationCompletionDate)
Set the 'RenovationCompletionDate' attribute value. The year or month and year the renovation was completed or is due to be completed.

Parameters:
renovationCompletionDate -