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

public class RequestType extends Object
Order Create request.

Java class for RequestType complex type.

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

 <complexType name="RequestType">
   <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_OrderCreateRQ}BookingRefType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Commission" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}CommissionType" minOccurs="0"/>
         <element name="CreateOrder" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}CreateOrderType" minOccurs="0"/>
         <element name="DataLists" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}DataListsType" minOccurs="0"/>
         <element name="OrderCreateParameters" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ResponseParametersType" minOccurs="0"/>
         <element name="PaxGroup" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}PaxGroupType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="PaymentInfo" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}PaymentInfoType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Promotion" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}PromotionType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • RequestType

      public RequestType()
  • 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

    • getCommission

      public CommissionType getCommission()
      Gets the value of the commission property.
      Returns:
      possible object is CommissionType
    • setCommission

      public void setCommission(CommissionType value)
      Sets the value of the commission property.
      Parameters:
      value - allowed object is CommissionType
    • getCreateOrder

      public CreateOrderType getCreateOrder()
      Gets the value of the createOrder property.
      Returns:
      possible object is CreateOrderType
    • setCreateOrder

      public void setCreateOrder(CreateOrderType value)
      Sets the value of the createOrder property.
      Parameters:
      value - allowed object is CreateOrderType
    • getDataLists

      public DataListsType getDataLists()
      Gets the value of the dataLists property.
      Returns:
      possible object is DataListsType
    • setDataLists

      public void setDataLists(DataListsType value)
      Sets the value of the dataLists property.
      Parameters:
      value - allowed object is DataListsType
    • getOrderCreateParameters

      public ResponseParametersType getOrderCreateParameters()
      Gets the value of the orderCreateParameters property.
      Returns:
      possible object is ResponseParametersType
    • setOrderCreateParameters

      public void setOrderCreateParameters(ResponseParametersType value)
      Sets the value of the orderCreateParameters property.
      Parameters:
      value - allowed object is ResponseParametersType
    • getPaxGroup

      public List<PaxGroupType> getPaxGroup()
      Gets the value of the paxGroup 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 paxGroup property.

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

          getPaxGroup().add(newItem);
       

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

    • getPaymentInfo

      public List<PaymentInfoType> getPaymentInfo()
      Gets the value of the paymentInfo 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 paymentInfo property.

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

          getPaymentInfo().add(newItem);
       

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

    • getPromotion

      public List<PromotionType> getPromotion()
      Gets the value of the promotion 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 promotion property.

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

          getPromotion().add(newItem);
       

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