Package org.isotc211.x2005.gmd
Interface LocalisedCharacterStringType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlString,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
LocalisedCharacterStringTypeImpl
public interface LocalisedCharacterStringType extends org.apache.xmlbeans.XmlStringAn XML LocalisedCharacterString_Type(@http://www.isotc211.org/2005/gmd). This is an atomic type that is a restriction of org.isotc211.x2005.gmd.LocalisedCharacterStringType.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLocalisedCharacterStringType.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 StringgetId()Gets the "id" attributeStringgetLocale()Gets the "locale" attributebooleanisSetId()True if has "id" attributebooleanisSetLocale()True if has "locale" attributevoidsetId(String id)Sets the "id" attributevoidsetLocale(String locale)Sets the "locale" attributevoidunsetId()Unsets the "id" attributevoidunsetLocale()Unsets the "locale" attributeorg.apache.xmlbeans.XmlIDxgetId()Gets (as xml) the "id" attributeorg.apache.xmlbeans.XmlAnyURIxgetLocale()Gets (as xml) the "locale" attributevoidxsetId(org.apache.xmlbeans.XmlID id)Sets (as xml) the "id" attributevoidxsetLocale(org.apache.xmlbeans.XmlAnyURI locale)Sets (as xml) the "locale" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, set, setStringValue, stringValue
-
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
-
getId
String getId()
Gets the "id" attribute
-
xgetId
org.apache.xmlbeans.XmlID xgetId()
Gets (as xml) the "id" attribute
-
isSetId
boolean isSetId()
True if has "id" attribute
-
setId
void setId(String id)
Sets the "id" attribute
-
xsetId
void xsetId(org.apache.xmlbeans.XmlID id)
Sets (as xml) the "id" attribute
-
unsetId
void unsetId()
Unsets the "id" attribute
-
getLocale
String getLocale()
Gets the "locale" attribute
-
xgetLocale
org.apache.xmlbeans.XmlAnyURI xgetLocale()
Gets (as xml) the "locale" attribute
-
isSetLocale
boolean isSetLocale()
True if has "locale" attribute
-
setLocale
void setLocale(String locale)
Sets the "locale" attribute
-
xsetLocale
void xsetLocale(org.apache.xmlbeans.XmlAnyURI locale)
Sets (as xml) the "locale" attribute
-
unsetLocale
void unsetLocale()
Unsets the "locale" attribute
-
-