public interface LocalizedStringType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
LocalizedStringType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
org.apache.xmlbeans.XmlAnySimpleType |
addNewCharset()
Appends and returns a new empty "charset" attribute
|
org.apache.xmlbeans.XmlAnySimpleType |
getCharset()
Gets the "charset" attribute
|
java.lang.String |
getLang()
Gets the "lang" attribute
|
java.lang.String |
getValue()
Gets the "value" attribute
|
boolean |
isSetCharset()
True if has "charset" attribute
|
boolean |
isSetLang()
True if has "lang" attribute
|
void |
setCharset(org.apache.xmlbeans.XmlAnySimpleType charset)
Sets the "charset" attribute
|
void |
setLang(java.lang.String lang)
Sets the "lang" attribute
|
void |
setValue(java.lang.String value)
Sets the "value" attribute
|
void |
unsetCharset()
Unsets the "charset" attribute
|
void |
unsetLang()
Unsets the "lang" attribute
|
org.apache.xmlbeans.XmlLanguage |
xgetLang()
Gets (as xml) the "lang" attribute
|
FreeFormText |
xgetValue()
Gets (as xml) the "value" attribute
|
void |
xsetLang(org.apache.xmlbeans.XmlLanguage lang)
Sets (as xml) the "lang" attribute
|
void |
xsetValue(FreeFormText value)
Sets (as xml) the "value" attribute
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextjava.lang.String getLang()
org.apache.xmlbeans.XmlLanguage xgetLang()
boolean isSetLang()
void setLang(java.lang.String lang)
void xsetLang(org.apache.xmlbeans.XmlLanguage lang)
void unsetLang()
org.apache.xmlbeans.XmlAnySimpleType getCharset()
boolean isSetCharset()
void setCharset(org.apache.xmlbeans.XmlAnySimpleType charset)
org.apache.xmlbeans.XmlAnySimpleType addNewCharset()
void unsetCharset()
java.lang.String getValue()
FreeFormText xgetValue()
void setValue(java.lang.String value)
void xsetValue(FreeFormText value)
Copyright © 2015–2018 52north.org. All rights reserved.