Class BoardingGateType
java.lang.Object
de.hybris.platform.ndc182facades.messages.servicelistresponse.BoardingGateType
An exit/entry from an airport building to an aircraft. Could for example be a boarding gate, arrival gate, departing gate etc.
Java class for BoardingGateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BoardingGateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BoardingGateID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}BoardingGateIDType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the boardingGateID property.voidsetBoardingGateID(String value) Sets the value of the boardingGateID property.
-
Field Details
-
boardingGateID
-
-
Constructor Details
-
BoardingGateType
public BoardingGateType()
-
-
Method Details