java.lang.Object
de.hybris.platform.ndc182facades.messages.offerpricerequest.SeatRowType

public class SeatRowType extends Object
Row of passenger seats located in the cabin.

Java class for SeatRowType complex type.

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

 <complexType name="SeatRowType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RowCharacteristicCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}SeatRowCharacteristicsCodeType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="RowNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}NaturalNumberType"/>
         <element name="Seat" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}SeatType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SeatRowType

      public SeatRowType()
  • Method Details

    • getRowCharacteristicCode

      public List<String> getRowCharacteristicCode()
      Gets the value of the rowCharacteristicCode 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 rowCharacteristicCode property.

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

          getRowCharacteristicCode().add(newItem);
       

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

    • getRowNumber

      public BigInteger getRowNumber()
      Gets the value of the rowNumber property.
      Returns:
      possible object is BigInteger
    • setRowNumber

      public void setRowNumber(BigInteger value)
      Sets the value of the rowNumber property.
      Parameters:
      value - allowed object is BigInteger
    • getSeat

      public List<SeatType> getSeat()
      Gets the value of the seat 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 seat property.

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

          getSeat().add(newItem);
       

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