org.ota.pkg
Class ExtrasInfo.ParentExtras

java.lang.Object
  extended by org.ota.pkg.ExtrasInfo.ParentExtras
Enclosing class:
ExtrasInfo

public static class ExtrasInfo.ParentExtras
extends java.lang.Object

Identifies the parent with which this Extra is available (e.g., an ice skating session with ice skates). 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="ParentExtras" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="ListOfParentRPH"/>
     <xs:attributeGroup ref="ns:ExtrasSelectionGroup"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
ExtrasInfo.ParentExtras()
           
 
Method Summary
 ExtrasSelectionGroup getExtrasSelectionGroup()
          Get the 'ExtrasSelectionGroup' attributeGroup value.
 java.lang.String getListOfParentRPH()
          Get the 'ListOfParentRPH' attribute value.
 void setExtrasSelectionGroup(ExtrasSelectionGroup extrasSelectionGroup)
          Set the 'ExtrasSelectionGroup' attributeGroup value.
 void setListOfParentRPH(java.lang.String listOfParentRPH)
          Set the 'ListOfParentRPH' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtrasInfo.ParentExtras

public ExtrasInfo.ParentExtras()
Method Detail

getListOfParentRPH

public java.lang.String getListOfParentRPH()
Get the 'ListOfParentRPH' attribute value. Where an option is applicable only to certain passengers, this attribute will contain the ReferencePlaceHolders of the relevant passengers.

Returns:
value

setListOfParentRPH

public void setListOfParentRPH(java.lang.String listOfParentRPH)
Set the 'ListOfParentRPH' attribute value. Where an option is applicable only to certain passengers, this attribute will contain the ReferencePlaceHolders of the relevant passengers.

Parameters:
listOfParentRPH -

getExtrasSelectionGroup

public ExtrasSelectionGroup getExtrasSelectionGroup()
Get the 'ExtrasSelectionGroup' attributeGroup value. Selection type and rule code for an extra.

Returns:
value

setExtrasSelectionGroup

public void setExtrasSelectionGroup(ExtrasSelectionGroup extrasSelectionGroup)
Set the 'ExtrasSelectionGroup' attributeGroup value. Selection type and rule code for an extra.

Parameters:
extrasSelectionGroup -