|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.HotelInfo.Services.Service
public static class HotelDescriptiveContent.HotelInfo.Services.Service
A hotel service or amenity available to the guest such as a business center, concierge, valet parking, massage, newspapers, etc. 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="Service" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element type="ns:ContactInfoType" name="Contact" minOccurs="0"/> <xs:element type="ns:RelativePositionType" name="RelativePosition" minOccurs="0"/> <xs:element type="ns:OperationSchedulesPlusChargeType" name="OperationSchedules" minOccurs="0"/> <xs:element type="ns:MultimediaDescriptionsType" name="MultimediaDescriptions" minOccurs="0"/> <xs:element type="ns:FeaturesType" name="Features" minOccurs="0"/> <xs:element type="xs:string" name="DescriptiveText" minOccurs="0"/> </xs:sequence> <xs:attribute type="xs:boolean" use="optional" name="Included"/> <xs:attribute type="xs:string" use="optional" name="Code"/> <xs:attribute type="xs:string" use="optional" name="BusinessServiceCode"/> <xs:attribute type="xs:string" use="optional" name="ExistsCode"/> <xs:attributeGroup ref="ns:CodeInfoGroup"/> <xs:attribute type="xs:boolean" use="optional" name="AvailableToAnyGuest"/> <xs:attribute type="xs:string" use="optional" name="InvCode"/> <xs:attribute type="xs:string" use="optional" name="ProximityCode"/> <xs:attribute type="xs:string" use="optional" name="MealPlanCode"/> <xs:attribute type="xs:int" use="optional" name="Quantity"/> <xs:attribute type="xs:int" use="optional" name="Sort"/> <xs:attribute type="xs:string" use="optional" name="MeetingRoomCode"/> <xs:attributeGroup ref="ns:ID_OptionalGroup"/> </xs:complexType> </xs:element> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ID_OptionalGroup"> <xs:attribute type="xs:string" use="optional" name="ID"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
HotelDescriptiveContent.HotelInfo.Services.Service()
|
Method Summary | |
---|---|
java.lang.Boolean |
getAvailableToAnyGuest()
Get the 'AvailableToAnyGuest' attribute value. |
java.lang.String |
getBusinessServiceCode()
Get the 'BusinessServiceCode' attribute value. |
java.lang.String |
getCode()
Get the 'Code' attribute value. |
CodeInfoGroup |
getCodeInfoGroup()
Get the 'CodeInfoGroup' attributeGroup value. |
ContactInfo |
getContact()
Get the 'Contact' element value. |
java.lang.String |
getDescriptiveText()
Get the 'DescriptiveText' element value. |
java.lang.String |
getExistsCode()
Get the 'ExistsCode' attribute value. |
Features |
getFeatures()
Get the 'Features' element value. |
java.lang.String |
getID()
Get the 'ID' attribute value. |
java.lang.Boolean |
getIncluded()
Get the 'Included' attribute value. |
java.lang.String |
getInvCode()
Get the 'InvCode' attribute value. |
java.lang.String |
getMealPlanCode()
Get the 'MealPlanCode' attribute value. |
java.lang.String |
getMeetingRoomCode()
Get the 'MeetingRoomCode' attribute value. |
MultimediaDescriptions |
getMultimediaDescriptions()
Get the 'MultimediaDescriptions' element value. |
OperationSchedulesPlusCharge |
getOperationSchedules()
Get the 'OperationSchedules' element value. |
java.lang.String |
getProximityCode()
Get the 'ProximityCode' attribute value. |
java.lang.Integer |
getQuantity()
Get the 'Quantity' attribute value. |
RelativePosition |
getRelativePosition()
Get the 'RelativePosition' element value. |
java.lang.Integer |
getSort()
Get the 'Sort' attribute value. |
void |
setAvailableToAnyGuest(java.lang.Boolean availableToAnyGuest)
Set the 'AvailableToAnyGuest' attribute value. |
void |
setBusinessServiceCode(java.lang.String businessServiceCode)
Set the 'BusinessServiceCode' attribute value. |
void |
setCode(java.lang.String code)
Set the 'Code' attribute value. |
void |
setCodeInfoGroup(CodeInfoGroup codeInfoGroup)
Set the 'CodeInfoGroup' attributeGroup value. |
void |
setContact(ContactInfo contact)
Set the 'Contact' element value. |
void |
setDescriptiveText(java.lang.String descriptiveText)
Set the 'DescriptiveText' element value. |
void |
setExistsCode(java.lang.String existsCode)
Set the 'ExistsCode' attribute value. |
void |
setFeatures(Features features)
Set the 'Features' element value. |
void |
setID(java.lang.String ID)
Set the 'ID' attribute value. |
void |
setIncluded(java.lang.Boolean included)
Set the 'Included' attribute value. |
void |
setInvCode(java.lang.String invCode)
Set the 'InvCode' attribute value. |
void |
setMealPlanCode(java.lang.String mealPlanCode)
Set the 'MealPlanCode' attribute value. |
void |
setMeetingRoomCode(java.lang.String meetingRoomCode)
Set the 'MeetingRoomCode' attribute value. |
void |
setMultimediaDescriptions(MultimediaDescriptions multimediaDescriptions)
Set the 'MultimediaDescriptions' element value. |
void |
setOperationSchedules(OperationSchedulesPlusCharge operationSchedules)
Set the 'OperationSchedules' element value. |
void |
setProximityCode(java.lang.String proximityCode)
Set the 'ProximityCode' attribute value. |
void |
setQuantity(java.lang.Integer quantity)
Set the 'Quantity' attribute value. |
void |
setRelativePosition(RelativePosition relativePosition)
Set the 'RelativePosition' element value. |
void |
setSort(java.lang.Integer sort)
Set the 'Sort' 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.Services.Service()
Method Detail |
---|
public ContactInfo getContact()
public void setContact(ContactInfo contact)
contact
- public RelativePosition getRelativePosition()
public void setRelativePosition(RelativePosition relativePosition)
relativePosition
- public OperationSchedulesPlusCharge getOperationSchedules()
public void setOperationSchedules(OperationSchedulesPlusCharge operationSchedules)
operationSchedules
- public MultimediaDescriptions getMultimediaDescriptions()
public void setMultimediaDescriptions(MultimediaDescriptions multimediaDescriptions)
multimediaDescriptions
- public Features getFeatures()
public void setFeatures(Features features)
features
- public java.lang.String getDescriptiveText()
public void setDescriptiveText(java.lang.String descriptiveText)
descriptiveText
- public java.lang.Boolean getIncluded()
public void setIncluded(java.lang.Boolean included)
included
- public java.lang.String getCode()
public void setCode(java.lang.String code)
code
- public java.lang.String getBusinessServiceCode()
public void setBusinessServiceCode(java.lang.String businessServiceCode)
businessServiceCode
- public java.lang.String getExistsCode()
public void setExistsCode(java.lang.String existsCode)
existsCode
- public CodeInfoGroup getCodeInfoGroup()
public void setCodeInfoGroup(CodeInfoGroup codeInfoGroup)
codeInfoGroup
- public java.lang.Boolean getAvailableToAnyGuest()
public void setAvailableToAnyGuest(java.lang.Boolean availableToAnyGuest)
availableToAnyGuest
- public java.lang.String getInvCode()
public void setInvCode(java.lang.String invCode)
invCode
- public java.lang.String getProximityCode()
public void setProximityCode(java.lang.String proximityCode)
proximityCode
- public java.lang.String getMealPlanCode()
public void setMealPlanCode(java.lang.String mealPlanCode)
mealPlanCode
- public java.lang.Integer getQuantity()
public void setQuantity(java.lang.Integer quantity)
quantity
- public java.lang.Integer getSort()
public void setSort(java.lang.Integer sort)
sort
- public java.lang.String getMeetingRoomCode()
public void setMeetingRoomCode(java.lang.String meetingRoomCode)
meetingRoomCode
- public java.lang.String getID()
public void setID(java.lang.String ID)
ID
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |