org.ota.dynamicpkg
Class DynamicPkg

java.lang.Object
  extended by org.ota.dynamicpkg.DynamicPkg

public class DynamicPkg
extends java.lang.Object

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

DynamicPkg

public DynamicPkg()
Method Detail

getComponents

public DynamicPkg.Components getComponents()
Get the 'Components' element value.

Returns:
value

setComponents

public void setComponents(DynamicPkg.Components components)
Set the 'Components' element value.

Parameters:
components -

getResGuests

public ResGuests getResGuests()
Get the 'ResGuests' element value. Identifies the guests associated with this reservation.

Returns:
value

setResGuests

public void setResGuests(ResGuests resGuests)
Set the 'ResGuests' element value. Identifies the guests associated with this reservation.

Parameters:
resGuests -

getGlobalInfo

public DynamicPkgGlobalInfo getGlobalInfo()
Get the 'GlobalInfo' element value. Information that affects the reservation as a whole.

Returns:
value

setGlobalInfo

public void setGlobalInfo(DynamicPkgGlobalInfo globalInfo)
Set the 'GlobalInfo' element value. Information that affects the reservation as a whole.

Parameters:
globalInfo -

getDynamicPkgActionStatusGroup

public DynamicPkgActionStatusGroup getDynamicPkgActionStatusGroup()
Get the 'DynamicPkgActionStatusGroup' attributeGroup value. Specifies the action being requested and/or the status of the package.

Returns:
value

setDynamicPkgActionStatusGroup

public void setDynamicPkgActionStatusGroup(DynamicPkgActionStatusGroup dynamicPkgActionStatusGroup)
Set the 'DynamicPkgActionStatusGroup' attributeGroup value. Specifies the action being requested and/or the status of the package.

Parameters:
dynamicPkgActionStatusGroup -