java.lang.Object
de.hybris.platform.ndc182facades.messages.offerpricerequest.RequestType

public class RequestType extends Object
Order Create request.

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="DataLists" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}DataListsType" minOccurs="0"/>
         <element name="InExchForTicket" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}PenaltyType" minOccurs="0"/>
         <element name="Metadata" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}MetadataType" minOccurs="0"/>
         <element name="OfferPriceParameters" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}ResponseParametersType" minOccurs="0"/>
         <element name="OriginDestRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}ID_Type" minOccurs="0"/>
         <element name="Policy" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}PolicyType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="PricedOffer" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}PricedOfferType" minOccurs="0"/>
         <element name="ShoppingCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}ShoppingCriteriaType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • RequestType

      public RequestType()
  • Method Details

    • getDataLists

      public DataListsType getDataLists()
      Gets the value of the dataLists property.
      Returns:
      possible object is DataListsType
    • setDataLists

      public void setDataLists(DataListsType value)
      Sets the value of the dataLists property.
      Parameters:
      value - allowed object is DataListsType
    • getInExchForTicket

      public PenaltyType getInExchForTicket()
      Gets the value of the inExchForTicket property.
      Returns:
      possible object is PenaltyType
    • setInExchForTicket

      public void setInExchForTicket(PenaltyType value)
      Sets the value of the inExchForTicket property.
      Parameters:
      value - allowed object is PenaltyType
    • 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
    • getOfferPriceParameters

      public ResponseParametersType getOfferPriceParameters()
      Gets the value of the offerPriceParameters property.
      Returns:
      possible object is ResponseParametersType
    • setOfferPriceParameters

      public void setOfferPriceParameters(ResponseParametersType value)
      Sets the value of the offerPriceParameters property.
      Parameters:
      value - allowed object is ResponseParametersType
    • getOriginDestRefID

      public String getOriginDestRefID()
      Gets the value of the originDestRefID property.
      Returns:
      possible object is String
    • setOriginDestRefID

      public void setOriginDestRefID(String value)
      Sets the value of the originDestRefID property.
      Parameters:
      value - allowed object is String
    • 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

    • getPricedOffer

      public PricedOfferType getPricedOffer()
      Gets the value of the pricedOffer property.
      Returns:
      possible object is PricedOfferType
    • setPricedOffer

      public void setPricedOffer(PricedOfferType value)
      Sets the value of the pricedOffer property.
      Parameters:
      value - allowed object is PricedOfferType
    • 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