Interface GeographicalNameType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
GeographicalNameTypeImpl
public interface GeographicalNameType extends org.apache.xmlbeans.XmlObjectAn XML GeographicalNameType(@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 classGeographicalNameType.FactoryA factory class with static methods for creating instances of this type.static interfaceGeographicalNameType.LanguageAn XML language(@http://inspire.ec.europa.eu/schemas/gn/4.0).static interfaceGeographicalNameType.PronunciationAn XML pronunciation(@http://inspire.ec.europa.eu/schemas/gn/4.0).static interfaceGeographicalNameType.SourceOfNameAn XML sourceOfName(@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 ReferenceTypeaddNewGrammaticalGender()Appends and returns a new empty "grammaticalGender" elementReferenceTypeaddNewGrammaticalNumber()Appends and returns a new empty "grammaticalNumber" elementGeographicalNameType.LanguageaddNewLanguage()Appends and returns a new empty "language" elementReferenceTypeaddNewNameStatus()Appends and returns a new empty "nameStatus" elementReferenceTypeaddNewNativeness()Appends and returns a new empty "nativeness" elementGeographicalNameType.PronunciationaddNewPronunciation()Appends and returns a new empty "pronunciation" elementGeographicalNameType.SourceOfNameaddNewSourceOfName()Appends and returns a new empty "sourceOfName" elementSpellingOfNamePropertyTypeaddNewSpelling()Appends and returns a new empty value (as xml) as the last "spelling" elementReferenceTypegetGrammaticalGender()Gets the "grammaticalGender" elementReferenceTypegetGrammaticalNumber()Gets the "grammaticalNumber" elementGeographicalNameType.LanguagegetLanguage()Gets the "language" elementReferenceTypegetNameStatus()Gets the "nameStatus" elementReferenceTypegetNativeness()Gets the "nativeness" elementGeographicalNameType.PronunciationgetPronunciation()Gets the "pronunciation" elementGeographicalNameType.SourceOfNamegetSourceOfName()Gets the "sourceOfName" elementSpellingOfNamePropertyType[]getSpellingArray()Gets array of all "spelling" elementsSpellingOfNamePropertyTypegetSpellingArray(int i)Gets ith "spelling" elementSpellingOfNamePropertyTypeinsertNewSpelling(int i)Inserts and returns a new empty value (as xml) as the ith "spelling" elementbooleanisNilGrammaticalGender()Tests for nil "grammaticalGender" elementbooleanisNilGrammaticalNumber()Tests for nil "grammaticalNumber" elementbooleanisNilLanguage()Tests for nil "language" elementbooleanisNilNameStatus()Tests for nil "nameStatus" elementbooleanisNilNativeness()Tests for nil "nativeness" elementbooleanisNilPronunciation()Tests for nil "pronunciation" elementbooleanisNilSourceOfName()Tests for nil "sourceOfName" elementbooleanisSetGrammaticalGender()True if has "grammaticalGender" elementbooleanisSetGrammaticalNumber()True if has "grammaticalNumber" elementvoidremoveSpelling(int i)Removes the ith "spelling" elementvoidsetGrammaticalGender(ReferenceType grammaticalGender)Sets the "grammaticalGender" elementvoidsetGrammaticalNumber(ReferenceType grammaticalNumber)Sets the "grammaticalNumber" elementvoidsetLanguage(GeographicalNameType.Language language)Sets the "language" elementvoidsetNameStatus(ReferenceType nameStatus)Sets the "nameStatus" elementvoidsetNativeness(ReferenceType nativeness)Sets the "nativeness" elementvoidsetNilGrammaticalGender()Nils the "grammaticalGender" elementvoidsetNilGrammaticalNumber()Nils the "grammaticalNumber" elementvoidsetNilLanguage()Nils the "language" elementvoidsetNilNameStatus()Nils the "nameStatus" elementvoidsetNilNativeness()Nils the "nativeness" elementvoidsetNilPronunciation()Nils the "pronunciation" elementvoidsetNilSourceOfName()Nils the "sourceOfName" elementvoidsetPronunciation(GeographicalNameType.Pronunciation pronunciation)Sets the "pronunciation" elementvoidsetSourceOfName(GeographicalNameType.SourceOfName sourceOfName)Sets the "sourceOfName" elementvoidsetSpellingArray(int i, SpellingOfNamePropertyType spelling)Sets ith "spelling" elementvoidsetSpellingArray(SpellingOfNamePropertyType[] spellingArray)Sets array of all "spelling" elementintsizeOfSpellingArray()Returns number of "spelling" elementvoidunsetGrammaticalGender()Unsets the "grammaticalGender" elementvoidunsetGrammaticalNumber()Unsets the "grammaticalNumber" 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
-
getLanguage
GeographicalNameType.Language getLanguage()
Gets the "language" element
-
isNilLanguage
boolean isNilLanguage()
Tests for nil "language" element
-
setLanguage
void setLanguage(GeographicalNameType.Language language)
Sets the "language" element
-
addNewLanguage
GeographicalNameType.Language addNewLanguage()
Appends and returns a new empty "language" element
-
setNilLanguage
void setNilLanguage()
Nils the "language" element
-
getNativeness
ReferenceType getNativeness()
Gets the "nativeness" element
-
isNilNativeness
boolean isNilNativeness()
Tests for nil "nativeness" element
-
setNativeness
void setNativeness(ReferenceType nativeness)
Sets the "nativeness" element
-
addNewNativeness
ReferenceType addNewNativeness()
Appends and returns a new empty "nativeness" element
-
setNilNativeness
void setNilNativeness()
Nils the "nativeness" element
-
getNameStatus
ReferenceType getNameStatus()
Gets the "nameStatus" element
-
isNilNameStatus
boolean isNilNameStatus()
Tests for nil "nameStatus" element
-
setNameStatus
void setNameStatus(ReferenceType nameStatus)
Sets the "nameStatus" element
-
addNewNameStatus
ReferenceType addNewNameStatus()
Appends and returns a new empty "nameStatus" element
-
setNilNameStatus
void setNilNameStatus()
Nils the "nameStatus" element
-
getSourceOfName
GeographicalNameType.SourceOfName getSourceOfName()
Gets the "sourceOfName" element
-
isNilSourceOfName
boolean isNilSourceOfName()
Tests for nil "sourceOfName" element
-
setSourceOfName
void setSourceOfName(GeographicalNameType.SourceOfName sourceOfName)
Sets the "sourceOfName" element
-
addNewSourceOfName
GeographicalNameType.SourceOfName addNewSourceOfName()
Appends and returns a new empty "sourceOfName" element
-
setNilSourceOfName
void setNilSourceOfName()
Nils the "sourceOfName" element
-
getPronunciation
GeographicalNameType.Pronunciation getPronunciation()
Gets the "pronunciation" element
-
isNilPronunciation
boolean isNilPronunciation()
Tests for nil "pronunciation" element
-
setPronunciation
void setPronunciation(GeographicalNameType.Pronunciation pronunciation)
Sets the "pronunciation" element
-
addNewPronunciation
GeographicalNameType.Pronunciation addNewPronunciation()
Appends and returns a new empty "pronunciation" element
-
setNilPronunciation
void setNilPronunciation()
Nils the "pronunciation" element
-
getSpellingArray
SpellingOfNamePropertyType[] getSpellingArray()
Gets array of all "spelling" elements
-
getSpellingArray
SpellingOfNamePropertyType getSpellingArray(int i)
Gets ith "spelling" element
-
sizeOfSpellingArray
int sizeOfSpellingArray()
Returns number of "spelling" element
-
setSpellingArray
void setSpellingArray(SpellingOfNamePropertyType[] spellingArray)
Sets array of all "spelling" element
-
setSpellingArray
void setSpellingArray(int i, SpellingOfNamePropertyType spelling)Sets ith "spelling" element
-
insertNewSpelling
SpellingOfNamePropertyType insertNewSpelling(int i)
Inserts and returns a new empty value (as xml) as the ith "spelling" element
-
addNewSpelling
SpellingOfNamePropertyType addNewSpelling()
Appends and returns a new empty value (as xml) as the last "spelling" element
-
removeSpelling
void removeSpelling(int i)
Removes the ith "spelling" element
-
getGrammaticalGender
ReferenceType getGrammaticalGender()
Gets the "grammaticalGender" element
-
isNilGrammaticalGender
boolean isNilGrammaticalGender()
Tests for nil "grammaticalGender" element
-
isSetGrammaticalGender
boolean isSetGrammaticalGender()
True if has "grammaticalGender" element
-
setGrammaticalGender
void setGrammaticalGender(ReferenceType grammaticalGender)
Sets the "grammaticalGender" element
-
addNewGrammaticalGender
ReferenceType addNewGrammaticalGender()
Appends and returns a new empty "grammaticalGender" element
-
setNilGrammaticalGender
void setNilGrammaticalGender()
Nils the "grammaticalGender" element
-
unsetGrammaticalGender
void unsetGrammaticalGender()
Unsets the "grammaticalGender" element
-
getGrammaticalNumber
ReferenceType getGrammaticalNumber()
Gets the "grammaticalNumber" element
-
isNilGrammaticalNumber
boolean isNilGrammaticalNumber()
Tests for nil "grammaticalNumber" element
-
isSetGrammaticalNumber
boolean isSetGrammaticalNumber()
True if has "grammaticalNumber" element
-
setGrammaticalNumber
void setGrammaticalNumber(ReferenceType grammaticalNumber)
Sets the "grammaticalNumber" element
-
addNewGrammaticalNumber
ReferenceType addNewGrammaticalNumber()
Appends and returns a new empty "grammaticalNumber" element
-
setNilGrammaticalNumber
void setNilGrammaticalNumber()
Nils the "grammaticalNumber" element
-
unsetGrammaticalNumber
void unsetGrammaticalNumber()
Unsets the "grammaticalNumber" element
-
-