org.ota.cruise
Class CruiseGuestInfo.LinkedBookings.LinkedBooking

java.lang.Object
  extended by org.ota.shared.RelatedTraveler
      extended by org.ota.cruise.CruiseGuestInfo.LinkedBookings.LinkedBooking
Enclosing class:
CruiseGuestInfo.LinkedBookings

public static class CruiseGuestInfo.LinkedBookings.LinkedBooking
extends RelatedTraveler

Specifies cross references at the booking level. 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="LinkedBooking" maxOccurs="32">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:RelatedTravelerType">
         <xs:attribute type="xs:string" use="optional" name="LinkTypeCode"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
CruiseGuestInfo.LinkedBookings.LinkedBooking()
           
 
Method Summary
 java.lang.String getLinkTypeCode()
          Get the 'LinkTypeCode' attribute value.
 void setLinkTypeCode(java.lang.String linkTypeCode)
          Set the 'LinkTypeCode' attribute value.
 
Methods inherited from class org.ota.shared.RelatedTraveler
getBirthDate, getPersonName, getPrivacyGroup, getRelation, getUniqueID, setBirthDate, setPersonName, setPrivacyGroup, setRelation, setUniqueID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CruiseGuestInfo.LinkedBookings.LinkedBooking

public CruiseGuestInfo.LinkedBookings.LinkedBooking()
Method Detail

getLinkTypeCode

public java.lang.String getLinkTypeCode()
Get the 'LinkTypeCode' attribute value. Specifies the nature of the link (e.g. booking, dining, tour, back to back). Refer to OpenTravel Code Table Link Type Code (LTC).

Returns:
value

setLinkTypeCode

public void setLinkTypeCode(java.lang.String linkTypeCode)
Set the 'LinkTypeCode' attribute value. Specifies the nature of the link (e.g. booking, dining, tour, back to back). Refer to OpenTravel Code Table Link Type Code (LTC).

Parameters:
linkTypeCode -