java.lang.Object
de.hybris.platform.cmscockpit.services.config.jaxb.contentelement.ContentElement

public class ContentElement extends 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 Details

    • type

      protected String type
    • name

      protected String name
    • description

      protected String description
    • image

      protected String image
    • refImage

      protected String refImage
    • imageSmall

      protected String imageSmall
  • Constructor Details

    • ContentElement

      public ContentElement()
  • Method Details

    • getType

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

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

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

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

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

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

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

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

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

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

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

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