Class ShoppingResponseType
java.lang.Object
de.hybris.platform.ndc182facades.messages.servicelistrequest.ShoppingResponseType
Shopping session (message response) ID.
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_ServiceListRQ}AirlineDesigCodeType" minOccurs="0"/>
<element name="ShoppingResponseID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}ID_Type"/>
</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
-