java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.ordercreaterequest.SelectedSeatType

public class SelectedSeatType extends Object
Selection of specific seat location, as provided in seat availability messages. When used, only a single Passenger must be referenced for a single Segment.

Java class for SelectedSeatType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SelectedSeatType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ColumnID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ID_Type"/>
         <element name="SeatRowNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}NumberType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • columnID

      protected String columnID
    • seatRowNumber

      protected BigDecimal seatRowNumber
  • Constructor Details

    • SelectedSeatType

      public SelectedSeatType()
  • Method Details

    • getColumnID

      public String getColumnID()
      Gets the value of the columnID property.
      Returns:
      possible object is String
    • setColumnID

      public void setColumnID(String value)
      Sets the value of the columnID property.
      Parameters:
      value - allowed object is String
    • getSeatRowNumber

      public BigDecimal getSeatRowNumber()
      Gets the value of the seatRowNumber property.
      Returns:
      possible object is BigDecimal
    • setSeatRowNumber

      public void setSeatRowNumber(BigDecimal value)
      Sets the value of the seatRowNumber property.
      Parameters:
      value - allowed object is BigDecimal