java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.servicelistrequest.FareCriteriaType

public class FareCriteriaType extends Object
References to Orders that were created from Offers that have already been purchased, booked and/or are being held for a Passenger.

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_ServiceListRQ}CodeType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="FareTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}CodeType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="GroupFareCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}GroupFareCriteriaType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="NoAdvancePurchaseInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}IndType" minOccurs="0"/>
         <element name="NoMaxStayInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}IndType" minOccurs="0"/>
         <element name="NoMinStayInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}IndType" minOccurs="0"/>
         <element name="NoPenaltyInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}IndType" minOccurs="0"/>
         <element name="PrefLevel" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}PrefLevelType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FareCriteriaType

      public FareCriteriaType()
  • Method Details

    • getFareBasisCode

      public List<String> 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 set method 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

      public 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 set method 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

      public List<GroupFareCriteriaType> 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 set method 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

      public Boolean isNoAdvancePurchaseInd()
      Gets the value of the noAdvancePurchaseInd property.
      Returns:
      possible object is Boolean
    • setNoAdvancePurchaseInd

      public void setNoAdvancePurchaseInd(Boolean value)
      Sets the value of the noAdvancePurchaseInd property.
      Parameters:
      value - allowed object is Boolean
    • isNoMaxStayInd

      public Boolean isNoMaxStayInd()
      Gets the value of the noMaxStayInd property.
      Returns:
      possible object is Boolean
    • setNoMaxStayInd

      public void setNoMaxStayInd(Boolean value)
      Sets the value of the noMaxStayInd property.
      Parameters:
      value - allowed object is Boolean
    • isNoMinStayInd

      public Boolean isNoMinStayInd()
      Gets the value of the noMinStayInd property.
      Returns:
      possible object is Boolean
    • setNoMinStayInd

      public void setNoMinStayInd(Boolean value)
      Sets the value of the noMinStayInd property.
      Parameters:
      value - allowed object is Boolean
    • isNoPenaltyInd

      public Boolean isNoPenaltyInd()
      Gets the value of the noPenaltyInd property.
      Returns:
      possible object is Boolean
    • setNoPenaltyInd

      public void setNoPenaltyInd(Boolean value)
      Sets the value of the noPenaltyInd property.
      Parameters:
      value - allowed object is Boolean
    • getPrefLevel

      public PrefLevelType getPrefLevel()
      Gets the value of the prefLevel property.
      Returns:
      possible object is PrefLevelType
    • setPrefLevel

      public void setPrefLevel(PrefLevelType value)
      Sets the value of the prefLevel property.
      Parameters:
      value - allowed object is PrefLevelType