|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.HotelInfo.Descriptions.Renovation
public static class HotelDescriptiveContent.HotelInfo.Descriptions.Renovation
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 |
---|
public HotelDescriptiveContent.HotelInfo.Descriptions.Renovation()
Method Detail |
---|
public MultimediaDescriptions getMultimediaDescriptions()
public void setMultimediaDescriptions(MultimediaDescriptions multimediaDescriptions)
multimediaDescriptions
- public java.lang.String getDescriptiveText()
public void setDescriptiveText(java.lang.String descriptiveText)
descriptiveText
- public java.lang.Boolean getImmediatePlans()
public void setImmediatePlans(java.lang.Boolean immediatePlans)
immediatePlans
- public java.lang.Float getPercentOfRenovationCompleted()
public void setPercentOfRenovationCompleted(java.lang.Float percentOfRenovationCompleted)
percentOfRenovationCompleted
- public DateTimeSpanGroup getDateTimeSpanGroup()
public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
dateTimeSpanGroup
- public java.lang.String getAreaText()
public void setAreaText(java.lang.String areaText)
areaText
- public java.lang.String getRenovationCompletionDate()
public void setRenovationCompletionDate(java.lang.String renovationCompletionDate)
renovationCompletionDate
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |