Class StationType
java.lang.Object
de.hybris.platform.ndc182facades.messages.ordercreaterequest.StationType
Location or facility where air or surface transportation originates, stops and/or terminates, and where passengers and/or cargo can be taken on or off.
Java class for StationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="IATALocationCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}IATALocationCodeType" minOccurs="0"/>
<element name="StationName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}NameType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the iataLocationCode property.Gets the value of the stationName property.voidsetIATALocationCode(String value) Sets the value of the iataLocationCode property.voidsetStationName(String value) Sets the value of the stationName property.
-
Field Details
-
iataLocationCode
-
stationName
-
-
Constructor Details
-
StationType
public StationType()
-
-
Method Details
-
getIATALocationCode
Gets the value of the iataLocationCode property.- Returns:
- possible object is
String
-
setIATALocationCode
Sets the value of the iataLocationCode property.- Parameters:
value- allowed object isString
-
getStationName
Gets the value of the stationName property.- Returns:
- possible object is
String
-
setStationName
Sets the value of the stationName property.- Parameters:
value- allowed object isString
-