Class UpdateOrderItemType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderchangerequest.UpdateOrderItemType
Collection of functions used by the seller to request the airline to commit changes to an existing Order. These may be adding, removing or replacing Order Items (with potential refund conditions, in case of cancellations). The actions possible are determ
Java class for UpdateOrderItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UpdateOrderItemType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AcceptOffer" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}AcceptOfferType" minOccurs="0"/>
<element name="DeleteOrderItem" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}DeleteOrderItemType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acceptOffer property.Gets the value of the deleteOrderItem property.voidsetAcceptOffer(AcceptOfferType value) Sets the value of the acceptOffer property.voidSets the value of the deleteOrderItem property.
-
Field Details
-
acceptOffer
-
deleteOrderItem
-
-
Constructor Details
-
UpdateOrderItemType
public UpdateOrderItemType()
-
-
Method Details
-
getAcceptOffer
Gets the value of the acceptOffer property.- Returns:
- possible object is
AcceptOfferType
-
setAcceptOffer
Sets the value of the acceptOffer property.- Parameters:
value- allowed object isAcceptOfferType
-
getDeleteOrderItem
Gets the value of the deleteOrderItem property.- Returns:
- possible object is
DeleteOrderItemType
-
setDeleteOrderItem
Sets the value of the deleteOrderItem property.- Parameters:
value- allowed object isDeleteOrderItemType
-