Uses of Interface
org.isotc211.x2005.gmd.MDKeywordsType
-
Packages that use MDKeywordsType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of MDKeywordsType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return MDKeywordsType Modifier and Type Method Description MDKeywordsTypeMDKeywordsDocument. addNewMDKeywords()Appends and returns a new empty "MD_Keywords" elementMDKeywordsTypeMDKeywordsPropertyType. addNewMDKeywords()Appends and returns a new empty "MD_Keywords" elementMDKeywordsTypeMDKeywordsDocument. getMDKeywords()Gets the "MD_Keywords" elementMDKeywordsTypeMDKeywordsPropertyType. getMDKeywords()Gets the "MD_Keywords" elementstatic MDKeywordsTypeMDKeywordsType.Factory. newInstance()static MDKeywordsTypeMDKeywordsType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static MDKeywordsTypeMDKeywordsType.Factory. parse(File file)static MDKeywordsTypeMDKeywordsType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static MDKeywordsTypeMDKeywordsType.Factory. parse(InputStream is)static MDKeywordsTypeMDKeywordsType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static MDKeywordsTypeMDKeywordsType.Factory. parse(Reader r)static MDKeywordsTypeMDKeywordsType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static MDKeywordsTypeMDKeywordsType.Factory. parse(String xmlAsString)static MDKeywordsTypeMDKeywordsType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static MDKeywordsTypeMDKeywordsType.Factory. parse(URL u)static MDKeywordsTypeMDKeywordsType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static MDKeywordsTypeMDKeywordsType.Factory. parse(XMLStreamReader sr)static MDKeywordsTypeMDKeywordsType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static MDKeywordsTypeMDKeywordsType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic MDKeywordsTypeMDKeywordsType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic MDKeywordsTypeMDKeywordsType.Factory. parse(Node node)static MDKeywordsTypeMDKeywordsType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type MDKeywordsType Modifier and Type Method Description voidMDKeywordsDocument. setMDKeywords(MDKeywordsType mdKeywords)Sets the "MD_Keywords" elementvoidMDKeywordsPropertyType. setMDKeywords(MDKeywordsType mdKeywords)Sets the "MD_Keywords" element -
Uses of MDKeywordsType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement MDKeywordsType Modifier and Type Class Description classMDKeywordsTypeImplAn XML MD_Keywords_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return MDKeywordsType Modifier and Type Method Description MDKeywordsTypeMDKeywordsDocumentImpl. addNewMDKeywords()Appends and returns a new empty "MD_Keywords" elementMDKeywordsTypeMDKeywordsPropertyTypeImpl. addNewMDKeywords()Appends and returns a new empty "MD_Keywords" elementMDKeywordsTypeMDKeywordsDocumentImpl. getMDKeywords()Gets the "MD_Keywords" elementMDKeywordsTypeMDKeywordsPropertyTypeImpl. getMDKeywords()Gets the "MD_Keywords" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type MDKeywordsType Modifier and Type Method Description voidMDKeywordsDocumentImpl. setMDKeywords(MDKeywordsType mdKeywords)Sets the "MD_Keywords" elementvoidMDKeywordsPropertyTypeImpl. setMDKeywords(MDKeywordsType mdKeywords)Sets the "MD_Keywords" element
-