Class ContentElement


  • public class ContentElement
    extends java.lang.Object

    Java class for content-element complex type.

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

     <complexType name="content-element">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="image" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String description  
      protected java.lang.String image  
      protected java.lang.String imageSmall  
      protected java.lang.String name  
      protected java.lang.String refImage  
      protected java.lang.String type  
    • Constructor Summary

      Constructors 
      Constructor Description
      ContentElement()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Gets the value of the description property.
      java.lang.String getImage()
      Gets the value of the image property.
      java.lang.String getImageSmall()
      Gets the value of the imageSmall property.
      java.lang.String getName()
      Gets the value of the name property.
      java.lang.String getRefImage()
      Gets the value of the refImage property.
      java.lang.String getType()
      Gets the value of the type property.
      void setDescription​(java.lang.String value)
      Sets the value of the description property.
      void setImage​(java.lang.String value)
      Sets the value of the image property.
      void setImageSmall​(java.lang.String value)
      Sets the value of the imageSmall property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      void setRefImage​(java.lang.String value)
      Sets the value of the refImage property.
      void setType​(java.lang.String value)
      Sets the value of the type property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        protected java.lang.String type
      • name

        protected java.lang.String name
      • description

        protected java.lang.String description
      • image

        protected java.lang.String image
      • refImage

        protected java.lang.String refImage
      • imageSmall

        protected java.lang.String imageSmall
    • Constructor Detail

      • ContentElement

        public ContentElement()
    • Method Detail

      • getType

        public java.lang.String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(java.lang.String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getDescription

        public java.lang.String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(java.lang.String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getImage

        public java.lang.String getImage()
        Gets the value of the image property.
        Returns:
        possible object is String
      • setImage

        public void setImage​(java.lang.String value)
        Sets the value of the image property.
        Parameters:
        value - allowed object is String
      • getRefImage

        public java.lang.String getRefImage()
        Gets the value of the refImage property.
        Returns:
        possible object is String
      • setRefImage

        public void setRefImage​(java.lang.String value)
        Sets the value of the refImage property.
        Parameters:
        value - allowed object is String
      • getImageSmall

        public java.lang.String getImageSmall()
        Gets the value of the imageSmall property.
        Returns:
        possible object is String
      • setImageSmall

        public void setImageSmall​(java.lang.String value)
        Sets the value of the imageSmall property.
        Parameters:
        value - allowed object is String