java.lang.Object
de.hybris.platform.ndc182facades.messages.servicelistrequest.GroupFareCriteriaType

public class GroupFareCriteriaType 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 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 Details

  • Constructor Details

    • GroupFareCriteriaType

      public GroupFareCriteriaType()
  • 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

    • getPaxSegmentRefID

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

      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
    • getPTC

      public String getPTC()
      Gets the value of the ptc property.
      Returns:
      possible object is String
    • setPTC

      public void setPTC(String value)
      Sets the value of the ptc property.
      Parameters:
      value - allowed object is String