Class OfferType
java.lang.Object
de.hybris.platform.ndc182facades.messages.servicelistrequest.OfferType
A proposal to sell a specific set of products or Services under specific conditions, for a certain price. Can be the response to a shopping request.
Java class for OfferType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OfferType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OfferID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}ID_Type" minOccurs="0"/>
<element name="OfferItem" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}OfferItemType" maxOccurs="unbounded" minOccurs="0"/>
<element name="OwnerCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}AirlineDesigCodeType" minOccurs="0"/>
<element name="OwnerTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}OwnerTypeCodeType" minOccurs="0"/>
<element name="WebAddressURL" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}UniformResourceID_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<OfferItemType>protected Stringprotected OwnerTypeCodeContentTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the offerID property.Gets the value of the offerItem property.Gets the value of the ownerCode property.Gets the value of the ownerTypeCode property.Gets the value of the webAddressURL property.voidsetOfferID(String value) Sets the value of the offerID property.voidsetOwnerCode(String value) Sets the value of the ownerCode property.voidSets the value of the ownerTypeCode property.voidsetWebAddressURL(String value) Sets the value of the webAddressURL property.
-
Field Details
-
offerID
-
offerItem
-
ownerCode
-
ownerTypeCode
-
webAddressURL
-
-
Constructor Details
-
OfferType
public OfferType()
-
-
Method Details
-
getOfferID
Gets the value of the offerID property.- Returns:
- possible object is
String
-
setOfferID
Sets the value of the offerID property.- Parameters:
value- allowed object isString
-
getOfferItem
Gets the value of the offerItem 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 offerItem property.For example, to add a new item, do as follows:
getOfferItem().add(newItem);Objects of the following type(s) are allowed in the list
OfferItemType -
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
-
getOwnerTypeCode
Gets the value of the ownerTypeCode property.- Returns:
- possible object is
OwnerTypeCodeContentType
-
setOwnerTypeCode
Sets the value of the ownerTypeCode property.- Parameters:
value- allowed object isOwnerTypeCodeContentType
-
getWebAddressURL
Gets the value of the webAddressURL property.- Returns:
- possible object is
String
-
setWebAddressURL
Sets the value of the webAddressURL property.- Parameters:
value- allowed object isString
-