Class ResponseParametersType

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

public class ResponseParametersType extends Object
Information related to how response results should be returned.

Java class for ResponseParametersType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ResponseParametersType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CurParameter" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}CurParameterType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="LangUsage" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}LangUsageType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="MeasurementSystemCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PricingParameter" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}PricingParameterType" minOccurs="0"/>
         <element name="Remark" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}RemarkType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ServiceCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}ServiceCriteriaType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ResponseParametersType

      public ResponseParametersType()
  • Method Details

    • getCurParameter

      public List<CurParameterType> getCurParameter()
      Gets the value of the curParameter 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 curParameter property.

      For example, to add a new item, do as follows:

          getCurParameter().add(newItem);
       

      Objects of the following type(s) are allowed in the list CurParameterType

    • getLangUsage

      public List<LangUsageType> getLangUsage()
      Gets the value of the langUsage 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 langUsage property.

      For example, to add a new item, do as follows:

          getLangUsage().add(newItem);
       

      Objects of the following type(s) are allowed in the list LangUsageType

    • getMeasurementSystemCode

      public String getMeasurementSystemCode()
      Gets the value of the measurementSystemCode property.
      Returns:
      possible object is String
    • setMeasurementSystemCode

      public void setMeasurementSystemCode(String value)
      Sets the value of the measurementSystemCode property.
      Parameters:
      value - allowed object is String
    • getPricingParameter

      public PricingParameterType getPricingParameter()
      Gets the value of the pricingParameter property.
      Returns:
      possible object is PricingParameterType
    • setPricingParameter

      public void setPricingParameter(PricingParameterType value)
      Sets the value of the pricingParameter property.
      Parameters:
      value - allowed object is PricingParameterType
    • getRemark

      public List<RemarkType> getRemark()
      Gets the value of the remark 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 remark property.

      For example, to add a new item, do as follows:

          getRemark().add(newItem);
       

      Objects of the following type(s) are allowed in the list RemarkType

    • getServiceCriteria

      public ServiceCriteriaType getServiceCriteria()
      Gets the value of the serviceCriteria property.
      Returns:
      possible object is ServiceCriteriaType
    • setServiceCriteria

      public void setServiceCriteria(ServiceCriteriaType value)
      Sets the value of the serviceCriteria property.
      Parameters:
      value - allowed object is ServiceCriteriaType