Interface SpellingOfNameType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
SpellingOfNameTypeImpl
public interface SpellingOfNameType extends org.apache.xmlbeans.XmlObjectAn XML SpellingOfNameType(@http://inspire.ec.europa.eu/schemas/gn/4.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSpellingOfNameType.FactoryA factory class with static methods for creating instances of this type.static interfaceSpellingOfNameType.ScriptAn XML script(@http://inspire.ec.europa.eu/schemas/gn/4.0).static interfaceSpellingOfNameType.TransliterationSchemeAn XML transliterationScheme(@http://inspire.ec.europa.eu/schemas/gn/4.0).
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SpellingOfNameType.ScriptaddNewScript()Appends and returns a new empty "script" elementSpellingOfNameType.TransliterationSchemeaddNewTransliterationScheme()Appends and returns a new empty "transliterationScheme" elementSpellingOfNameType.ScriptgetScript()Gets the "script" elementStringgetText()Gets the "text" elementSpellingOfNameType.TransliterationSchemegetTransliterationScheme()Gets the "transliterationScheme" elementbooleanisNilScript()Tests for nil "script" elementbooleanisNilTransliterationScheme()Tests for nil "transliterationScheme" elementbooleanisSetTransliterationScheme()True if has "transliterationScheme" elementvoidsetNilScript()Nils the "script" elementvoidsetNilTransliterationScheme()Nils the "transliterationScheme" elementvoidsetScript(SpellingOfNameType.Script script)Sets the "script" elementvoidsetText(String text)Sets the "text" elementvoidsetTransliterationScheme(SpellingOfNameType.TransliterationScheme transliterationScheme)Sets the "transliterationScheme" elementvoidunsetTransliterationScheme()Unsets the "transliterationScheme" elementorg.apache.xmlbeans.XmlStringxgetText()Gets (as xml) the "text" elementvoidxsetText(org.apache.xmlbeans.XmlString text)Sets (as xml) the "text" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
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, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getText
String getText()
Gets the "text" element
-
xgetText
org.apache.xmlbeans.XmlString xgetText()
Gets (as xml) the "text" element
-
setText
void setText(String text)
Sets the "text" element
-
xsetText
void xsetText(org.apache.xmlbeans.XmlString text)
Sets (as xml) the "text" element
-
getScript
SpellingOfNameType.Script getScript()
Gets the "script" element
-
isNilScript
boolean isNilScript()
Tests for nil "script" element
-
setScript
void setScript(SpellingOfNameType.Script script)
Sets the "script" element
-
addNewScript
SpellingOfNameType.Script addNewScript()
Appends and returns a new empty "script" element
-
setNilScript
void setNilScript()
Nils the "script" element
-
getTransliterationScheme
SpellingOfNameType.TransliterationScheme getTransliterationScheme()
Gets the "transliterationScheme" element
-
isNilTransliterationScheme
boolean isNilTransliterationScheme()
Tests for nil "transliterationScheme" element
-
isSetTransliterationScheme
boolean isSetTransliterationScheme()
True if has "transliterationScheme" element
-
setTransliterationScheme
void setTransliterationScheme(SpellingOfNameType.TransliterationScheme transliterationScheme)
Sets the "transliterationScheme" element
-
addNewTransliterationScheme
SpellingOfNameType.TransliterationScheme addNewTransliterationScheme()
Appends and returns a new empty "transliterationScheme" element
-
setNilTransliterationScheme
void setNilTransliterationScheme()
Nils the "transliterationScheme" element
-
unsetTransliterationScheme
void unsetTransliterationScheme()
Unsets the "transliterationScheme" element
-
-