Class OfferItemType
java.lang.Object
de.hybris.platform.ndc182facades.messages.airshoppingrequest.OfferItemType
A priced grouping of one or more services within an Offer.
Java class for OfferItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OfferItemType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OfferItemID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}ID_Type" minOccurs="0"/>
<element name="OwnerCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}AirlineDesigCodeType" minOccurs="0"/>
<element name="Service" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}ServiceType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the offerItemID property.Gets the value of the ownerCode property.Gets the value of the service property.voidsetOfferItemID(String value) Sets the value of the offerItemID property.voidsetOwnerCode(String value) Sets the value of the ownerCode property.
-
Field Details
-
offerItemID
-
ownerCode
-
service
-
-
Constructor Details
-
OfferItemType
public OfferItemType()
-
-
Method Details
-
getOfferItemID
Gets the value of the offerItemID property.- Returns:
- possible object is
String
-
setOfferItemID
Sets the value of the offerItemID property.- Parameters:
value- allowed object isString
-
getOwnerCode
Gets the value of the ownerCode property.- Returns:
- possible object is
String
-
setOwnerCode
Sets the value of the ownerCode 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
-