|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.pkg._package.ItineraryItems.ItineraryItem.Accommodation
public static class _package.ItineraryItems.ItineraryItem.Accommodation
Details of an accommodation item requeired in the package 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" type="ns:AccommodationSegmentRequestType" name="Accommodation"/> <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="AccommodationSegmentRequestType"> <xs:sequence> <xs:element type="ns:PropertyIdentityType" name="Identity" minOccurs="0"/> <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:attributeGroup ref="ns:DestinationLevelGroup"/> <xs:attributeGroup ref="ns:ResortCodeGroup"/> </xs:complexType>
Nested Class Summary | |
---|---|
static class |
_package.ItineraryItems.ItineraryItem.Accommodation.MealPlans
A collection of MealPlan elements Schema fragment(s) for this class: |
static class |
_package.ItineraryItems.ItineraryItem.Accommodation.RoomProfiles
A collection of RoomProfile elements Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
_package.ItineraryItems.ItineraryItem.Accommodation()
|
Method Summary | |
---|---|
DateTimeSpan |
getDateRange()
Get the 'DateRange' element value. |
DestinationLevelGroup |
getDestinationLevelGroup()
Get the 'DestinationLevelGroup' attributeGroup value. |
PropertyIdentity |
getIdentity()
Get the 'Identity' element value. |
_package.ItineraryItems.ItineraryItem.Accommodation.MealPlans |
getMealPlans()
Get the 'MealPlans' element value. |
ResortCodeGroup |
getResortCodeGroup()
Get the 'ResortCodeGroup' attributeGroup value. |
_package.ItineraryItems.ItineraryItem.Accommodation.RoomProfiles |
getRoomProfiles()
Get the 'RoomProfiles' element value. |
java.lang.String |
getRPH()
Get the 'RPH' attribute 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(_package.ItineraryItems.ItineraryItem.Accommodation.MealPlans mealPlans)
Set the 'MealPlans' element value. |
void |
setResortCodeGroup(ResortCodeGroup resortCodeGroup)
Set the 'ResortCodeGroup' attributeGroup value. |
void |
setRoomProfiles(_package.ItineraryItems.ItineraryItem.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 _package.ItineraryItems.ItineraryItem.Accommodation()
Method Detail |
---|
public PropertyIdentity getIdentity()
public void setIdentity(PropertyIdentity identity)
identity
- public DateTimeSpan getDateRange()
public void setDateRange(DateTimeSpan dateRange)
dateRange
- public _package.ItineraryItems.ItineraryItem.Accommodation.RoomProfiles getRoomProfiles()
public void setRoomProfiles(_package.ItineraryItems.ItineraryItem.Accommodation.RoomProfiles roomProfiles)
roomProfiles
- public _package.ItineraryItems.ItineraryItem.Accommodation.MealPlans getMealPlans()
public void setMealPlans(_package.ItineraryItems.ItineraryItem.Accommodation.MealPlans mealPlans)
mealPlans
- public java.lang.String getRPH()
public void setRPH(java.lang.String RPH)
RPH
- public DestinationLevelGroup getDestinationLevelGroup()
public void setDestinationLevelGroup(DestinationLevelGroup destinationLevelGroup)
destinationLevelGroup
- public ResortCodeGroup getResortCodeGroup()
public void setResortCodeGroup(ResortCodeGroup resortCodeGroup)
resortCodeGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |