Class CarrierCriteriaType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.servicelistrequest.CarrierCriteriaType
Airline preferences for a shopping request.
Java class for CarrierCriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CarrierCriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Carrier" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}CarrierType"/>
<element name="FlightHaulTypeCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="GeographicalIndTypeCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PrefLevel" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}PrefLevelType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CarrierTypeprotected Stringprotected Stringprotected PrefLevelType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the carrier property.Gets the value of the flightHaulTypeCode property.Gets the value of the geographicalIndTypeCode property.Gets the value of the prefLevel property.voidsetCarrier(CarrierType value) Sets the value of the carrier property.voidsetFlightHaulTypeCode(String value) Sets the value of the flightHaulTypeCode property.voidsetGeographicalIndTypeCode(String value) Sets the value of the geographicalIndTypeCode property.voidsetPrefLevel(PrefLevelType value) Sets the value of the prefLevel property.
-
Field Details
-
carrier
-
flightHaulTypeCode
-
geographicalIndTypeCode
-
prefLevel
-
-
Constructor Details
-
CarrierCriteriaType
public CarrierCriteriaType()
-
-
Method Details
-
getCarrier
Gets the value of the carrier property.- Returns:
- possible object is
CarrierType
-
setCarrier
Sets the value of the carrier property.- Parameters:
value- allowed object isCarrierType
-
getFlightHaulTypeCode
Gets the value of the flightHaulTypeCode property.- Returns:
- possible object is
String
-
setFlightHaulTypeCode
Sets the value of the flightHaulTypeCode property.- Parameters:
value- allowed object isString
-
getGeographicalIndTypeCode
Gets the value of the geographicalIndTypeCode property.- Returns:
- possible object is
String
-
setGeographicalIndTypeCode
Sets the value of the geographicalIndTypeCode property.- Parameters:
value- allowed object isString
-
getPrefLevel
Gets the value of the prefLevel property.- Returns:
- possible object is
PrefLevelType
-
setPrefLevel
Sets the value of the prefLevel property.- Parameters:
value- allowed object isPrefLevelType
-