Class OrderItemType
java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.sdn.OrderItemType
An individually priced item within an Order, made up of one or more Services. May or may not be a selected Offer Item (e.g. non-chargeable Services available on request such as a wheelchair).
Java class for OrderItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrderItemType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OrderItemID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}ID_Type"/>
<element name="Service" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}ServiceType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the orderItemID property.Gets the value of the service property.voidsetOrderItemID(String value) Sets the value of the orderItemID property.
-
Field Details
-
orderItemID
-
service
-
-
Constructor Details
-
OrderItemType
public OrderItemType()
-
-
Method Details
-
getOrderItemID
Gets the value of the orderItemID property.- Returns:
- possible object is
String
-
setOrderItemID
Sets the value of the orderItemID property.- Parameters:
value- allowed object isString
-
getService
Gets the value of the service 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 service property.For example, to add a new item, do as follows:
getService().add(newItem);Objects of the following type(s) are allowed in the list
ServiceType
-