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

public class DescType extends Object
An account or representation of the certain or major aspects, characteristics, or features of a person, object, or event.

Java class for DescType complex type.

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

 <complexType name="DescType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DescText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}TextType" minOccurs="0"/>
         <element name="MarkupStyleText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}TextType" minOccurs="0"/>
         <element name="MediaObject" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}MediaObjectType" minOccurs="0"/>
         <element name="URL" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}UniformResourceID_Type" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • descText

      protected String descText
    • markupStyleText

      protected String markupStyleText
    • mediaObject

      protected MediaObjectType mediaObject
    • url

      protected String url
  • Constructor Details

    • DescType

      public DescType()
  • Method Details

    • getDescText

      public String getDescText()
      Gets the value of the descText property.
      Returns:
      possible object is String
    • setDescText

      public void setDescText(String value)
      Sets the value of the descText property.
      Parameters:
      value - allowed object is String
    • getMarkupStyleText

      public String getMarkupStyleText()
      Gets the value of the markupStyleText property.
      Returns:
      possible object is String
    • setMarkupStyleText

      public void setMarkupStyleText(String value)
      Sets the value of the markupStyleText property.
      Parameters:
      value - allowed object is String
    • getMediaObject

      public MediaObjectType getMediaObject()
      Gets the value of the mediaObject property.
      Returns:
      possible object is MediaObjectType
    • setMediaObject

      public void setMediaObject(MediaObjectType value)
      Sets the value of the mediaObject property.
      Parameters:
      value - allowed object is MediaObjectType
    • getURL

      public String getURL()
      Gets the value of the url property.
      Returns:
      possible object is String
    • setURL

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