Class SegmentDurationCriteriaType
java.lang.Object
de.hybris.platform.ndc182facades.messages.servicelistrequest.SegmentDurationCriteriaType
Total segment travel time preferences.
Java class for SegmentDurationCriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SegmentDurationCriteriaType">
<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_ServiceListRQ}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 maximumTimeMeasure property.Gets the value of the pRefCode property.voidsetMaximumTimeMeasure(MeasureType value) Sets the value of the maximumTimeMeasure property.voidsetPRefCode(String value) Sets the value of the pRefCode property.
-
Field Details
-
maximumTimeMeasure
-
pRefCode
-
-
Constructor Details
-
SegmentDurationCriteriaType
public SegmentDurationCriteriaType()
-
-
Method Details
-
getMaximumTimeMeasure
Gets the value of the maximumTimeMeasure property.- Returns:
- possible object is
MeasureType
-
setMaximumTimeMeasure
Sets the value of the maximumTimeMeasure 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
-