Interface PronunciationOfNameType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
PronunciationOfNameTypeImpl
public interface PronunciationOfNameType extends org.apache.xmlbeans.XmlObjectAn XML PronunciationOfNameType(@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 classPronunciationOfNameType.FactoryA factory class with static methods for creating instances of this type.static interfacePronunciationOfNameType.PronunciationIPAAn XML pronunciationIPA(@http://inspire.ec.europa.eu/schemas/gn/4.0).static interfacePronunciationOfNameType.PronunciationSoundLinkAn XML pronunciationSoundLink(@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 PronunciationOfNameType.PronunciationIPAaddNewPronunciationIPA()Appends and returns a new empty "pronunciationIPA" elementPronunciationOfNameType.PronunciationSoundLinkaddNewPronunciationSoundLink()Appends and returns a new empty "pronunciationSoundLink" elementPronunciationOfNameType.PronunciationIPAgetPronunciationIPA()Gets the "pronunciationIPA" elementPronunciationOfNameType.PronunciationSoundLinkgetPronunciationSoundLink()Gets the "pronunciationSoundLink" elementbooleanisNilPronunciationIPA()Tests for nil "pronunciationIPA" elementbooleanisNilPronunciationSoundLink()Tests for nil "pronunciationSoundLink" elementbooleanisSetPronunciationIPA()True if has "pronunciationIPA" elementbooleanisSetPronunciationSoundLink()True if has "pronunciationSoundLink" elementvoidsetNilPronunciationIPA()Nils the "pronunciationIPA" elementvoidsetNilPronunciationSoundLink()Nils the "pronunciationSoundLink" elementvoidsetPronunciationIPA(PronunciationOfNameType.PronunciationIPA pronunciationIPA)Sets the "pronunciationIPA" elementvoidsetPronunciationSoundLink(PronunciationOfNameType.PronunciationSoundLink pronunciationSoundLink)Sets the "pronunciationSoundLink" elementvoidunsetPronunciationIPA()Unsets the "pronunciationIPA" elementvoidunsetPronunciationSoundLink()Unsets the "pronunciationSoundLink" 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
-
getPronunciationSoundLink
PronunciationOfNameType.PronunciationSoundLink getPronunciationSoundLink()
Gets the "pronunciationSoundLink" element
-
isNilPronunciationSoundLink
boolean isNilPronunciationSoundLink()
Tests for nil "pronunciationSoundLink" element
-
isSetPronunciationSoundLink
boolean isSetPronunciationSoundLink()
True if has "pronunciationSoundLink" element
-
setPronunciationSoundLink
void setPronunciationSoundLink(PronunciationOfNameType.PronunciationSoundLink pronunciationSoundLink)
Sets the "pronunciationSoundLink" element
-
addNewPronunciationSoundLink
PronunciationOfNameType.PronunciationSoundLink addNewPronunciationSoundLink()
Appends and returns a new empty "pronunciationSoundLink" element
-
setNilPronunciationSoundLink
void setNilPronunciationSoundLink()
Nils the "pronunciationSoundLink" element
-
unsetPronunciationSoundLink
void unsetPronunciationSoundLink()
Unsets the "pronunciationSoundLink" element
-
getPronunciationIPA
PronunciationOfNameType.PronunciationIPA getPronunciationIPA()
Gets the "pronunciationIPA" element
-
isNilPronunciationIPA
boolean isNilPronunciationIPA()
Tests for nil "pronunciationIPA" element
-
isSetPronunciationIPA
boolean isSetPronunciationIPA()
True if has "pronunciationIPA" element
-
setPronunciationIPA
void setPronunciationIPA(PronunciationOfNameType.PronunciationIPA pronunciationIPA)
Sets the "pronunciationIPA" element
-
addNewPronunciationIPA
PronunciationOfNameType.PronunciationIPA addNewPronunciationIPA()
Appends and returns a new empty "pronunciationIPA" element
-
setNilPronunciationIPA
void setNilPronunciationIPA()
Nils the "pronunciationIPA" element
-
unsetPronunciationIPA
void unsetPronunciationIPA()
Unsets the "pronunciationIPA" element
-
-