Class FareCriteriaType
Java class for FareCriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FareCriteriaType">
<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_AirShoppingRQ}CodeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="FareTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}CodeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="GroupFareCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}GroupFareCriteriaType" maxOccurs="unbounded" minOccurs="0"/>
<element name="NoAdvancePurchaseInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}IndType" minOccurs="0"/>
<element name="NoMaxStayInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}IndType" minOccurs="0"/>
<element name="NoMinStayInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}IndType" minOccurs="0"/>
<element name="NoPenaltyInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}IndType" minOccurs="0"/>
<element name="PrefLevel" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}PrefLevelType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<GroupFareCriteriaType>protected Booleanprotected Booleanprotected Booleanprotected Booleanprotected PrefLevelType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fareBasisCode property.Gets the value of the fareTypeCode property.Gets the value of the groupFareCriteria property.Gets the value of the prefLevel property.Gets the value of the noAdvancePurchaseInd property.Gets the value of the noMaxStayInd property.Gets the value of the noMinStayInd property.Gets the value of the noPenaltyInd property.voidsetNoAdvancePurchaseInd(Boolean value) Sets the value of the noAdvancePurchaseInd property.voidsetNoMaxStayInd(Boolean value) Sets the value of the noMaxStayInd property.voidsetNoMinStayInd(Boolean value) Sets the value of the noMinStayInd property.voidsetNoPenaltyInd(Boolean value) Sets the value of the noPenaltyInd property.voidsetPrefLevel(PrefLevelType value) Sets the value of the prefLevel property.
-
Field Details
-
fareBasisCode
-
fareTypeCode
-
groupFareCriteria
-
noAdvancePurchaseInd
-
noMaxStayInd
-
noMinStayInd
-
noPenaltyInd
-
prefLevel
-
-
Constructor Details
-
FareCriteriaType
public FareCriteriaType()
-
-
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 -
getFareTypeCode
Gets the value of the fareTypeCode 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 fareTypeCode property.For example, to add a new item, do as follows:
getFareTypeCode().add(newItem);Objects of the following type(s) are allowed in the list
String -
getGroupFareCriteria
Gets the value of the groupFareCriteria 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 groupFareCriteria property.For example, to add a new item, do as follows:
getGroupFareCriteria().add(newItem);Objects of the following type(s) are allowed in the list
GroupFareCriteriaType -
isNoAdvancePurchaseInd
Gets the value of the noAdvancePurchaseInd property.- Returns:
- possible object is
Boolean
-
setNoAdvancePurchaseInd
Sets the value of the noAdvancePurchaseInd property.- Parameters:
value- allowed object isBoolean
-
isNoMaxStayInd
Gets the value of the noMaxStayInd property.- Returns:
- possible object is
Boolean
-
setNoMaxStayInd
Sets the value of the noMaxStayInd property.- Parameters:
value- allowed object isBoolean
-
isNoMinStayInd
Gets the value of the noMinStayInd property.- Returns:
- possible object is
Boolean
-
setNoMinStayInd
Sets the value of the noMinStayInd property.- Parameters:
value- allowed object isBoolean
-
isNoPenaltyInd
Gets the value of the noPenaltyInd property.- Returns:
- possible object is
Boolean
-
setNoPenaltyInd
Sets the value of the noPenaltyInd property.- Parameters:
value- allowed object isBoolean
-
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
-