Class RequestType
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="CoreRequest" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}CoreRequestType"/>
<element name="Metadata" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}MetadataType" minOccurs="0"/>
<element name="OriginDest" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}OriginDestType" minOccurs="0"/>
<element name="Pax" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}PaxType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Policy" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}PolicyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ResponseParameters" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}ResponseParametersType" minOccurs="0"/>
<element name="ShoppingCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}ShoppingCriteriaType" minOccurs="0"/>
<element name="ShoppingResponse" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}ShoppingResponseType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CoreRequestTypeprotected MetadataTypeprotected OriginDestTypeprotected List<PolicyType>protected ResponseParametersTypeprotected ShoppingCriteriaTypeprotected ShoppingResponseType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the coreRequest property.Gets the value of the metadata property.Gets the value of the originDest property.getPax()Gets the value of the pax property.Gets the value of the policy property.Gets the value of the responseParameters property.Gets the value of the shoppingCriteria property.Gets the value of the shoppingResponse property.voidsetCoreRequest(CoreRequestType value) Sets the value of the coreRequest property.voidsetMetadata(MetadataType value) Sets the value of the metadata property.voidsetOriginDest(OriginDestType value) Sets the value of the originDest property.voidSets the value of the responseParameters property.voidSets the value of the shoppingCriteria property.voidSets the value of the shoppingResponse property.
-
Field Details
-
coreRequest
-
metadata
-
originDest
-
pax
-
policy
-
responseParameters
-
shoppingCriteria
-
shoppingResponse
-
-
Constructor Details
-
RequestType
public RequestType()
-
-
Method Details
-
getCoreRequest
Gets the value of the coreRequest property.- Returns:
- possible object is
CoreRequestType
-
setCoreRequest
Sets the value of the coreRequest property.- Parameters:
value- allowed object isCoreRequestType
-
getMetadata
Gets the value of the metadata property.- Returns:
- possible object is
MetadataType
-
setMetadata
Sets the value of the metadata property.- Parameters:
value- allowed object isMetadataType
-
getOriginDest
Gets the value of the originDest property.- Returns:
- possible object is
OriginDestType
-
setOriginDest
Sets the value of the originDest property.- Parameters:
value- allowed object isOriginDestType
-
getPax
Gets the value of the pax 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 pax property.For example, to add a new item, do as follows:
getPax().add(newItem);Objects of the following type(s) are allowed in the list
PaxType -
getPolicy
Gets the value of the policy 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 policy property.For example, to add a new item, do as follows:
getPolicy().add(newItem);Objects of the following type(s) are allowed in the list
PolicyType -
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
-
getShoppingResponse
Gets the value of the shoppingResponse property.- Returns:
- possible object is
ShoppingResponseType
-
setShoppingResponse
Sets the value of the shoppingResponse property.- Parameters:
value- allowed object isShoppingResponseType
-