java.lang.Object
de.hybris.platform.ndc182facades.messages.seatavailabilityrequest.OrderType

public class OrderType extends Object
A uniquely identified record of the agreement of one party with another to receive products and services under specified terms and conditions. Order supports the sale of a flexible range of airline products and services that are not necessarily Journey b

Java class for OrderType complex type.

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

 <complexType name="OrderType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BookingRef" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}BookingRefType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="DatedOperatingLegRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}ID_Type" maxOccurs="unbounded" minOccurs="0"/>
         <element name="OrderID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}ID_Type"/>
         <element name="OwnerCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}AirlineDesigCodeType" minOccurs="0"/>
         <element name="PaxRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}ID_Type" maxOccurs="unbounded" minOccurs="0"/>
         <element name="PaxSegmentRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}ID_Type" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • bookingRef

      protected List<BookingRefType> bookingRef
    • datedOperatingLegRefID

      protected List<String> datedOperatingLegRefID
    • orderID

      protected String orderID
    • ownerCode

      protected String ownerCode
    • paxRefID

      protected List<String> paxRefID
    • paxSegmentRefID

      protected List<String> paxSegmentRefID
  • Constructor Details

    • OrderType

      public OrderType()
  • Method Details

    • getBookingRef

      public List<BookingRefType> getBookingRef()
      Gets the value of the bookingRef 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 bookingRef property.

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

          getBookingRef().add(newItem);
       

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

    • getDatedOperatingLegRefID

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

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

          getDatedOperatingLegRefID().add(newItem);
       

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

    • getOrderID

      public String getOrderID()
      Gets the value of the orderID property.
      Returns:
      possible object is String
    • setOrderID

      public void setOrderID(String value)
      Sets the value of the orderID property.
      Parameters:
      value - allowed object is String
    • getOwnerCode

      public String getOwnerCode()
      Gets the value of the ownerCode property.
      Returns:
      possible object is String
    • setOwnerCode

      public void setOwnerCode(String value)
      Sets the value of the ownerCode property.
      Parameters:
      value - allowed object is String
    • getPaxRefID

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

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

          getPaxRefID().add(newItem);
       

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

    • getPaxSegmentRefID

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

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

          getPaxSegmentRefID().add(newItem);
       

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