java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderchangerequest.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_OrderChangeRQ}BookingRefType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ChangeOrder" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}ChangeOrderType" minOccurs="0"/>
         <element name="DataLists" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}DataListsType" minOccurs="0"/>
         <element name="Metadata" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}MetadataType" minOccurs="0"/>
         <element name="Order" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}OrderType"/>
         <element name="OrderChangeParameters" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}ResponseParametersType" minOccurs="0"/>
         <element name="PaxGroup" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}PaxGroupType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="PaymentInfo" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}PaymentInfoType" 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

    • getChangeOrder

      public ChangeOrderType getChangeOrder()
      Gets the value of the changeOrder property.
      Returns:
      possible object is ChangeOrderType
    • setChangeOrder

      public void setChangeOrder(ChangeOrderType value)
      Sets the value of the changeOrder property.
      Parameters:
      value - allowed object is ChangeOrderType
    • 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
    • getMetadata

      public MetadataType getMetadata()
      Gets the value of the metadata property.
      Returns:
      possible object is MetadataType
    • setMetadata

      public void setMetadata(MetadataType value)
      Sets the value of the metadata property.
      Parameters:
      value - allowed object is MetadataType
    • getOrder

      public OrderType getOrder()
      Gets the value of the order property.
      Returns:
      possible object is OrderType
    • setOrder

      public void setOrder(OrderType value)
      Sets the value of the order property.
      Parameters:
      value - allowed object is OrderType
    • getOrderChangeParameters

      public ResponseParametersType getOrderChangeParameters()
      Gets the value of the orderChangeParameters property.
      Returns:
      possible object is ResponseParametersType
    • setOrderChangeParameters

      public void setOrderChangeParameters(ResponseParametersType value)
      Sets the value of the orderChangeParameters 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