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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
image |
protected String |
imageSmall |
protected String |
name |
protected String |
refImage |
protected String |
type |
| Constructor and Description |
|---|
ContentElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getImage()
Gets the value of the image property.
|
String |
getImageSmall()
Gets the value of the imageSmall property.
|
String |
getName()
Gets the value of the name property.
|
String |
getRefImage()
Gets the value of the refImage property.
|
String |
getType()
Gets the value of the type property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setImage(String value)
Sets the value of the image property.
|
void |
setImageSmall(String value)
Sets the value of the imageSmall property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRefImage(String value)
Sets the value of the refImage property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String type
protected String name
protected String description
protected String image
protected String refImage
protected String imageSmall
public String getType()
Stringpublic void setType(String value)
value - allowed object is Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is Stringpublic String getImage()
Stringpublic void setImage(String value)
value - allowed object is Stringpublic String getRefImage()
Stringpublic void setRefImage(String value)
value - allowed object is Stringpublic String getImageSmall()
StringCopyright © 2017 SAP SE. All Rights Reserved.