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

public class SpecialServiceType extends Object
Special service information

Java class for SpecialServiceType complex type.

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

 <complexType name="SpecialServiceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AddlDataMeasure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}MeasureType" minOccurs="0"/>
         <element name="FreeText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}TextType" minOccurs="0"/>
         <element name="Qty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}QtyType" minOccurs="0"/>
         <element name="SpecialServiceCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}CodeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • addlDataMeasure

      protected MeasureType addlDataMeasure
    • freeText

      protected String freeText
    • qty

      protected QtyType qty
    • specialServiceCode

      protected String specialServiceCode
  • Constructor Details

    • SpecialServiceType

      public SpecialServiceType()
  • Method Details

    • getAddlDataMeasure

      public MeasureType getAddlDataMeasure()
      Gets the value of the addlDataMeasure property.
      Returns:
      possible object is MeasureType
    • setAddlDataMeasure

      public void setAddlDataMeasure(MeasureType value)
      Sets the value of the addlDataMeasure property.
      Parameters:
      value - allowed object is MeasureType
    • getFreeText

      public String getFreeText()
      Gets the value of the freeText property.
      Returns:
      possible object is String
    • setFreeText

      public void setFreeText(String value)
      Sets the value of the freeText property.
      Parameters:
      value - allowed object is String
    • getQty

      public QtyType getQty()
      Gets the value of the qty property.
      Returns:
      possible object is QtyType
    • setQty

      public void setQty(QtyType value)
      Sets the value of the qty property.
      Parameters:
      value - allowed object is QtyType
    • getSpecialServiceCode

      public String getSpecialServiceCode()
      Gets the value of the specialServiceCode property.
      Returns:
      possible object is String
    • setSpecialServiceCode

      public void setSpecialServiceCode(String value)
      Sets the value of the specialServiceCode property.
      Parameters:
      value - allowed object is String