Class ShoppingResponseType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpriceresponse.ShoppingResponseType
Facilitates the tracking of what was Offered and contains an identifier unique to the source Airline for a set of product Offers returned in response to a shopping request.
Java class for ShoppingResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ShoppingResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OwnerCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}AirlineDesigCodeType" minOccurs="0"/>
<element name="ShoppingResponseID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}ID_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the ownerCode property.Gets the value of the shoppingResponseID property.voidsetOwnerCode(String value) Sets the value of the ownerCode property.voidsetShoppingResponseID(String value) Sets the value of the shoppingResponseID property.
-
Field Details
-
ownerCode
-
shoppingResponseID
-
-
Constructor Details
-
ShoppingResponseType
public ShoppingResponseType()
-
-
Method Details
-
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
-
getShoppingResponseID
Gets the value of the shoppingResponseID property.- Returns:
- possible object is
String
-
setShoppingResponseID
Sets the value of the shoppingResponseID property.- Parameters:
value- allowed object isString
-