|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.AffiliationInfo.Awards.Award
public static class HotelDescriptiveContent.AffiliationInfo.Awards.Award
Provides detailed information regarding each award 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="Award" maxOccurs="unbounded"> <xs:complexType> <xs:attributeGroup ref="ns:RemovalGroup"/> <xs:attribute type="xs:date" use="optional" name="Date"/> <xs:attribute type="xs:string" use="optional" name="Provider"/> <xs:attribute type="xs:string" use="optional" name="Rating"/> <xs:attribute type="xs:boolean" use="optional" name="OfficialAppointmentInd"/> <xs:attribute use="optional" name="RatingSymbol"> <xs:simpleType> <!-- Reference to inner class RatingSymbol --> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RemovalGroup"> <xs:attribute type="xs:boolean" use="optional" name="Removal"/> </xs:attributeGroup>
Nested Class Summary | |
---|---|
static class |
HotelDescriptiveContent.AffiliationInfo.Awards.Award.RatingSymbol
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
HotelDescriptiveContent.AffiliationInfo.Awards.Award()
|
Method Summary | |
---|---|
java.sql.Date |
getDate()
Get the 'Date' attribute value. |
java.lang.Boolean |
getOfficialAppointmentInd()
Get the 'OfficialAppointmentInd' attribute value. |
java.lang.String |
getProvider()
Get the 'Provider' attribute value. |
java.lang.String |
getRating()
Get the 'Rating' attribute value. |
HotelDescriptiveContent.AffiliationInfo.Awards.Award.RatingSymbol |
getRatingSymbol()
Get the 'RatingSymbol' attribute value. |
java.lang.Boolean |
getRemoval()
Get the 'Removal' attribute value. |
void |
setDate(java.sql.Date date)
Set the 'Date' attribute value. |
void |
setOfficialAppointmentInd(java.lang.Boolean officialAppointmentInd)
Set the 'OfficialAppointmentInd' attribute value. |
void |
setProvider(java.lang.String provider)
Set the 'Provider' attribute value. |
void |
setRating(java.lang.String rating)
Set the 'Rating' attribute value. |
void |
setRatingSymbol(HotelDescriptiveContent.AffiliationInfo.Awards.Award.RatingSymbol ratingSymbol)
Set the 'RatingSymbol' attribute value. |
void |
setRemoval(java.lang.Boolean removal)
Set the 'Removal' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HotelDescriptiveContent.AffiliationInfo.Awards.Award()
Method Detail |
---|
public java.lang.Boolean getRemoval()
public void setRemoval(java.lang.Boolean removal)
removal
- public java.sql.Date getDate()
public void setDate(java.sql.Date date)
date
- public java.lang.String getProvider()
public void setProvider(java.lang.String provider)
provider
- public java.lang.String getRating()
public void setRating(java.lang.String rating)
rating
- public java.lang.Boolean getOfficialAppointmentInd()
public void setOfficialAppointmentInd(java.lang.Boolean officialAppointmentInd)
officialAppointmentInd
- public HotelDescriptiveContent.AffiliationInfo.Awards.Award.RatingSymbol getRatingSymbol()
public void setRatingSymbol(HotelDescriptiveContent.AffiliationInfo.Awards.Award.RatingSymbol ratingSymbol)
ratingSymbol
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |