Class ContentElement
- java.lang.Object
-
- de.hybris.platform.cmscockpit.services.config.jaxb.contentelement.ContentElement
-
public class ContentElement extends java.lang.ObjectJava 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.Stringdescriptionprotected java.lang.Stringimageprotected java.lang.StringimageSmallprotected java.lang.Stringnameprotected java.lang.StringrefImageprotected java.lang.Stringtype
-
Constructor Summary
Constructors Constructor Description ContentElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetImage()Gets the value of the image property.java.lang.StringgetImageSmall()Gets the value of the imageSmall property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetRefImage()Gets the value of the refImage property.java.lang.StringgetType()Gets the value of the type property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetImage(java.lang.String value)Sets the value of the image property.voidsetImageSmall(java.lang.String value)Sets the value of the imageSmall property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetRefImage(java.lang.String value)Sets the value of the refImage property.voidsetType(java.lang.String value)Sets the value of the type property.
-
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
-