Uses of Interface
org.isotc211.x2005.gmd.AbstractMDIdentificationType
-
Packages that use AbstractMDIdentificationType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of AbstractMDIdentificationType in org.isotc211.x2005.gmd
Subinterfaces of AbstractMDIdentificationType in org.isotc211.x2005.gmd Modifier and Type Interface Description interfaceMDDataIdentificationTypeAn XML MD_DataIdentification_Type(@http://www.isotc211.org/2005/gmd).interfaceMDServiceIdentificationTypeAn XML MD_ServiceIdentification_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd that return AbstractMDIdentificationType Modifier and Type Method Description AbstractMDIdentificationTypeAbstractMDIdentificationDocument. addNewAbstractMDIdentification()Appends and returns a new empty "AbstractMD_Identification" elementAbstractMDIdentificationTypeMDIdentificationPropertyType. addNewAbstractMDIdentification()Appends and returns a new empty "AbstractMD_Identification" elementAbstractMDIdentificationTypeAbstractMDIdentificationDocument. getAbstractMDIdentification()Gets the "AbstractMD_Identification" elementAbstractMDIdentificationTypeMDIdentificationPropertyType. getAbstractMDIdentification()Gets the "AbstractMD_Identification" elementstatic AbstractMDIdentificationTypeAbstractMDIdentificationType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic AbstractMDIdentificationTypeAbstractMDIdentificationType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic AbstractMDIdentificationTypeAbstractMDIdentificationType.Factory. parse(File file)static AbstractMDIdentificationTypeAbstractMDIdentificationType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AbstractMDIdentificationTypeAbstractMDIdentificationType.Factory. parse(InputStream is)static AbstractMDIdentificationTypeAbstractMDIdentificationType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AbstractMDIdentificationTypeAbstractMDIdentificationType.Factory. parse(Reader r)static AbstractMDIdentificationTypeAbstractMDIdentificationType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AbstractMDIdentificationTypeAbstractMDIdentificationType.Factory. parse(String xmlAsString)static AbstractMDIdentificationTypeAbstractMDIdentificationType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AbstractMDIdentificationTypeAbstractMDIdentificationType.Factory. parse(URL u)static AbstractMDIdentificationTypeAbstractMDIdentificationType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AbstractMDIdentificationTypeAbstractMDIdentificationType.Factory. parse(XMLStreamReader sr)static AbstractMDIdentificationTypeAbstractMDIdentificationType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AbstractMDIdentificationTypeAbstractMDIdentificationType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AbstractMDIdentificationTypeAbstractMDIdentificationType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AbstractMDIdentificationTypeAbstractMDIdentificationType.Factory. parse(Node node)static AbstractMDIdentificationTypeAbstractMDIdentificationType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type AbstractMDIdentificationType Modifier and Type Method Description voidAbstractMDIdentificationDocument. setAbstractMDIdentification(AbstractMDIdentificationType abstractMDIdentification)Sets the "AbstractMD_Identification" elementvoidMDIdentificationPropertyType. setAbstractMDIdentification(AbstractMDIdentificationType abstractMDIdentification)Sets the "AbstractMD_Identification" element -
Uses of AbstractMDIdentificationType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement AbstractMDIdentificationType Modifier and Type Class Description classAbstractMDIdentificationTypeImplAn XML AbstractMD_Identification_Type(@http://www.isotc211.org/2005/gmd).classMDDataIdentificationTypeImplAn XML MD_DataIdentification_Type(@http://www.isotc211.org/2005/gmd).classMDServiceIdentificationTypeImplAn XML MD_ServiceIdentification_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return AbstractMDIdentificationType Modifier and Type Method Description AbstractMDIdentificationTypeAbstractMDIdentificationDocumentImpl. addNewAbstractMDIdentification()Appends and returns a new empty "AbstractMD_Identification" elementAbstractMDIdentificationTypeMDIdentificationPropertyTypeImpl. addNewAbstractMDIdentification()Appends and returns a new empty "AbstractMD_Identification" elementAbstractMDIdentificationTypeAbstractMDIdentificationDocumentImpl. getAbstractMDIdentification()Gets the "AbstractMD_Identification" elementAbstractMDIdentificationTypeMDIdentificationPropertyTypeImpl. getAbstractMDIdentification()Gets the "AbstractMD_Identification" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type AbstractMDIdentificationType Modifier and Type Method Description voidAbstractMDIdentificationDocumentImpl. setAbstractMDIdentification(AbstractMDIdentificationType abstractMDIdentification)Sets the "AbstractMD_Identification" elementvoidMDIdentificationPropertyTypeImpl. setAbstractMDIdentification(AbstractMDIdentificationType abstractMDIdentification)Sets the "AbstractMD_Identification" element
-