|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.AirCheckIn.FlightInfo.ServiceDetails
public static class AirCheckIn.FlightInfo.ServiceDetails
Specifies additional service details for this flight. 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="ServiceDetails" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="MealService" minOccurs="0" maxOccurs="12"> <!-- Reference to inner class MealService --> </xs:element> </xs:sequence> <xs:attribute type="xs:boolean" use="optional" name="DeniedBoardingIndicator"/> <xs:attribute type="xs:string" use="optional" name="FlightProductName"/> <xs:attribute type="xs:string" use="optional" name="InFlightServiceCodes"/> <xs:attributeGroup ref="ns:UnitsOfMeasureGroup"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
AirCheckIn.FlightInfo.ServiceDetails.MealService
Indicates the type of inflight meal service. |
Constructor Summary | |
---|---|
AirCheckIn.FlightInfo.ServiceDetails()
|
Method Summary | |
---|---|
void |
addMealService(AirCheckIn.FlightInfo.ServiceDetails.MealService item)
Add a 'MealService' element item. |
void |
clearMealServices()
Remove all 'MealService' element items. |
java.lang.Boolean |
getDeniedBoardingIndicator()
Get the 'DeniedBoardingIndicator' attribute value. |
java.lang.String |
getFlightProductName()
Get the 'FlightProductName' attribute value. |
java.lang.String |
getInFlightServiceCodes()
Get the 'InFlightServiceCodes' attribute value. |
AirCheckIn.FlightInfo.ServiceDetails.MealService |
getMealService(int index)
Get 'MealService' element item by position. |
java.util.List<AirCheckIn.FlightInfo.ServiceDetails.MealService> |
getMealServices()
Get the list of 'MealService' element items. |
UnitsOfMeasureGroup |
getUnitsOfMeasureGroup()
Get the 'UnitsOfMeasureGroup' attributeGroup value. |
void |
setDeniedBoardingIndicator(java.lang.Boolean deniedBoardingIndicator)
Set the 'DeniedBoardingIndicator' attribute value. |
void |
setFlightProductName(java.lang.String flightProductName)
Set the 'FlightProductName' attribute value. |
void |
setInFlightServiceCodes(java.lang.String inFlightServiceCodes)
Set the 'InFlightServiceCodes' attribute value. |
void |
setMealServices(java.util.List<AirCheckIn.FlightInfo.ServiceDetails.MealService> list)
Set the list of 'MealService' element items. |
void |
setUnitsOfMeasureGroup(UnitsOfMeasureGroup unitsOfMeasureGroup)
Set the 'UnitsOfMeasureGroup' attributeGroup value. |
int |
sizeMealServices()
Get the number of 'MealService' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AirCheckIn.FlightInfo.ServiceDetails()
Method Detail |
---|
public java.util.List<AirCheckIn.FlightInfo.ServiceDetails.MealService> getMealServices()
public void setMealServices(java.util.List<AirCheckIn.FlightInfo.ServiceDetails.MealService> list)
list
- public int sizeMealServices()
public void addMealService(AirCheckIn.FlightInfo.ServiceDetails.MealService item)
item
- public AirCheckIn.FlightInfo.ServiceDetails.MealService getMealService(int index)
index
-
public void clearMealServices()
public java.lang.Boolean getDeniedBoardingIndicator()
public void setDeniedBoardingIndicator(java.lang.Boolean deniedBoardingIndicator)
deniedBoardingIndicator
- public java.lang.String getFlightProductName()
public void setFlightProductName(java.lang.String flightProductName)
flightProductName
- public java.lang.String getInFlightServiceCodes()
public void setInFlightServiceCodes(java.lang.String inFlightServiceCodes)
inFlightServiceCodes
- public UnitsOfMeasureGroup getUnitsOfMeasureGroup()
public void setUnitsOfMeasureGroup(UnitsOfMeasureGroup unitsOfMeasureGroup)
unitsOfMeasureGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |