org.ota.cruise
Class CruiseGuestInfo.GuestDetail.SelectedPackages.SelectedPackage
java.lang.Object
org.ota.cruise.CruisePackage
org.ota.cruise.CruiseGuestInfo.GuestDetail.SelectedPackages.SelectedPackage
- Enclosing class:
- CruiseGuestInfo.GuestDetail.SelectedPackages
public static class CruiseGuestInfo.GuestDetail.SelectedPackages.SelectedPackage
- extends CruisePackage
Specifies the package information such as Pre/Post/Shorex/Bus/Transfer.
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="SelectedPackage" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:CruisePackageType">
<xs:sequence>
<xs:element type="ns:AirInfoType" name="AirInfo" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Methods inherited from class org.ota.cruise.CruisePackage |
addLocation, clearLocations, getCruisePackageGroup, getLocation, getLocations, getPackageTypeCode, getStatus, setCruisePackageGroup, setLocations, setPackageTypeCode, setStatus, sizeLocations |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CruiseGuestInfo.GuestDetail.SelectedPackages.SelectedPackage
public CruiseGuestInfo.GuestDetail.SelectedPackages.SelectedPackage()
getAirInfo
public AirInfo getAirInfo()
- Get the 'AirInfo' element value. Specifies the air travel information for the transfer.
- Returns:
- value
setAirInfo
public void setAirInfo(AirInfo airInfo)
- Set the 'AirInfo' element value. Specifies the air travel information for the transfer.
- Parameters:
airInfo
-