Class ChangeOrderType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderchangerequest.ChangeOrderType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected AcceptRepricedOrderTypeprotected UpdateOrderItemTypeprotected List<UpdatePaxType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acceptRepricedOrder property.Gets the value of the updateOrderItem property.Gets the value of the updatePax property.voidSets the value of the acceptRepricedOrder property.voidSets the value of the updateOrderItem property.
-
Field Details
-
acceptRepricedOrder
-
updateOrderItem
-
updatePax
-
-
Constructor Details
-
ChangeOrderType
public ChangeOrderType()
-
-
Method Details
-
getAcceptRepricedOrder
Gets the value of the acceptRepricedOrder property.- Returns:
- possible object is
AcceptRepricedOrderType
-
setAcceptRepricedOrder
Sets the value of the acceptRepricedOrder property.- Parameters:
value- allowed object isAcceptRepricedOrderType
-
getUpdateOrderItem
Gets the value of the updateOrderItem property.- Returns:
- possible object is
UpdateOrderItemType
-
setUpdateOrderItem
Sets the value of the updateOrderItem property.- Parameters:
value- allowed object isUpdateOrderItemType
-
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
setmethod 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
-