Uses of Interface
org.isotc211.x2005.gmd.MDIdentifierType
-
Packages that use MDIdentifierType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of MDIdentifierType in org.isotc211.x2005.gmd
Subinterfaces of MDIdentifierType in org.isotc211.x2005.gmd Modifier and Type Interface Description interfaceRSIdentifierTypeAn XML RS_Identifier_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd that return MDIdentifierType Modifier and Type Method Description MDIdentifierTypeMDIdentifierDocument. addNewMDIdentifier()Appends and returns a new empty "MD_Identifier" elementMDIdentifierTypeMDIdentifierPropertyType. addNewMDIdentifier()Appends and returns a new empty "MD_Identifier" elementMDIdentifierTypeMDIdentifierDocument. getMDIdentifier()Gets the "MD_Identifier" elementMDIdentifierTypeMDIdentifierPropertyType. getMDIdentifier()Gets the "MD_Identifier" elementstatic MDIdentifierTypeMDIdentifierType.Factory. newInstance()static MDIdentifierTypeMDIdentifierType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static MDIdentifierTypeMDIdentifierType.Factory. parse(File file)static MDIdentifierTypeMDIdentifierType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static MDIdentifierTypeMDIdentifierType.Factory. parse(InputStream is)static MDIdentifierTypeMDIdentifierType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static MDIdentifierTypeMDIdentifierType.Factory. parse(Reader r)static MDIdentifierTypeMDIdentifierType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static MDIdentifierTypeMDIdentifierType.Factory. parse(String xmlAsString)static MDIdentifierTypeMDIdentifierType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static MDIdentifierTypeMDIdentifierType.Factory. parse(URL u)static MDIdentifierTypeMDIdentifierType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static MDIdentifierTypeMDIdentifierType.Factory. parse(XMLStreamReader sr)static MDIdentifierTypeMDIdentifierType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static MDIdentifierTypeMDIdentifierType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic MDIdentifierTypeMDIdentifierType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic MDIdentifierTypeMDIdentifierType.Factory. parse(Node node)static MDIdentifierTypeMDIdentifierType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type MDIdentifierType Modifier and Type Method Description voidMDIdentifierDocument. setMDIdentifier(MDIdentifierType mdIdentifier)Sets the "MD_Identifier" elementvoidMDIdentifierPropertyType. setMDIdentifier(MDIdentifierType mdIdentifier)Sets the "MD_Identifier" element -
Uses of MDIdentifierType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement MDIdentifierType Modifier and Type Class Description classMDIdentifierTypeImplAn XML MD_Identifier_Type(@http://www.isotc211.org/2005/gmd).classRSIdentifierTypeImplAn XML RS_Identifier_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return MDIdentifierType Modifier and Type Method Description MDIdentifierTypeMDIdentifierDocumentImpl. addNewMDIdentifier()Appends and returns a new empty "MD_Identifier" elementMDIdentifierTypeMDIdentifierPropertyTypeImpl. addNewMDIdentifier()Appends and returns a new empty "MD_Identifier" elementMDIdentifierTypeMDIdentifierDocumentImpl. getMDIdentifier()Gets the "MD_Identifier" elementMDIdentifierTypeMDIdentifierPropertyTypeImpl. getMDIdentifier()Gets the "MD_Identifier" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type MDIdentifierType Modifier and Type Method Description voidMDIdentifierDocumentImpl. setMDIdentifier(MDIdentifierType mdIdentifier)Sets the "MD_Identifier" elementvoidMDIdentifierPropertyTypeImpl. setMDIdentifier(MDIdentifierType mdIdentifier)Sets the "MD_Identifier" element
-