public class Localizedmessage
extends java.lang.Object
Java class for localizedmessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="localizedmessage">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.hybris.de/xsd/processdefinition}name" />
<attribute name="language" use="required" type="{http://www.hybris.de/xsd/processdefinition}name" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
language |
protected java.lang.String |
name |
| Constructor and Description |
|---|
Localizedmessage() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLanguage()
Gets the value of the language property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
setLanguage(java.lang.String value)
Sets the value of the language property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLanguage()
Stringpublic void setLanguage(java.lang.String value)
value - allowed object is
StringCopyright © 2018 SAP SE. All Rights Reserved.