Interface IdentifierType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
IdentifierTypeImpl
public interface IdentifierType extends org.apache.xmlbeans.XmlObjectAn XML IdentifierType(@http://inspire.ec.europa.eu/schemas/base/3.3). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIdentifierType.FactoryA factory class with static methods for creating instances of this type.static interfaceIdentifierType.VersionIdAn XML versionId(@http://inspire.ec.europa.eu/schemas/base/3.3).
-
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 IdentifierType.VersionIdaddNewVersionId()Appends and returns a new empty "versionId" elementStringgetLocalId()Gets the "localId" elementStringgetNamespace()Gets the "namespace" elementIdentifierType.VersionIdgetVersionId()Gets the "versionId" elementbooleanisNilVersionId()Tests for nil "versionId" elementbooleanisSetVersionId()True if has "versionId" elementvoidsetLocalId(String localId)Sets the "localId" elementvoidsetNamespace(String namespace)Sets the "namespace" elementvoidsetNilVersionId()Nils the "versionId" elementvoidsetVersionId(IdentifierType.VersionId versionId)Sets the "versionId" elementvoidunsetVersionId()Unsets the "versionId" elementorg.apache.xmlbeans.XmlStringxgetLocalId()Gets (as xml) the "localId" elementorg.apache.xmlbeans.XmlStringxgetNamespace()Gets (as xml) the "namespace" elementvoidxsetLocalId(org.apache.xmlbeans.XmlString localId)Sets (as xml) the "localId" elementvoidxsetNamespace(org.apache.xmlbeans.XmlString namespace)Sets (as xml) the "namespace" 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
-
getLocalId
String getLocalId()
Gets the "localId" element
-
xgetLocalId
org.apache.xmlbeans.XmlString xgetLocalId()
Gets (as xml) the "localId" element
-
setLocalId
void setLocalId(String localId)
Sets the "localId" element
-
xsetLocalId
void xsetLocalId(org.apache.xmlbeans.XmlString localId)
Sets (as xml) the "localId" element
-
getNamespace
String getNamespace()
Gets the "namespace" element
-
xgetNamespace
org.apache.xmlbeans.XmlString xgetNamespace()
Gets (as xml) the "namespace" element
-
setNamespace
void setNamespace(String namespace)
Sets the "namespace" element
-
xsetNamespace
void xsetNamespace(org.apache.xmlbeans.XmlString namespace)
Sets (as xml) the "namespace" element
-
getVersionId
IdentifierType.VersionId getVersionId()
Gets the "versionId" element
-
isNilVersionId
boolean isNilVersionId()
Tests for nil "versionId" element
-
isSetVersionId
boolean isSetVersionId()
True if has "versionId" element
-
setVersionId
void setVersionId(IdentifierType.VersionId versionId)
Sets the "versionId" element
-
addNewVersionId
IdentifierType.VersionId addNewVersionId()
Appends and returns a new empty "versionId" element
-
setNilVersionId
void setNilVersionId()
Nils the "versionId" element
-
unsetVersionId
void unsetVersionId()
Unsets the "versionId" element
-
-