public class Label extends java.lang.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 java.lang.String |
key |
protected java.lang.String |
lang |
protected java.lang.String |
value |
| Constructor and Description |
|---|
Label() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey()
Gets the value of the key property.
|
java.lang.String |
getLang()
Gets the value of the lang property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
void |
setKey(java.lang.String value)
Sets the value of the key property.
|
void |
setLang(java.lang.String value)
Sets the value of the lang property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
protected java.lang.String value
protected java.lang.String key
protected java.lang.String lang
public java.lang.String getValue()
getValue in interface ConfigLabelStringpublic void setValue(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getKey()
getKey in interface ConfigLabelStringpublic void setKey(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getLang()
getLang in interface ConfigLabelStringpublic void setLang(java.lang.String value)
value - allowed object is StringCopyright © 2018 SAP SE. All Rights Reserved.