Package org.isotc211.x2005.gmd
Interface PTLocaleType
-
- All Superinterfaces:
AbstractObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
PTLocaleTypeImpl
public interface PTLocaleType extends AbstractObjectType
An XML PT_Locale_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPTLocaleType.FactoryA factory class with static methods for creating instances of this type.
-
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 MDCharacterSetCodePropertyTypeaddNewCharacterEncoding()Appends and returns a new empty "characterEncoding" elementCountryPropertyTypeaddNewCountry()Appends and returns a new empty "country" elementLanguageCodePropertyTypeaddNewLanguageCode()Appends and returns a new empty "languageCode" elementMDCharacterSetCodePropertyTypegetCharacterEncoding()Gets the "characterEncoding" elementCountryPropertyTypegetCountry()Gets the "country" elementLanguageCodePropertyTypegetLanguageCode()Gets the "languageCode" elementbooleanisSetCountry()True if has "country" elementvoidsetCharacterEncoding(MDCharacterSetCodePropertyType characterEncoding)Sets the "characterEncoding" elementvoidsetCountry(CountryPropertyType country)Sets the "country" elementvoidsetLanguageCode(LanguageCodePropertyType languageCode)Sets the "languageCode" elementvoidunsetCountry()Unsets the "country" element-
Methods inherited from interface org.isotc211.x2005.gco.AbstractObjectType
getId, getUuid, isSetId, isSetUuid, setId, setUuid, unsetId, unsetUuid, xgetId, xgetUuid, xsetId, xsetUuid
-
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
-
getLanguageCode
LanguageCodePropertyType getLanguageCode()
Gets the "languageCode" element
-
setLanguageCode
void setLanguageCode(LanguageCodePropertyType languageCode)
Sets the "languageCode" element
-
addNewLanguageCode
LanguageCodePropertyType addNewLanguageCode()
Appends and returns a new empty "languageCode" element
-
getCountry
CountryPropertyType getCountry()
Gets the "country" element
-
isSetCountry
boolean isSetCountry()
True if has "country" element
-
setCountry
void setCountry(CountryPropertyType country)
Sets the "country" element
-
addNewCountry
CountryPropertyType addNewCountry()
Appends and returns a new empty "country" element
-
unsetCountry
void unsetCountry()
Unsets the "country" element
-
getCharacterEncoding
MDCharacterSetCodePropertyType getCharacterEncoding()
Gets the "characterEncoding" element
-
setCharacterEncoding
void setCharacterEncoding(MDCharacterSetCodePropertyType characterEncoding)
Sets the "characterEncoding" element
-
addNewCharacterEncoding
MDCharacterSetCodePropertyType addNewCharacterEncoding()
Appends and returns a new empty "characterEncoding" element
-
-