|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.dynamicpkg.DynamicPkg
public class DynamicPkg
Contains pre-selected components and information about the guests and payments made on the existing reservation. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DynamicPkgType">
<xs:sequence>
<xs:element name="Components" minOccurs="0">
<!-- Reference to inner class Components -->
</xs:element>
<xs:element type="ns:ResGuestsType" name="ResGuests" minOccurs="0"/>
<xs:element type="ns:DynamicPkgGlobalInfoType" name="GlobalInfo" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="ns:DynamicPkgActionStatusGroup"/>
</xs:complexType>
| Nested Class Summary | |
|---|---|
static class |
DynamicPkg.Components
A collection of pre-selected components. |
| Constructor Summary | |
|---|---|
DynamicPkg()
|
|
| Method Summary | |
|---|---|
DynamicPkg.Components |
getComponents()
Get the 'Components' element value. |
DynamicPkgActionStatusGroup |
getDynamicPkgActionStatusGroup()
Get the 'DynamicPkgActionStatusGroup' attributeGroup value. |
DynamicPkgGlobalInfo |
getGlobalInfo()
Get the 'GlobalInfo' element value. |
ResGuests |
getResGuests()
Get the 'ResGuests' element value. |
void |
setComponents(DynamicPkg.Components components)
Set the 'Components' element value. |
void |
setDynamicPkgActionStatusGroup(DynamicPkgActionStatusGroup dynamicPkgActionStatusGroup)
Set the 'DynamicPkgActionStatusGroup' attributeGroup value. |
void |
setGlobalInfo(DynamicPkgGlobalInfo globalInfo)
Set the 'GlobalInfo' element value. |
void |
setResGuests(ResGuests resGuests)
Set the 'ResGuests' element value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DynamicPkg()
| Method Detail |
|---|
public DynamicPkg.Components getComponents()
public void setComponents(DynamicPkg.Components components)
components - public ResGuests getResGuests()
public void setResGuests(ResGuests resGuests)
resGuests - public DynamicPkgGlobalInfo getGlobalInfo()
public void setGlobalInfo(DynamicPkgGlobalInfo globalInfo)
globalInfo - public DynamicPkgActionStatusGroup getDynamicPkgActionStatusGroup()
public void setDynamicPkgActionStatusGroup(DynamicPkgActionStatusGroup dynamicPkgActionStatusGroup)
dynamicPkgActionStatusGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||