org.ota.cruise
Class CruiseGuestInfo.GuestDetail.LinkedTraveler

java.lang.Object
  extended by org.ota.shared.RelatedTraveler
      extended by org.ota.cruise.CruiseGuestInfo.GuestDetail.LinkedTraveler
Enclosing class:
CruiseGuestInfo.GuestDetail

public static class CruiseGuestInfo.GuestDetail.LinkedTraveler
extends RelatedTraveler

Specifies cross references at the guest 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="LinkedTraveler" minOccurs="0" maxOccurs="9">
   <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.GuestDetail.LinkedTraveler()
           
 
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.GuestDetail.LinkedTraveler

public CruiseGuestInfo.GuestDetail.LinkedTraveler()
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 -