Class JourneyDurationCriteriaType

java.lang.Object
de.hybris.platform.ndc182facades.messages.airshoppingrequest.JourneyDurationCriteriaType

public class JourneyDurationCriteriaType extends Object
Total journey travel time preferences. This includes the sum of all flight durations as well as connection times.

Java class for JourneyDurationCriteriaType complex type.

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

 <complexType name="JourneyDurationCriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MaximumTimeMeasure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}MeasureType" minOccurs="0"/>
         <element name="PRefCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • maximumTimeMeasure

      protected MeasureType maximumTimeMeasure
    • pRefCode

      protected String pRefCode
  • Constructor Details

    • JourneyDurationCriteriaType

      public JourneyDurationCriteriaType()
  • Method Details

    • getMaximumTimeMeasure

      public MeasureType getMaximumTimeMeasure()
      Gets the value of the maximumTimeMeasure property.
      Returns:
      possible object is MeasureType
    • setMaximumTimeMeasure

      public void setMaximumTimeMeasure(MeasureType value)
      Sets the value of the maximumTimeMeasure property.
      Parameters:
      value - allowed object is MeasureType
    • getPRefCode

      public String getPRefCode()
      Gets the value of the pRefCode property.
      Returns:
      possible object is String
    • setPRefCode

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