|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.FacilityInfo.GuestRooms.GuestRoom.Amenities.Amenity
public static class HotelDescriptiveContent.FacilityInfo.GuestRooms.GuestRoom.Amenities.Amenity
Tangible room item(s) (e.g., newspaper) available to the guest. 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="Amenity" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element type="ns:OperationSchedulesPlusChargeType" name="OperationSchedules" minOccurs="0"/> <xs:element type="ns:ContactInfoRootType" name="ContactInfo" minOccurs="0" maxOccurs="5"/> <xs:element type="ns:MultimediaDescriptionsType" name="MultimediaDescriptions" minOccurs="0"/> <xs:element type="xs:string" name="DescriptiveText" minOccurs="0"/> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="RoomAmenityCode"/> <xs:attribute type="xs:boolean" use="optional" name="IncludedInRateIndicator"/> <xs:attribute type="xs:string" use="optional" name="ExistsCode"/> <xs:attributeGroup ref="ns:CodeInfoGroup"/> <xs:attributeGroup ref="ns:QuantityGroup"/> <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="QuantityGroup"> <xs:attribute type="xs:int" use="optional" name="Quantity"/> </xs:attributeGroup> <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.FacilityInfo.GuestRooms.GuestRoom.Amenities.Amenity()
|
Method Summary | |
---|---|
void |
addContactInfo(ContactInfoRoot item)
Add a 'ContactInfo' element item. |
void |
clearContactInfos()
Remove all 'ContactInfo' element items. |
CodeInfoGroup |
getCodeInfoGroup()
Get the 'CodeInfoGroup' attributeGroup value. |
ContactInfoRoot |
getContactInfo(int index)
Get 'ContactInfo' element item by position. |
java.util.List<ContactInfoRoot> |
getContactInfos()
Get the list of 'ContactInfo' element items. |
java.lang.String |
getDescriptiveText()
Get the 'DescriptiveText' element value. |
java.lang.String |
getExistsCode()
Get the 'ExistsCode' attribute value. |
java.lang.String |
getID()
Get the 'ID' attribute value. |
java.lang.Boolean |
getIncludedInRateIndicator()
Get the 'IncludedInRateIndicator' attribute value. |
MultimediaDescriptions |
getMultimediaDescriptions()
Get the 'MultimediaDescriptions' element value. |
OperationSchedulesPlusCharge |
getOperationSchedules()
Get the 'OperationSchedules' element value. |
java.lang.Integer |
getQuantity()
Get the 'Quantity' attribute value. |
java.lang.String |
getRoomAmenityCode()
Get the 'RoomAmenityCode' attribute value. |
void |
setCodeInfoGroup(CodeInfoGroup codeInfoGroup)
Set the 'CodeInfoGroup' attributeGroup value. |
void |
setContactInfos(java.util.List<ContactInfoRoot> list)
Set the list of 'ContactInfo' element items. |
void |
setDescriptiveText(java.lang.String descriptiveText)
Set the 'DescriptiveText' element value. |
void |
setExistsCode(java.lang.String existsCode)
Set the 'ExistsCode' attribute value. |
void |
setID(java.lang.String ID)
Set the 'ID' attribute value. |
void |
setIncludedInRateIndicator(java.lang.Boolean includedInRateIndicator)
Set the 'IncludedInRateIndicator' attribute value. |
void |
setMultimediaDescriptions(MultimediaDescriptions multimediaDescriptions)
Set the 'MultimediaDescriptions' element value. |
void |
setOperationSchedules(OperationSchedulesPlusCharge operationSchedules)
Set the 'OperationSchedules' element value. |
void |
setQuantity(java.lang.Integer quantity)
Set the 'Quantity' attribute value. |
void |
setRoomAmenityCode(java.lang.String roomAmenityCode)
Set the 'RoomAmenityCode' attribute value. |
int |
sizeContactInfos()
Get the number of 'ContactInfo' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HotelDescriptiveContent.FacilityInfo.GuestRooms.GuestRoom.Amenities.Amenity()
Method Detail |
---|
public OperationSchedulesPlusCharge getOperationSchedules()
public void setOperationSchedules(OperationSchedulesPlusCharge operationSchedules)
operationSchedules
- public java.util.List<ContactInfoRoot> getContactInfos()
public void setContactInfos(java.util.List<ContactInfoRoot> list)
list
- public int sizeContactInfos()
public void addContactInfo(ContactInfoRoot item)
item
- public ContactInfoRoot getContactInfo(int index)
index
-
public void clearContactInfos()
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.String getRoomAmenityCode()
public void setRoomAmenityCode(java.lang.String roomAmenityCode)
roomAmenityCode
- public java.lang.Boolean getIncludedInRateIndicator()
public void setIncludedInRateIndicator(java.lang.Boolean includedInRateIndicator)
includedInRateIndicator
- 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.Integer getQuantity()
public void setQuantity(java.lang.Integer quantity)
quantity
- 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 |