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