java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderviewresponse.StationType

public class StationType extends Object
Location or facility where air or surface transportation originates, stops and/or terminates, and where passengers and/or cargo can be taken on or off.

Java class for StationType complex type.

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

 <complexType name="StationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="IATALocationCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}IATALocationCodeType" minOccurs="0"/>
         <element name="StationName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}NameType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • iataLocationCode

      protected String iataLocationCode
    • stationName

      protected String stationName
  • Constructor Details

    • StationType

      public StationType()
  • Method Details

    • getIATALocationCode

      public String getIATALocationCode()
      Gets the value of the iataLocationCode property.
      Returns:
      possible object is String
    • setIATALocationCode

      public void setIATALocationCode(String value)
      Sets the value of the iataLocationCode property.
      Parameters:
      value - allowed object is String
    • getStationName

      public String getStationName()
      Gets the value of the stationName property.
      Returns:
      possible object is String
    • setStationName

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