Class GroupFareCriteriaType
Java class for GroupFareCriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroupFareCriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FareBasisCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}CodeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="PaxSegmentRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}ID_Type" maxOccurs="unbounded" minOccurs="0"/>
<element name="PrefLevel" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}PrefLevelType" minOccurs="0"/>
<element name="PTC" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}CodeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fareBasisCode property.Gets the value of the paxSegmentRefID property.Gets the value of the prefLevel property.getPTC()Gets the value of the ptc property.voidsetPrefLevel(PrefLevelType value) Sets the value of the prefLevel property.voidSets the value of the ptc property.
-
Field Details
-
fareBasisCode
-
paxSegmentRefID
-
prefLevel
-
ptc
-
-
Constructor Details
-
GroupFareCriteriaType
public GroupFareCriteriaType()
-
-
Method Details
-
getFareBasisCode
Gets the value of the fareBasisCode 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 fareBasisCode property.For example, to add a new item, do as follows:
getFareBasisCode().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 -
getPrefLevel
Gets the value of the prefLevel property.- Returns:
- possible object is
PrefLevelType
-
setPrefLevel
Sets the value of the prefLevel property.- Parameters:
value- allowed object isPrefLevelType
-
getPTC
Gets the value of the ptc property.- Returns:
- possible object is
String
-
setPTC
Sets the value of the ptc property.- Parameters:
value- allowed object isString
-