java.lang.Object
de.hybris.platform.ndc182facades.messages.airshoppingresponse.SeatAssignmentType

public class SeatAssignmentType extends Object
The Seat Location selected by the Passenger (via SeatAvailability) or assigned tot he Passenger by the Airline for a given segment. When used, only a single Passenger must be referenced within the Service.

Java class for SeatAssignmentType complex type.

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

 <complexType name="SeatAssignmentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DatedOperatingLegRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}ID_Type"/>
         <element name="Seat" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}SeatType"/>
         <element name="ServiceDefinitionRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}ID_Type" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • datedOperatingLegRefID

      protected String datedOperatingLegRefID
    • seat

      protected SeatType seat
    • serviceDefinitionRefID

      protected String serviceDefinitionRefID
  • Constructor Details

    • SeatAssignmentType

      public SeatAssignmentType()
  • Method Details

    • getDatedOperatingLegRefID

      public String getDatedOperatingLegRefID()
      Gets the value of the datedOperatingLegRefID property.
      Returns:
      possible object is String
    • setDatedOperatingLegRefID

      public void setDatedOperatingLegRefID(String value)
      Sets the value of the datedOperatingLegRefID property.
      Parameters:
      value - allowed object is String
    • getSeat

      public SeatType getSeat()
      Gets the value of the seat property.
      Returns:
      possible object is SeatType
    • setSeat

      public void setSeat(SeatType value)
      Sets the value of the seat property.
      Parameters:
      value - allowed object is SeatType
    • getServiceDefinitionRefID

      public String getServiceDefinitionRefID()
      Gets the value of the serviceDefinitionRefID property.
      Returns:
      possible object is String
    • setServiceDefinitionRefID

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