Class FlightCriteriaType
Java class for FlightCriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlightCriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Aircraft" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}AircraftType" maxOccurs="unbounded" minOccurs="0"/>
<element name="CabinType" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}CabinTypeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="FlightCharacteristicsCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}FlightCharacteristicsCriteriaType" maxOccurs="unbounded" minOccurs="0"/>
<element name="IATAAircraftType" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}IATAAircraftTypeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="RBD" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}RBDType" maxOccurs="unbounded" minOccurs="0"/>
<element name="WaitListCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}PrefLevelType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<AircraftType>protected List<CabinTypeType>protected List<FlightCharacteristicsCriteriaType>protected List<IATAAircraftTypeType>protected PrefLevelType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the aircraft property.Gets the value of the cabinType property.Gets the value of the flightCharacteristicsCriteria property.Gets the value of the iataAircraftType property.getRBD()Gets the value of the rbd property.Gets the value of the waitListCriteria property.voidsetWaitListCriteria(PrefLevelType value) Sets the value of the waitListCriteria property.
-
Field Details
-
aircraft
-
cabinType
-
flightCharacteristicsCriteria
-
iataAircraftType
-
rbd
-
waitListCriteria
-
-
Constructor Details
-
FlightCriteriaType
public FlightCriteriaType()
-
-
Method Details
-
getAircraft
Gets the value of the aircraft property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the aircraft property.For example, to add a new item, do as follows:
getAircraft().add(newItem);Objects of the following type(s) are allowed in the list
AircraftType -
getCabinType
Gets the value of the cabinType property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the cabinType property.For example, to add a new item, do as follows:
getCabinType().add(newItem);Objects of the following type(s) are allowed in the list
CabinTypeType -
getFlightCharacteristicsCriteria
Gets the value of the flightCharacteristicsCriteria property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the flightCharacteristicsCriteria property.For example, to add a new item, do as follows:
getFlightCharacteristicsCriteria().add(newItem);Objects of the following type(s) are allowed in the list
FlightCharacteristicsCriteriaType -
getIATAAircraftType
Gets the value of the iataAircraftType property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the iataAircraftType property.For example, to add a new item, do as follows:
getIATAAircraftType().add(newItem);Objects of the following type(s) are allowed in the list
IATAAircraftTypeType -
getRBD
Gets the value of the rbd property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the rbd property.For example, to add a new item, do as follows:
getRBD().add(newItem);Objects of the following type(s) are allowed in the list
RBDType -
getWaitListCriteria
Gets the value of the waitListCriteria property.- Returns:
- possible object is
PrefLevelType
-
setWaitListCriteria
Sets the value of the waitListCriteria property.- Parameters:
value- allowed object isPrefLevelType
-