public class

EnhancedDataType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.EnhancedDataType

Class Overview

Enhanced Data Information. Example: AID for Airlines

Java class for EnhancedDataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="EnhancedDataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AirlineItinerary" type="{urn:ebay:apis:eBLBaseComponents}AirlineItineraryType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected AirlineItineraryType airlineItinerary
Public Constructors
EnhancedDataType()
Public Methods
AirlineItineraryType getAirlineItinerary()
Gets the value of the airlineItinerary property.
void setAirlineItinerary(AirlineItineraryType value)
Sets the value of the airlineItinerary property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AirlineItineraryType airlineItinerary

Public Constructors

public EnhancedDataType ()

Public Methods

public AirlineItineraryType getAirlineItinerary ()

Gets the value of the airlineItinerary property.

Returns

public void setAirlineItinerary (AirlineItineraryType value)

Sets the value of the airlineItinerary property.

Parameters
value Allowed object is AirlineItineraryType