Uses of Interface
org.isotc211.x2005.gmd.MDMediumType
-
Packages that use MDMediumType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of MDMediumType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return MDMediumType Modifier and Type Method Description MDMediumTypeMDMediumDocument. addNewMDMedium()Appends and returns a new empty "MD_Medium" elementMDMediumTypeMDMediumPropertyType. addNewMDMedium()Appends and returns a new empty "MD_Medium" elementMDMediumTypeMDMediumDocument. getMDMedium()Gets the "MD_Medium" elementMDMediumTypeMDMediumPropertyType. getMDMedium()Gets the "MD_Medium" elementstatic MDMediumTypeMDMediumType.Factory. newInstance()static MDMediumTypeMDMediumType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static MDMediumTypeMDMediumType.Factory. parse(File file)static MDMediumTypeMDMediumType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static MDMediumTypeMDMediumType.Factory. parse(InputStream is)static MDMediumTypeMDMediumType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static MDMediumTypeMDMediumType.Factory. parse(Reader r)static MDMediumTypeMDMediumType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static MDMediumTypeMDMediumType.Factory. parse(String xmlAsString)static MDMediumTypeMDMediumType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static MDMediumTypeMDMediumType.Factory. parse(URL u)static MDMediumTypeMDMediumType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static MDMediumTypeMDMediumType.Factory. parse(XMLStreamReader sr)static MDMediumTypeMDMediumType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static MDMediumTypeMDMediumType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic MDMediumTypeMDMediumType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic MDMediumTypeMDMediumType.Factory. parse(Node node)static MDMediumTypeMDMediumType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type MDMediumType Modifier and Type Method Description voidMDMediumDocument. setMDMedium(MDMediumType mdMedium)Sets the "MD_Medium" elementvoidMDMediumPropertyType. setMDMedium(MDMediumType mdMedium)Sets the "MD_Medium" element -
Uses of MDMediumType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement MDMediumType Modifier and Type Class Description classMDMediumTypeImplAn XML MD_Medium_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return MDMediumType Modifier and Type Method Description MDMediumTypeMDMediumDocumentImpl. addNewMDMedium()Appends and returns a new empty "MD_Medium" elementMDMediumTypeMDMediumPropertyTypeImpl. addNewMDMedium()Appends and returns a new empty "MD_Medium" elementMDMediumTypeMDMediumDocumentImpl. getMDMedium()Gets the "MD_Medium" elementMDMediumTypeMDMediumPropertyTypeImpl. getMDMedium()Gets the "MD_Medium" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type MDMediumType Modifier and Type Method Description voidMDMediumDocumentImpl. setMDMedium(MDMediumType mdMedium)Sets the "MD_Medium" elementvoidMDMediumPropertyTypeImpl. setMDMedium(MDMediumType mdMedium)Sets the "MD_Medium" element
-