Uses of Interface
org.isotc211.x2005.gmd.AbstractMDContentInformationType
-
Packages that use AbstractMDContentInformationType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of AbstractMDContentInformationType in org.isotc211.x2005.gmd
Subinterfaces of AbstractMDContentInformationType in org.isotc211.x2005.gmd Modifier and Type Interface Description interfaceMDCoverageDescriptionTypeAn XML MD_CoverageDescription_Type(@http://www.isotc211.org/2005/gmd).interfaceMDFeatureCatalogueDescriptionTypeAn XML MD_FeatureCatalogueDescription_Type(@http://www.isotc211.org/2005/gmd).interfaceMDImageDescriptionTypeAn XML MD_ImageDescription_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd that return AbstractMDContentInformationType Modifier and Type Method Description AbstractMDContentInformationTypeAbstractMDContentInformationDocument. addNewAbstractMDContentInformation()Appends and returns a new empty "AbstractMD_ContentInformation" elementAbstractMDContentInformationTypeMDContentInformationPropertyType. addNewAbstractMDContentInformation()Appends and returns a new empty "AbstractMD_ContentInformation" elementAbstractMDContentInformationTypeAbstractMDContentInformationDocument. getAbstractMDContentInformation()Gets the "AbstractMD_ContentInformation" elementAbstractMDContentInformationTypeMDContentInformationPropertyType. getAbstractMDContentInformation()Gets the "AbstractMD_ContentInformation" elementstatic AbstractMDContentInformationTypeAbstractMDContentInformationType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic AbstractMDContentInformationTypeAbstractMDContentInformationType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic AbstractMDContentInformationTypeAbstractMDContentInformationType.Factory. parse(File file)static AbstractMDContentInformationTypeAbstractMDContentInformationType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AbstractMDContentInformationTypeAbstractMDContentInformationType.Factory. parse(InputStream is)static AbstractMDContentInformationTypeAbstractMDContentInformationType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AbstractMDContentInformationTypeAbstractMDContentInformationType.Factory. parse(Reader r)static AbstractMDContentInformationTypeAbstractMDContentInformationType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AbstractMDContentInformationTypeAbstractMDContentInformationType.Factory. parse(String xmlAsString)static AbstractMDContentInformationTypeAbstractMDContentInformationType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AbstractMDContentInformationTypeAbstractMDContentInformationType.Factory. parse(URL u)static AbstractMDContentInformationTypeAbstractMDContentInformationType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AbstractMDContentInformationTypeAbstractMDContentInformationType.Factory. parse(XMLStreamReader sr)static AbstractMDContentInformationTypeAbstractMDContentInformationType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AbstractMDContentInformationTypeAbstractMDContentInformationType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AbstractMDContentInformationTypeAbstractMDContentInformationType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AbstractMDContentInformationTypeAbstractMDContentInformationType.Factory. parse(Node node)static AbstractMDContentInformationTypeAbstractMDContentInformationType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type AbstractMDContentInformationType Modifier and Type Method Description voidAbstractMDContentInformationDocument. setAbstractMDContentInformation(AbstractMDContentInformationType abstractMDContentInformation)Sets the "AbstractMD_ContentInformation" elementvoidMDContentInformationPropertyType. setAbstractMDContentInformation(AbstractMDContentInformationType abstractMDContentInformation)Sets the "AbstractMD_ContentInformation" element -
Uses of AbstractMDContentInformationType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement AbstractMDContentInformationType Modifier and Type Class Description classAbstractMDContentInformationTypeImplAn XML AbstractMD_ContentInformation_Type(@http://www.isotc211.org/2005/gmd).classMDCoverageDescriptionTypeImplAn XML MD_CoverageDescription_Type(@http://www.isotc211.org/2005/gmd).classMDFeatureCatalogueDescriptionTypeImplAn XML MD_FeatureCatalogueDescription_Type(@http://www.isotc211.org/2005/gmd).classMDImageDescriptionTypeImplAn XML MD_ImageDescription_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return AbstractMDContentInformationType Modifier and Type Method Description AbstractMDContentInformationTypeAbstractMDContentInformationDocumentImpl. addNewAbstractMDContentInformation()Appends and returns a new empty "AbstractMD_ContentInformation" elementAbstractMDContentInformationTypeMDContentInformationPropertyTypeImpl. addNewAbstractMDContentInformation()Appends and returns a new empty "AbstractMD_ContentInformation" elementAbstractMDContentInformationTypeAbstractMDContentInformationDocumentImpl. getAbstractMDContentInformation()Gets the "AbstractMD_ContentInformation" elementAbstractMDContentInformationTypeMDContentInformationPropertyTypeImpl. getAbstractMDContentInformation()Gets the "AbstractMD_ContentInformation" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type AbstractMDContentInformationType Modifier and Type Method Description voidAbstractMDContentInformationDocumentImpl. setAbstractMDContentInformation(AbstractMDContentInformationType abstractMDContentInformation)Sets the "AbstractMD_ContentInformation" elementvoidMDContentInformationPropertyTypeImpl. setAbstractMDContentInformation(AbstractMDContentInformationType abstractMDContentInformation)Sets the "AbstractMD_ContentInformation" element
-