public class MultilingualString extends Object
Java class for MultilingualString complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MultilingualString">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>normalizedString">
<attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" />
<attribute name="textIdType" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
lang |
protected String |
textIdType |
protected String |
value |
| Constructor and Description |
|---|
MultilingualString() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLang()
Gets the value of the lang property.
|
String |
getTextIdType()
Gets the value of the textIdType property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setTextIdType(String value)
Sets the value of the textIdType property.
|
void |
setValue(String value)
Sets the value of the value property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
MultilingualString |
withLang(String value) |
MultilingualString |
withTextIdType(String value) |
MultilingualString |
withValue(String value) |
protected String value
protected String lang
protected String textIdType
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getLang()
Stringpublic void setLang(String value)
value - allowed object is
Stringpublic String getTextIdType()
Stringpublic void setTextIdType(String value)
value - allowed object is
Stringpublic MultilingualString withValue(String value)
public MultilingualString withLang(String value)
public MultilingualString withTextIdType(String value)
Copyright © 2018 Entur AS. All rights reserved.