java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.airshoppingrequest.OriginDestType

public class OriginDestType extends Object
The Origin and Destination airport/city pair which confines a passenger journey or an aircraft flight.

Java class for OriginDestType complex type.

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

 <complexType name="OriginDestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DestStationCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}IATALocationCodeType"/>
         <element name="OriginStationCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}IATALocationCodeType"/>
         <element name="PaxJourney" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}PaxJourneyType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • destStationCode

      protected String destStationCode
    • originStationCode

      protected String originStationCode
    • paxJourney

      protected PaxJourneyType paxJourney
  • Constructor Details

    • OriginDestType

      public OriginDestType()
  • Method Details

    • getDestStationCode

      public String getDestStationCode()
      Gets the value of the destStationCode property.
      Returns:
      possible object is String
    • setDestStationCode

      public void setDestStationCode(String value)
      Sets the value of the destStationCode property.
      Parameters:
      value - allowed object is String
    • getOriginStationCode

      public String getOriginStationCode()
      Gets the value of the originStationCode property.
      Returns:
      possible object is String
    • setOriginStationCode

      public void setOriginStationCode(String value)
      Sets the value of the originStationCode property.
      Parameters:
      value - allowed object is String
    • getPaxJourney

      public PaxJourneyType getPaxJourney()
      Gets the value of the paxJourney property.
      Returns:
      possible object is PaxJourneyType
    • setPaxJourney

      public void setPaxJourney(PaxJourneyType value)
      Sets the value of the paxJourney property.
      Parameters:
      value - allowed object is PaxJourneyType