Class Offer1Type.BaggageAllowance
- Enclosing class:
- Offer1Type
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BaggageAllowanceRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}ID_Type"/>
<element name="PaxJourneyRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}ID_Type" maxOccurs="unbounded"/>
<element name="PaxRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}ID_Type" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the baggageAllowanceRefID property.Gets the value of the paxJourneyRefID property.Gets the value of the paxRefID property.voidsetBaggageAllowanceRefID(String value) Sets the value of the baggageAllowanceRefID property.
-
Field Details
-
baggageAllowanceRefID
-
paxJourneyRefID
-
paxRefID
-
-
Constructor Details
-
BaggageAllowance
public BaggageAllowance()
-
-
Method Details
-
getBaggageAllowanceRefID
Gets the value of the baggageAllowanceRefID property.- Returns:
- possible object is
String
-
setBaggageAllowanceRefID
Sets the value of the baggageAllowanceRefID property.- Parameters:
value- allowed object isString
-
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 -
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
-