Uses of Interface
eu.europa.ec.inspire.schemas.base.x33.IdentifierType
-
Packages that use IdentifierType Package Description eu.europa.ec.inspire.schemas.base.x33 eu.europa.ec.inspire.schemas.base.x33.impl -
-
Uses of IdentifierType in eu.europa.ec.inspire.schemas.base.x33
Methods in eu.europa.ec.inspire.schemas.base.x33 that return IdentifierType Modifier and Type Method Description IdentifierTypeIdentifierDocument. addNewIdentifier()Appends and returns a new empty "Identifier" elementIdentifierTypeIdentifierPropertyType. addNewIdentifier()Appends and returns a new empty "Identifier" elementIdentifierTypeIdentifierDocument. getIdentifier()Gets the "Identifier" elementIdentifierTypeIdentifierPropertyType. getIdentifier()Gets the "Identifier" elementstatic IdentifierTypeIdentifierType.Factory. newInstance()static IdentifierTypeIdentifierType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static IdentifierTypeIdentifierType.Factory. parse(File file)static IdentifierTypeIdentifierType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static IdentifierTypeIdentifierType.Factory. parse(InputStream is)static IdentifierTypeIdentifierType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static IdentifierTypeIdentifierType.Factory. parse(Reader r)static IdentifierTypeIdentifierType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static IdentifierTypeIdentifierType.Factory. parse(String xmlAsString)static IdentifierTypeIdentifierType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static IdentifierTypeIdentifierType.Factory. parse(URL u)static IdentifierTypeIdentifierType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static IdentifierTypeIdentifierType.Factory. parse(XMLStreamReader sr)static IdentifierTypeIdentifierType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static IdentifierTypeIdentifierType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic IdentifierTypeIdentifierType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic IdentifierTypeIdentifierType.Factory. parse(Node node)static IdentifierTypeIdentifierType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in eu.europa.ec.inspire.schemas.base.x33 with parameters of type IdentifierType Modifier and Type Method Description voidIdentifierDocument. setIdentifier(IdentifierType identifier)Sets the "Identifier" elementvoidIdentifierPropertyType. setIdentifier(IdentifierType identifier)Sets the "Identifier" element -
Uses of IdentifierType in eu.europa.ec.inspire.schemas.base.x33.impl
Classes in eu.europa.ec.inspire.schemas.base.x33.impl that implement IdentifierType Modifier and Type Class Description classIdentifierTypeImplAn XML IdentifierType(@http://inspire.ec.europa.eu/schemas/base/3.3).Methods in eu.europa.ec.inspire.schemas.base.x33.impl that return IdentifierType Modifier and Type Method Description IdentifierTypeIdentifierDocumentImpl. addNewIdentifier()Appends and returns a new empty "Identifier" elementIdentifierTypeIdentifierPropertyTypeImpl. addNewIdentifier()Appends and returns a new empty "Identifier" elementIdentifierTypeIdentifierDocumentImpl. getIdentifier()Gets the "Identifier" elementIdentifierTypeIdentifierPropertyTypeImpl. getIdentifier()Gets the "Identifier" elementMethods in eu.europa.ec.inspire.schemas.base.x33.impl with parameters of type IdentifierType Modifier and Type Method Description voidIdentifierDocumentImpl. setIdentifier(IdentifierType identifier)Sets the "Identifier" elementvoidIdentifierPropertyTypeImpl. setIdentifier(IdentifierType identifier)Sets the "Identifier" element
-