Class JourneyDistanceCriteriaType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.seatavailabilityrequest.JourneyDistanceCriteriaType
Total journey distance criteria.
Java class for JourneyDistanceCriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JourneyDistanceCriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DistanceMeasure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}MeasureType" minOccurs="0"/>
<element name="PRefCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the distanceMeasure property.Gets the value of the pRefCode property.voidsetDistanceMeasure(MeasureType value) Sets the value of the distanceMeasure property.voidsetPRefCode(String value) Sets the value of the pRefCode property.
-
Field Details
-
distanceMeasure
-
pRefCode
-
-
Constructor Details
-
JourneyDistanceCriteriaType
public JourneyDistanceCriteriaType()
-
-
Method Details
-
getDistanceMeasure
Gets the value of the distanceMeasure property.- Returns:
- possible object is
MeasureType
-
setDistanceMeasure
Sets the value of the distanceMeasure property.- Parameters:
value- allowed object isMeasureType
-
getPRefCode
Gets the value of the pRefCode property.- Returns:
- possible object is
String
-
setPRefCode
Sets the value of the pRefCode property.- Parameters:
value- allowed object isString
-