Uses of Interface
org.isotc211.x2005.gmd.MDFormatType
-
Packages that use MDFormatType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of MDFormatType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return MDFormatType Modifier and Type Method Description MDFormatTypeMDFormatDocument. addNewMDFormat()Appends and returns a new empty "MD_Format" elementMDFormatTypeMDFormatPropertyType. addNewMDFormat()Appends and returns a new empty "MD_Format" elementMDFormatTypeMDFormatDocument. getMDFormat()Gets the "MD_Format" elementMDFormatTypeMDFormatPropertyType. getMDFormat()Gets the "MD_Format" elementstatic MDFormatTypeMDFormatType.Factory. newInstance()static MDFormatTypeMDFormatType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static MDFormatTypeMDFormatType.Factory. parse(File file)static MDFormatTypeMDFormatType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static MDFormatTypeMDFormatType.Factory. parse(InputStream is)static MDFormatTypeMDFormatType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static MDFormatTypeMDFormatType.Factory. parse(Reader r)static MDFormatTypeMDFormatType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static MDFormatTypeMDFormatType.Factory. parse(String xmlAsString)static MDFormatTypeMDFormatType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static MDFormatTypeMDFormatType.Factory. parse(URL u)static MDFormatTypeMDFormatType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static MDFormatTypeMDFormatType.Factory. parse(XMLStreamReader sr)static MDFormatTypeMDFormatType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static MDFormatTypeMDFormatType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic MDFormatTypeMDFormatType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic MDFormatTypeMDFormatType.Factory. parse(Node node)static MDFormatTypeMDFormatType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type MDFormatType Modifier and Type Method Description voidMDFormatDocument. setMDFormat(MDFormatType mdFormat)Sets the "MD_Format" elementvoidMDFormatPropertyType. setMDFormat(MDFormatType mdFormat)Sets the "MD_Format" element -
Uses of MDFormatType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement MDFormatType Modifier and Type Class Description classMDFormatTypeImplAn XML MD_Format_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return MDFormatType Modifier and Type Method Description MDFormatTypeMDFormatDocumentImpl. addNewMDFormat()Appends and returns a new empty "MD_Format" elementMDFormatTypeMDFormatPropertyTypeImpl. addNewMDFormat()Appends and returns a new empty "MD_Format" elementMDFormatTypeMDFormatDocumentImpl. getMDFormat()Gets the "MD_Format" elementMDFormatTypeMDFormatPropertyTypeImpl. getMDFormat()Gets the "MD_Format" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type MDFormatType Modifier and Type Method Description voidMDFormatDocumentImpl. setMDFormat(MDFormatType mdFormat)Sets the "MD_Format" elementvoidMDFormatPropertyTypeImpl. setMDFormat(MDFormatType mdFormat)Sets the "MD_Format" element
-