Uses of Interface
org.isotc211.x2005.gmd.DSDataSetType
-
Packages that use DSDataSetType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of DSDataSetType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return DSDataSetType Modifier and Type Method Description DSDataSetTypeDSDataSetDocument. addNewDSDataSet()Appends and returns a new empty "DS_DataSet" elementDSDataSetTypeDSDataSetPropertyType. addNewDSDataSet()Appends and returns a new empty "DS_DataSet" elementDSDataSetTypeDSDataSetDocument. getDSDataSet()Gets the "DS_DataSet" elementDSDataSetTypeDSDataSetPropertyType. getDSDataSet()Gets the "DS_DataSet" elementstatic DSDataSetTypeDSDataSetType.Factory. newInstance()static DSDataSetTypeDSDataSetType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DSDataSetTypeDSDataSetType.Factory. parse(File file)static DSDataSetTypeDSDataSetType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DSDataSetTypeDSDataSetType.Factory. parse(InputStream is)static DSDataSetTypeDSDataSetType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DSDataSetTypeDSDataSetType.Factory. parse(Reader r)static DSDataSetTypeDSDataSetType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DSDataSetTypeDSDataSetType.Factory. parse(String xmlAsString)static DSDataSetTypeDSDataSetType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DSDataSetTypeDSDataSetType.Factory. parse(URL u)static DSDataSetTypeDSDataSetType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DSDataSetTypeDSDataSetType.Factory. parse(XMLStreamReader sr)static DSDataSetTypeDSDataSetType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DSDataSetTypeDSDataSetType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DSDataSetTypeDSDataSetType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DSDataSetTypeDSDataSetType.Factory. parse(Node node)static DSDataSetTypeDSDataSetType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type DSDataSetType Modifier and Type Method Description voidDSDataSetDocument. setDSDataSet(DSDataSetType dsDataSet)Sets the "DS_DataSet" elementvoidDSDataSetPropertyType. setDSDataSet(DSDataSetType dsDataSet)Sets the "DS_DataSet" element -
Uses of DSDataSetType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement DSDataSetType Modifier and Type Class Description classDSDataSetTypeImplAn XML DS_DataSet_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return DSDataSetType Modifier and Type Method Description DSDataSetTypeDSDataSetDocumentImpl. addNewDSDataSet()Appends and returns a new empty "DS_DataSet" elementDSDataSetTypeDSDataSetPropertyTypeImpl. addNewDSDataSet()Appends and returns a new empty "DS_DataSet" elementDSDataSetTypeDSDataSetDocumentImpl. getDSDataSet()Gets the "DS_DataSet" elementDSDataSetTypeDSDataSetPropertyTypeImpl. getDSDataSet()Gets the "DS_DataSet" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type DSDataSetType Modifier and Type Method Description voidDSDataSetDocumentImpl. setDSDataSet(DSDataSetType dsDataSet)Sets the "DS_DataSet" elementvoidDSDataSetPropertyTypeImpl. setDSDataSet(DSDataSetType dsDataSet)Sets the "DS_DataSet" element
-