Interface ThematicIdentifierType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ThematicIdentifierTypeImpl
public interface ThematicIdentifierType extends org.apache.xmlbeans.XmlObjectAn XML ThematicIdentifierType(@http://inspire.ec.europa.eu/schemas/base2/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classThematicIdentifierType.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 StringgetIdentifier()Gets the "identifier" elementStringgetIdentifierScheme()Gets the "identifierScheme" elementvoidsetIdentifier(String identifier)Sets the "identifier" elementvoidsetIdentifierScheme(String identifierScheme)Sets the "identifierScheme" elementorg.apache.xmlbeans.XmlStringxgetIdentifier()Gets (as xml) the "identifier" elementorg.apache.xmlbeans.XmlStringxgetIdentifierScheme()Gets (as xml) the "identifierScheme" elementvoidxsetIdentifier(org.apache.xmlbeans.XmlString identifier)Sets (as xml) the "identifier" elementvoidxsetIdentifierScheme(org.apache.xmlbeans.XmlString identifierScheme)Sets (as xml) the "identifierScheme" 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
-
getIdentifier
String getIdentifier()
Gets the "identifier" element
-
xgetIdentifier
org.apache.xmlbeans.XmlString xgetIdentifier()
Gets (as xml) the "identifier" element
-
setIdentifier
void setIdentifier(String identifier)
Sets the "identifier" element
-
xsetIdentifier
void xsetIdentifier(org.apache.xmlbeans.XmlString identifier)
Sets (as xml) the "identifier" element
-
getIdentifierScheme
String getIdentifierScheme()
Gets the "identifierScheme" element
-
xgetIdentifierScheme
org.apache.xmlbeans.XmlString xgetIdentifierScheme()
Gets (as xml) the "identifierScheme" element
-
setIdentifierScheme
void setIdentifierScheme(String identifierScheme)
Sets the "identifierScheme" element
-
xsetIdentifierScheme
void xsetIdentifierScheme(org.apache.xmlbeans.XmlString identifierScheme)
Sets (as xml) the "identifierScheme" element
-
-