java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.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="BalanceArmMeasure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}LengthMeasureType" minOccurs="0"/>
         <element name="RowCharacteristicCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}SeatRowCharacteristicsCodeType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="MaximumSeatsQty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}QtyType" minOccurs="0"/>
         <element name="MaximumWeightMeasure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}WeightMeasureType" minOccurs="0"/>
         <element name="RowNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}NaturalNumberType"/>
         <element name="Seat" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}SeatType" maxOccurs="unbounded"/>
         <element name="WeightUnitIndexValue" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}ValueType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SeatRowType

      public SeatRowType()
  • Method Details

    • getBalanceArmMeasure

      public LengthMeasureType getBalanceArmMeasure()
      Gets the value of the balanceArmMeasure property.
      Returns:
      possible object is LengthMeasureType
    • setBalanceArmMeasure

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

    • getMaximumSeatsQty

      public BigDecimal getMaximumSeatsQty()
      Gets the value of the maximumSeatsQty property.
      Returns:
      possible object is BigDecimal
    • setMaximumSeatsQty

      public void setMaximumSeatsQty(BigDecimal value)
      Sets the value of the maximumSeatsQty property.
      Parameters:
      value - allowed object is BigDecimal
    • getMaximumWeightMeasure

      public WeightMeasureType getMaximumWeightMeasure()
      Gets the value of the maximumWeightMeasure property.
      Returns:
      possible object is WeightMeasureType
    • setMaximumWeightMeasure

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

    • getWeightUnitIndexValue

      public BigDecimal getWeightUnitIndexValue()
      Gets the value of the weightUnitIndexValue property.
      Returns:
      possible object is BigDecimal
    • setWeightUnitIndexValue

      public void setWeightUnitIndexValue(BigDecimal value)
      Sets the value of the weightUnitIndexValue property.
      Parameters:
      value - allowed object is BigDecimal