org.ota.air
Class TravelerRefNumberGroup

java.lang.Object
  extended by org.ota.air.TravelerRefNumberGroup

public class TravelerRefNumberGroup
extends java.lang.Object

A reference place holder used as a pointer to link back to the traveler. Schema fragment(s) for this class:

 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TravelerRefNumberGroup">
   <xs:attribute type="xs:string" use="optional" name="RPH"/>
   <xs:attribute type="xs:string" use="optional" name="SurnameRefNumber"/>
 </xs:attributeGroup>
 


Constructor Summary
TravelerRefNumberGroup()
           
 
Method Summary
 java.lang.String getRPH()
          Get the 'RPH' attribute value.
 java.lang.String getSurnameRefNumber()
          Get the 'SurnameRefNumber' attribute value.
 void setRPH(java.lang.String RPH)
          Set the 'RPH' attribute value.
 void setSurnameRefNumber(java.lang.String surnameRefNumber)
          Set the 'SurnameRefNumber' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TravelerRefNumberGroup

public TravelerRefNumberGroup()
Method Detail

getRPH

public java.lang.String getRPH()
Get the 'RPH' attribute value. A unique reference for the traveler.

Returns:
value

setRPH

public void setRPH(java.lang.String RPH)
Set the 'RPH' attribute value. A unique reference for the traveler.

Parameters:
RPH -

getSurnameRefNumber

public java.lang.String getSurnameRefNumber()
Get the 'SurnameRefNumber' attribute value. Used to identify and associate travelers with the same surname.

Returns:
value

setSurnameRefNumber

public void setSurnameRefNumber(java.lang.String surnameRefNumber)
Set the 'SurnameRefNumber' attribute value. Used to identify and associate travelers with the same surname.

Parameters:
surnameRefNumber -