Class EligibilityType
Java class for EligibilityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EligibilityType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FlightAssociations" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}FlightAssociationsType" minOccurs="0"/>
<element name="PaxRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}ID_Type" maxOccurs="unbounded" minOccurs="0"/>
<element name="PriceClassRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}ID_Type" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the flightAssociations property.Gets the value of the paxRefID property.Gets the value of the priceClassRefID property.voidSets the value of the flightAssociations property.
-
Field Details
-
flightAssociations
-
paxRefID
-
priceClassRefID
-
-
Constructor Details
-
EligibilityType
public EligibilityType()
-
-
Method Details
-
getFlightAssociations
Gets the value of the flightAssociations property.- Returns:
- possible object is
FlightAssociationsType
-
setFlightAssociations
Sets the value of the flightAssociations property.- Parameters:
value- allowed object isFlightAssociationsType
-
getPaxRefID
Gets the value of the paxRefID 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 paxRefID property.For example, to add a new item, do as follows:
getPaxRefID().add(newItem);Objects of the following type(s) are allowed in the list
String -
getPriceClassRefID
Gets the value of the priceClassRefID 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 priceClassRefID property.For example, to add a new item, do as follows:
getPriceClassRefID().add(newItem);Objects of the following type(s) are allowed in the list
String
-