Class FlightAssociationsType
Java class for FlightAssociationsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlightAssociationsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="PaxJourneyRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}ID_Type" maxOccurs="unbounded"/>
<element name="PaxSegmentRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}ID_Type" maxOccurs="unbounded"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the paxJourneyRefID property.Gets the value of the paxSegmentRefID property.
-
Field Details
-
paxJourneyRefID
-
paxSegmentRefID
-
-
Constructor Details
-
FlightAssociationsType
public FlightAssociationsType()
-
-
Method Details
-
getPaxJourneyRefID
Gets the value of the paxJourneyRefID 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 paxJourneyRefID property.For example, to add a new item, do as follows:
getPaxJourneyRefID().add(newItem);Objects of the following type(s) are allowed in the list
String -
getPaxSegmentRefID
Gets the value of the paxSegmentRefID 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 paxSegmentRefID property.For example, to add a new item, do as follows:
getPaxSegmentRefID().add(newItem);Objects of the following type(s) are allowed in the list
String
-