java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.servicelistrequest.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_ServiceListRQ}IATALocationCodeType"/>
         <element name="OriginDestID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}ID_Type" minOccurs="0"/>
         <element name="OriginStationCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}IATALocationCodeType"/>
         <element name="PaxJourney" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}PaxJourneyType"/>
         <element name="SegmentDurationCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}SegmentDurationCriteriaType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

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

      public String getOriginDestID()
      Gets the value of the originDestID property.
      Returns:
      possible object is String
    • setOriginDestID

      public void setOriginDestID(String value)
      Sets the value of the originDestID 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
    • getSegmentDurationCriteria

      public SegmentDurationCriteriaType getSegmentDurationCriteria()
      Gets the value of the segmentDurationCriteria property.
      Returns:
      possible object is SegmentDurationCriteriaType
    • setSegmentDurationCriteria

      public void setSegmentDurationCriteria(SegmentDurationCriteriaType value)
      Sets the value of the segmentDurationCriteria property.
      Parameters:
      value - allowed object is SegmentDurationCriteriaType