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

public class SeatMapType extends Object
Returns a list of cabins and the seats within in. This information can be used by the Seller to render a graphical Seat Map.

Java class for SeatMapType complex type.

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

 <complexType name="SeatMapType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CabinCompartment" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <extension base="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}CabinCompartmentType">
                 <sequence>
                   <element name="CabinCompartmentID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}ID_Type" minOccurs="0"/>
                   <element name="CabinComponent" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}CabinComponentType" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="CabinType" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}CabinTypeType" minOccurs="0"/>
                   <element name="ColumnID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}ID_Type" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="DeckCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}CodeType" minOccurs="0"/>
                   <element name="FirstRowNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}NaturalNumberType" minOccurs="0"/>
                   <element name="LastRowNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}NaturalNumberType" minOccurs="0"/>
                   <element name="SeatRow" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}SeatRowType" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </extension>
             </complexContent>
           </complexType>
         </element>
         <element name="DatedOperatingLegRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}ID_Type" minOccurs="0"/>
         <element name="PaxSegmentRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}ID_Type"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SeatMapType

      public SeatMapType()
  • Method Details

    • getCabinCompartment

      public List<SeatMapType.CabinCompartment> getCabinCompartment()
      Gets the value of the cabinCompartment 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 cabinCompartment property.

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

          getCabinCompartment().add(newItem);
       

      Objects of the following type(s) are allowed in the list SeatMapType.CabinCompartment

    • 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
    • getPaxSegmentRefID

      public String getPaxSegmentRefID()
      Gets the value of the paxSegmentRefID property.
      Returns:
      possible object is String
    • setPaxSegmentRefID

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