public class MultilingualStringValue
extends java.lang.Object
Java class for MultilingualStringValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MultilingualStringValue"> <simpleContent> <extension base="<http://datex2.eu/schema/2/2_0>MultilingualStringValueType"> <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
lang |
protected java.lang.String |
value |
Constructor and Description |
---|
MultilingualStringValue() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLang()
Gets the value of the lang property.
|
java.lang.String |
getValue()
Gets the value of the value 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.
|
public java.lang.String getValue()
String
public void setValue(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLang()
String
public void setLang(java.lang.String value)
value
- allowed object is
String