java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.ordercreaterequest.SeatItemType

public class SeatItemType extends Object
Seat service information used for long sells.

Java class for SeatItemType complex type.

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

 <complexType name="SeatItemType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ColumnID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ColumnIDType" minOccurs="0"/>
         <element name="DatedOperatingLegRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ID_Type" minOccurs="0"/>
         <element name="PaxSegmentRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ID_Type"/>
         <element name="Price" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}PriceType" minOccurs="0"/>
         <element name="RowNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}NaturalNumberType" minOccurs="0"/>
         <element name="SeatProfileRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ID_Type" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • columnID

      protected String columnID
    • datedOperatingLegRefID

      protected String datedOperatingLegRefID
    • paxSegmentRefID

      protected String paxSegmentRefID
    • price

      protected PriceType price
    • rowNumber

      protected BigInteger rowNumber
    • seatProfileRefID

      protected List<String> seatProfileRefID
  • Constructor Details

    • SeatItemType

      public SeatItemType()
  • Method Details

    • getColumnID

      public String getColumnID()
      Gets the value of the columnID property.
      Returns:
      possible object is String
    • setColumnID

      public void setColumnID(String value)
      Sets the value of the columnID property.
      Parameters:
      value - allowed object is String
    • 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
    • getPrice

      public PriceType getPrice()
      Gets the value of the price property.
      Returns:
      possible object is PriceType
    • setPrice

      public void setPrice(PriceType value)
      Sets the value of the price property.
      Parameters:
      value - allowed object is PriceType
    • 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
    • getSeatProfileRefID

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

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

          getSeatProfileRefID().add(newItem);
       

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