Class ContentElement
java.lang.Object
de.hybris.platform.cmscockpit.services.config.jaxb.contentelement.ContentElement
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.getImage()Gets the value of the image property.Gets the value of the imageSmall property.getName()Gets the value of the name property.Gets the value of the refImage property.getType()Gets the value of the type property.voidsetDescription(String value) Sets the value of the description property.voidSets the value of the image property.voidsetImageSmall(String value) Sets the value of the imageSmall property.voidSets the value of the name property.voidsetRefImage(String value) Sets the value of the refImage property.voidSets the value of the type property.
-
Field Details
-
type
-
name
-
description
-
image
-
refImage
-
imageSmall
-
-
Constructor Details
-
ContentElement
public ContentElement()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getImage
Gets the value of the image property.- Returns:
- possible object is
String
-
setImage
Sets the value of the image property.- Parameters:
value- allowed object isString
-
getRefImage
Gets the value of the refImage property.- Returns:
- possible object is
String
-
setRefImage
Sets the value of the refImage property.- Parameters:
value- allowed object isString
-
getImageSmall
Gets the value of the imageSmall property.- Returns:
- possible object is
String
-
setImageSmall
Sets the value of the imageSmall property.- Parameters:
value- allowed object isString
-