java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.servicelistrequest.RequestType

public class RequestType extends Object
ServiceList request 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="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 Details

  • Constructor Details

    • RequestType

      public RequestType()
  • Method Details

    • getCoreRequest

      public CoreRequestType getCoreRequest()
      Gets the value of the coreRequest property.
      Returns:
      possible object is CoreRequestType
    • setCoreRequest

      public void setCoreRequest(CoreRequestType value)
      Sets the value of the coreRequest property.
      Parameters:
      value - allowed object is CoreRequestType
    • getMetadata

      public MetadataType getMetadata()
      Gets the value of the metadata property.
      Returns:
      possible object is MetadataType
    • setMetadata

      public void setMetadata(MetadataType value)
      Sets the value of the metadata property.
      Parameters:
      value - allowed object is MetadataType
    • getOriginDest

      public OriginDestType getOriginDest()
      Gets the value of the originDest property.
      Returns:
      possible object is OriginDestType
    • setOriginDest

      public void setOriginDest(OriginDestType value)
      Sets the value of the originDest property.
      Parameters:
      value - allowed object is OriginDestType
    • getPax

      public List<PaxType> 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 set method 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

      public List<PolicyType> 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 set method 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

      public ResponseParametersType getResponseParameters()
      Gets the value of the responseParameters property.
      Returns:
      possible object is ResponseParametersType
    • setResponseParameters

      public void setResponseParameters(ResponseParametersType value)
      Sets the value of the responseParameters property.
      Parameters:
      value - allowed object is ResponseParametersType
    • getShoppingCriteria

      public ShoppingCriteriaType getShoppingCriteria()
      Gets the value of the shoppingCriteria property.
      Returns:
      possible object is ShoppingCriteriaType
    • setShoppingCriteria

      public void setShoppingCriteria(ShoppingCriteriaType value)
      Sets the value of the shoppingCriteria property.
      Parameters:
      value - allowed object is ShoppingCriteriaType
    • getShoppingResponse

      public ShoppingResponseType getShoppingResponse()
      Gets the value of the shoppingResponse property.
      Returns:
      possible object is ShoppingResponseType
    • setShoppingResponse

      public void setShoppingResponse(ShoppingResponseType value)
      Sets the value of the shoppingResponse property.
      Parameters:
      value - allowed object is ShoppingResponseType