java.lang.Object
de.hybris.platform.ndc182facades.messages.orderchangerequest.SeatonLegType

public class SeatonLegType extends Object
A sitting place for a passenger or crew in a cabin compartment on a Dated Operating Leg.

Java class for SeatonLegType complex type.

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

 <complexType name="SeatonLegType">
   <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_OrderChangeRQ}ID_Type"/>
         <element name="OccupationStatusCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}SeatStatusCodeType" minOccurs="0"/>
         <element name="Seat" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}SeatType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • datedOperatingLegRefID

      protected String datedOperatingLegRefID
    • occupationStatusCode

      protected String occupationStatusCode
    • seat

      protected SeatType seat
  • Constructor Details

    • SeatonLegType

      public SeatonLegType()
  • 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
    • getOccupationStatusCode

      public String getOccupationStatusCode()
      Gets the value of the occupationStatusCode property.
      Returns:
      possible object is String
    • setOccupationStatusCode

      public void setOccupationStatusCode(String value)
      Sets the value of the occupationStatusCode 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