Class OfferType
Java class for OfferType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OfferType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DatedOperatingLegRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}ID_Type" maxOccurs="unbounded" minOccurs="0"/>
<element name="OfferID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}ID_Type" minOccurs="0"/>
<element name="OwnerCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}AirlineDesigCodeType" minOccurs="0"/>
<element name="PaxRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}ID_Type" maxOccurs="unbounded" minOccurs="0"/>
<element name="PaxSegmentRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}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 datedOperatingLegRefID property.Gets the value of the offerID property.Gets the value of the ownerCode property.Gets the value of the paxRefID property.Gets the value of the paxSegmentRefID property.voidsetOfferID(String value) Sets the value of the offerID property.voidsetOwnerCode(String value) Sets the value of the ownerCode property.
-
Field Details
-
datedOperatingLegRefID
-
offerID
-
ownerCode
-
paxRefID
-
paxSegmentRefID
-
-
Constructor Details
-
OfferType
public OfferType()
-
-
Method Details
-
getDatedOperatingLegRefID
Gets the value of the datedOperatingLegRefID 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 datedOperatingLegRefID property.For example, to add a new item, do as follows:
getDatedOperatingLegRefID().add(newItem);Objects of the following type(s) are allowed in the list
String -
getOfferID
Gets the value of the offerID property.- Returns:
- possible object is
String
-
setOfferID
Sets the value of the offerID property.- Parameters:
value- allowed object isString
-
getOwnerCode
Gets the value of the ownerCode property.- Returns:
- possible object is
String
-
setOwnerCode
Sets the value of the ownerCode property.- Parameters:
value- allowed object isString
-
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 -
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
-