java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.seatavailabilityresponse.BoardingGateType

public class BoardingGateType extends Object
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_SeatAvailabilityRS}BoardingGateIDType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • boardingGateID

      protected String boardingGateID
  • Constructor Details

    • BoardingGateType

      public BoardingGateType()
  • Method Details

    • getBoardingGateID

      public String getBoardingGateID()
      Gets the value of the boardingGateID property.
      Returns:
      possible object is String
    • setBoardingGateID

      public void setBoardingGateID(String value)
      Sets the value of the boardingGateID property.
      Parameters:
      value - allowed object is String