Class TerminalType
java.lang.Object
de.hybris.platform.ndc182facades.messages.orderviewresponse.TerminalType
A departure and/or arrival building for aircraft, passengers or freight at a station for any transport mode.
Java class for TerminalType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TerminalType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TerminalName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}NameType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the terminalName property.voidsetTerminalName(String value) Sets the value of the terminalName property.