public class Label extends Object implements ConfigLabel
Java class for label complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="label">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="lang" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected String |
lang |
protected String |
value |
| Constructor and Description |
|---|
Label() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets the value of the key property.
|
String |
getLang()
Gets the value of the lang property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getValue()
getValue in interface ConfigLabelStringpublic void setValue(String value)
value - allowed object is Stringpublic String getKey()
getKey in interface ConfigLabelStringpublic void setKey(String value)
value - allowed object is Stringpublic String getLang()
getLang in interface ConfigLabelStringCopyright © 2017 SAP SE. All Rights Reserved.