Class FlightRequestType
Java class for FlightRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlightRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="AffinityShoppingCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}AffinityRequestType"/>
<element name="OriginDestCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}OriginDestCriteriaType" maxOccurs="unbounded"/>
<element name="ShoppingResponse" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}ShoppingResponseType"/>
<element name="SpecificOriginDestCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}OriginDestType" maxOccurs="unbounded"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AffinityRequestTypeprotected List<OriginDestCriteriaType>protected ShoppingResponseTypeprotected List<OriginDestType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the affinityShoppingCriteria property.Gets the value of the originDestCriteria property.Gets the value of the shoppingResponse property.Gets the value of the specificOriginDestCriteria property.voidSets the value of the affinityShoppingCriteria property.voidSets the value of the shoppingResponse property.
-
Field Details
-
affinityShoppingCriteria
-
originDestCriteria
-
shoppingResponse
-
specificOriginDestCriteria
-
-
Constructor Details
-
FlightRequestType
public FlightRequestType()
-
-
Method Details
-
getAffinityShoppingCriteria
Gets the value of the affinityShoppingCriteria property.- Returns:
- possible object is
AffinityRequestType
-
setAffinityShoppingCriteria
Sets the value of the affinityShoppingCriteria property.- Parameters:
value- allowed object isAffinityRequestType
-
getOriginDestCriteria
Gets the value of the originDestCriteria 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 originDestCriteria property.For example, to add a new item, do as follows:
getOriginDestCriteria().add(newItem);Objects of the following type(s) are allowed in the list
OriginDestCriteriaType -
getShoppingResponse
Gets the value of the shoppingResponse property.- Returns:
- possible object is
ShoppingResponseType
-
setShoppingResponse
Sets the value of the shoppingResponse property.- Parameters:
value- allowed object isShoppingResponseType
-
getSpecificOriginDestCriteria
Gets the value of the specificOriginDestCriteria 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 specificOriginDestCriteria property.For example, to add a new item, do as follows:
getSpecificOriginDestCriteria().add(newItem);Objects of the following type(s) are allowed in the list
OriginDestType
-