Class OfferAssociationType
java.lang.Object
de.hybris.platform.ndc182facades.messages.ordercreaterequest.OfferAssociationType
Associations to Offers and Offer Items, including the corresponding Shopping Response ID.
Java class for OfferAssociationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OfferAssociationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OfferItemRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ID_Type" maxOccurs="unbounded" minOccurs="0"/>
<element name="OfferRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ID_Type"/>
<element name="OwnerCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}AirlineDesigCodeType"/>
<element name="ResponseRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ID_Type"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the offerItemRefID property.Gets the value of the offerRefID property.Gets the value of the ownerCode property.Gets the value of the responseRefID property.voidsetOfferRefID(String value) Sets the value of the offerRefID property.voidsetOwnerCode(String value) Sets the value of the ownerCode property.voidsetResponseRefID(String value) Sets the value of the responseRefID property.
-
Field Details
-
offerItemRefID
-
offerRefID
-
ownerCode
-
responseRefID
-
-
Constructor Details
-
OfferAssociationType
public OfferAssociationType()
-
-
Method Details
-
getOfferItemRefID
Gets the value of the offerItemRefID 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 offerItemRefID property.For example, to add a new item, do as follows:
getOfferItemRefID().add(newItem);Objects of the following type(s) are allowed in the list
String -
getOfferRefID
Gets the value of the offerRefID property.- Returns:
- possible object is
String
-
setOfferRefID
Sets the value of the offerRefID 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
-
getResponseRefID
Gets the value of the responseRefID property.- Returns:
- possible object is
String
-
setResponseRefID
Sets the value of the responseRefID property.- Parameters:
value- allowed object isString
-