Class RequestType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.airshoppingrequest.RequestType
AirShoppingRQ payload information.
Java class for RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FlightCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}FlightRequestType"/>
<element name="Paxs" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}PaxsType" minOccurs="0"/>
<element name="ResponseParameters" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}ResponseParametersType" minOccurs="0"/>
<element name="ShoppingCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}ShoppingCriteriaType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected FlightRequestTypeprotected PaxsTypeprotected ResponseParametersTypeprotected ShoppingCriteriaType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the flightCriteria property.getPaxs()Gets the value of the paxs property.Gets the value of the responseParameters property.Gets the value of the shoppingCriteria property.voidSets the value of the flightCriteria property.voidSets the value of the paxs property.voidSets the value of the responseParameters property.voidSets the value of the shoppingCriteria property.
-
Field Details
-
flightCriteria
-
paxs
-
responseParameters
-
shoppingCriteria
-
-
Constructor Details
-
RequestType
public RequestType()
-
-
Method Details
-
getFlightCriteria
Gets the value of the flightCriteria property.- Returns:
- possible object is
FlightRequestType
-
setFlightCriteria
Sets the value of the flightCriteria property.- Parameters:
value- allowed object isFlightRequestType
-
getPaxs
Gets the value of the paxs property.- Returns:
- possible object is
PaxsType
-
setPaxs
Sets the value of the paxs property.- Parameters:
value- allowed object isPaxsType
-
getResponseParameters
Gets the value of the responseParameters property.- Returns:
- possible object is
ResponseParametersType
-
setResponseParameters
Sets the value of the responseParameters property.- Parameters:
value- allowed object isResponseParametersType
-
getShoppingCriteria
Gets the value of the shoppingCriteria property.- Returns:
- possible object is
ShoppingCriteriaType
-
setShoppingCriteria
Sets the value of the shoppingCriteria property.- Parameters:
value- allowed object isShoppingCriteriaType
-