Class AllianceCriteriaType
java.lang.Object
de.hybris.platform.ndc182facades.messages.servicelistrequest.AllianceCriteriaType
Filtering criteria based on Alliance.
Java class for AllianceCriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AllianceCriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Alliance" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}AllianceType" minOccurs="0"/>
<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 AllianceTypeprotected Stringprotected Stringprotected PrefLevelType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the alliance property.Gets the value of the flightHaulTypeCode property.Gets the value of the geographicalIndTypeCode property.Gets the value of the prefLevel property.voidsetAlliance(AllianceType value) Sets the value of the alliance 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
-
alliance
-
flightHaulTypeCode
-
geographicalIndTypeCode
-
prefLevel
-
-
Constructor Details
-
AllianceCriteriaType
public AllianceCriteriaType()
-
-
Method Details
-
getAlliance
Gets the value of the alliance property.- Returns:
- possible object is
AllianceType
-
setAlliance
Sets the value of the alliance property.- Parameters:
value- allowed object isAllianceType
-
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
-