Class StationCriteriaType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.servicelistrequest.StationCriteriaType
The customer's requested Station criteria.
Java class for StationCriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StationCriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PrefLevel" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}PrefLevelType" minOccurs="0"/>
<element name="Station" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}StationType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the prefLevel property.Gets the value of the station property.voidsetPrefLevel(PrefLevelType value) Sets the value of the prefLevel property.
-
Field Details
-
prefLevel
-
station
-
-
Constructor Details
-
StationCriteriaType
public StationCriteriaType()
-
-
Method Details
-
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
-
getStation
Gets the value of the station property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the station property.For example, to add a new item, do as follows:
getStation().add(newItem);Objects of the following type(s) are allowed in the list
StationType
-