public class Localizedmessage extends 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 String |
language |
protected String |
name |
| Constructor and Description |
|---|
Localizedmessage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLanguage()
Gets the value of the language property.
|
String |
getName()
Gets the value of the name property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setName(String value)
Sets the value of the name property.
|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getLanguage()
StringCopyright © 2017 SAP SE. All Rights Reserved.