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

public class StationCriteriaType extends Object
The customer's requested Station criteria.

Java class for StationCriteriaType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StationCriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PrefLevel" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}PrefLevelType" minOccurs="0"/>
         <element name="Station" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}StationType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • StationCriteriaType

      public StationCriteriaType()
  • Method Details

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

      public List<StationType> getStation()
      Gets the value of the station 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 station property.

      For example, to add a new item, do as follows:

          getStation().add(newItem);
       

      Objects of the following type(s) are allowed in the list StationType