org.ota.cruise
Class CruiseGuestInfo.LinkedBookings.LinkedBooking
java.lang.Object
org.ota.shared.RelatedTraveler
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>
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CruiseGuestInfo.LinkedBookings.LinkedBooking
public CruiseGuestInfo.LinkedBookings.LinkedBooking()
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
-