public class LocalizedStringType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
charset |
protected String |
lang |
protected String |
value |
| Constructor and Description |
|---|
LocalizedStringType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCharset() |
String |
getLang() |
String |
getValue() |
void |
setCharset(String value) |
void |
setLang(String value) |
void |
setValue(String value) |
Copyright © 2021. All rights reserved.