|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.pkg.ItineraryItemResponse.Accommodation
public static class ItineraryItemResponse.Accommodation
Defines an accommodation component of a package holiday. 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="Accommodation"> <xs:complexType> <xs:sequence> <xs:element type="ns:PropertyIdentityType" name="Identity" minOccurs="0"/> <xs:element name="AccommodationClass" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:AccommodationClassGroup"/> </xs:complexType> </xs:element> <xs:element type="ns:DateTimeSpanType" name="DateRange"/> <xs:element name="RoomProfiles" minOccurs="0"> <!-- Reference to inner class RoomProfiles --> </xs:element> <xs:element name="MealPlans" minOccurs="0"> <!-- Reference to inner class MealPlans --> </xs:element> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="RPH"/> <xs:attribute type="xs:string" use="optional" name="ResortName"/> <xs:attribute type="xs:string" use="optional" name="ResortCode"/> <xs:attributeGroup ref="ns:DestinationLevelGroup"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
ItineraryItemResponse.Accommodation.MealPlans
A collection of MealPlan elements Schema fragment(s) for this class: |
static class |
ItineraryItemResponse.Accommodation.RoomProfiles
A collection of RoomProfile elements Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
ItineraryItemResponse.Accommodation()
|
Method Summary | |
---|---|
AccommodationClassGroup |
getAccommodationClass()
Get the 'AccommodationClassGroup' attributeGroup value. |
DateTimeSpan |
getDateRange()
Get the 'DateRange' element value. |
DestinationLevelGroup |
getDestinationLevelGroup()
Get the 'DestinationLevelGroup' attributeGroup value. |
PropertyIdentity |
getIdentity()
Get the 'Identity' element value. |
ItineraryItemResponse.Accommodation.MealPlans |
getMealPlans()
Get the 'MealPlans' element value. |
java.lang.String |
getResortCode()
Get the 'ResortCode' attribute value. |
java.lang.String |
getResortName()
Get the 'ResortName' attribute value. |
ItineraryItemResponse.Accommodation.RoomProfiles |
getRoomProfiles()
Get the 'RoomProfiles' element value. |
java.lang.String |
getRPH()
Get the 'RPH' attribute value. |
void |
setAccommodationClass(AccommodationClassGroup accommodationClass)
Set the 'AccommodationClassGroup' attributeGroup value. |
void |
setDateRange(DateTimeSpan dateRange)
Set the 'DateRange' element value. |
void |
setDestinationLevelGroup(DestinationLevelGroup destinationLevelGroup)
Set the 'DestinationLevelGroup' attributeGroup value. |
void |
setIdentity(PropertyIdentity identity)
Set the 'Identity' element value. |
void |
setMealPlans(ItineraryItemResponse.Accommodation.MealPlans mealPlans)
Set the 'MealPlans' element value. |
void |
setResortCode(java.lang.String resortCode)
Set the 'ResortCode' attribute value. |
void |
setResortName(java.lang.String resortName)
Set the 'ResortName' attribute value. |
void |
setRoomProfiles(ItineraryItemResponse.Accommodation.RoomProfiles roomProfiles)
Set the 'RoomProfiles' element value. |
void |
setRPH(java.lang.String RPH)
Set the 'RPH' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ItineraryItemResponse.Accommodation()
Method Detail |
---|
public PropertyIdentity getIdentity()
public void setIdentity(PropertyIdentity identity)
identity
- public AccommodationClassGroup getAccommodationClass()
public void setAccommodationClass(AccommodationClassGroup accommodationClass)
accommodationClass
- public DateTimeSpan getDateRange()
public void setDateRange(DateTimeSpan dateRange)
dateRange
- public ItineraryItemResponse.Accommodation.RoomProfiles getRoomProfiles()
public void setRoomProfiles(ItineraryItemResponse.Accommodation.RoomProfiles roomProfiles)
roomProfiles
- public ItineraryItemResponse.Accommodation.MealPlans getMealPlans()
public void setMealPlans(ItineraryItemResponse.Accommodation.MealPlans mealPlans)
mealPlans
- public java.lang.String getRPH()
public void setRPH(java.lang.String RPH)
RPH
- public java.lang.String getResortName()
public void setResortName(java.lang.String resortName)
resortName
- public java.lang.String getResortCode()
public void setResortCode(java.lang.String resortCode)
resortCode
- public DestinationLevelGroup getDestinationLevelGroup()
public void setDestinationLevelGroup(DestinationLevelGroup destinationLevelGroup)
destinationLevelGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |