java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderchangerequest.ChangeOrderType

public class ChangeOrderType extends Object
Contains a choice of functions to update and Order including Update Order Item, Update Passenger, and Accept Reprice Order.

Java class for ChangeOrderType complex type.

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

 <complexType name="ChangeOrderType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="AcceptRepricedOrder" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}AcceptRepricedOrderType"/>
         <element name="UpdateOrderItem" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}UpdateOrderItemType"/>
         <element name="UpdatePax" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}UpdatePaxType" maxOccurs="unbounded" minOccurs="0"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ChangeOrderType

      public ChangeOrderType()
  • Method Details

    • getAcceptRepricedOrder

      public AcceptRepricedOrderType getAcceptRepricedOrder()
      Gets the value of the acceptRepricedOrder property.
      Returns:
      possible object is AcceptRepricedOrderType
    • setAcceptRepricedOrder

      public void setAcceptRepricedOrder(AcceptRepricedOrderType value)
      Sets the value of the acceptRepricedOrder property.
      Parameters:
      value - allowed object is AcceptRepricedOrderType
    • getUpdateOrderItem

      public UpdateOrderItemType getUpdateOrderItem()
      Gets the value of the updateOrderItem property.
      Returns:
      possible object is UpdateOrderItemType
    • setUpdateOrderItem

      public void setUpdateOrderItem(UpdateOrderItemType value)
      Sets the value of the updateOrderItem property.
      Parameters:
      value - allowed object is UpdateOrderItemType
    • getUpdatePax

      public List<UpdatePaxType> getUpdatePax()
      Gets the value of the updatePax 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 updatePax property.

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

          getUpdatePax().add(newItem);
       

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