java.lang.Object
de.hybris.platform.ndc182facades.messages.seatavailabilityresponse.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="ALaCarteOfferItem" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}ALaCarteOfferItemType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="DatedOperatingLeg" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}DatedOperatingLegType"/>
         <element name="OccupationStatusCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}SeatStatusCodeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SeatonLegType

      public SeatonLegType()
  • Method Details

    • getALaCarteOfferItem

      public List<ALaCarteOfferItemType> getALaCarteOfferItem()
      Gets the value of the aLaCarteOfferItem property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the aLaCarteOfferItem property.

      For example, to add a new item, do as follows:

          getALaCarteOfferItem().add(newItem);
       

      Objects of the following type(s) are allowed in the list ALaCarteOfferItemType

    • getDatedOperatingLeg

      public DatedOperatingLegType getDatedOperatingLeg()
      Gets the value of the datedOperatingLeg property.
      Returns:
      possible object is DatedOperatingLegType
    • setDatedOperatingLeg

      public void setDatedOperatingLeg(DatedOperatingLegType value)
      Sets the value of the datedOperatingLeg property.
      Parameters:
      value - allowed object is DatedOperatingLegType
    • 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