Uses of Interface
org.isotc211.x2005.gmd.DSSeriesType
-
Packages that use DSSeriesType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of DSSeriesType in org.isotc211.x2005.gmd
Subinterfaces of DSSeriesType in org.isotc211.x2005.gmd Modifier and Type Interface Description interfaceDSPlatformTypeAn XML DS_Platform_Type(@http://www.isotc211.org/2005/gmd).interfaceDSProductionSeriesTypeAn XML DS_ProductionSeries_Type(@http://www.isotc211.org/2005/gmd).interfaceDSSensorTypeAn XML DS_Sensor_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd that return DSSeriesType Modifier and Type Method Description DSSeriesTypeDSSeriesDocument. addNewDSSeries()Appends and returns a new empty "DS_Series" elementDSSeriesTypeDSSeriesPropertyType. addNewDSSeries()Appends and returns a new empty "DS_Series" elementDSSeriesTypeDSSeriesDocument. getDSSeries()Gets the "DS_Series" elementDSSeriesTypeDSSeriesPropertyType. getDSSeries()Gets the "DS_Series" elementstatic DSSeriesTypeDSSeriesType.Factory. newInstance()static DSSeriesTypeDSSeriesType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DSSeriesTypeDSSeriesType.Factory. parse(File file)static DSSeriesTypeDSSeriesType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DSSeriesTypeDSSeriesType.Factory. parse(InputStream is)static DSSeriesTypeDSSeriesType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DSSeriesTypeDSSeriesType.Factory. parse(Reader r)static DSSeriesTypeDSSeriesType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DSSeriesTypeDSSeriesType.Factory. parse(String xmlAsString)static DSSeriesTypeDSSeriesType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DSSeriesTypeDSSeriesType.Factory. parse(URL u)static DSSeriesTypeDSSeriesType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DSSeriesTypeDSSeriesType.Factory. parse(XMLStreamReader sr)static DSSeriesTypeDSSeriesType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DSSeriesTypeDSSeriesType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DSSeriesTypeDSSeriesType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DSSeriesTypeDSSeriesType.Factory. parse(Node node)static DSSeriesTypeDSSeriesType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type DSSeriesType Modifier and Type Method Description voidDSSeriesDocument. setDSSeries(DSSeriesType dsSeries)Sets the "DS_Series" elementvoidDSSeriesPropertyType. setDSSeries(DSSeriesType dsSeries)Sets the "DS_Series" element -
Uses of DSSeriesType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement DSSeriesType Modifier and Type Class Description classDSPlatformTypeImplAn XML DS_Platform_Type(@http://www.isotc211.org/2005/gmd).classDSProductionSeriesTypeImplAn XML DS_ProductionSeries_Type(@http://www.isotc211.org/2005/gmd).classDSSensorTypeImplAn XML DS_Sensor_Type(@http://www.isotc211.org/2005/gmd).classDSSeriesTypeImplAn XML DS_Series_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return DSSeriesType Modifier and Type Method Description DSSeriesTypeDSSeriesDocumentImpl. addNewDSSeries()Appends and returns a new empty "DS_Series" elementDSSeriesTypeDSSeriesPropertyTypeImpl. addNewDSSeries()Appends and returns a new empty "DS_Series" elementDSSeriesTypeDSSeriesDocumentImpl. getDSSeries()Gets the "DS_Series" elementDSSeriesTypeDSSeriesPropertyTypeImpl. getDSSeries()Gets the "DS_Series" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type DSSeriesType Modifier and Type Method Description voidDSSeriesDocumentImpl. setDSSeries(DSSeriesType dsSeries)Sets the "DS_Series" elementvoidDSSeriesPropertyTypeImpl. setDSSeries(DSSeriesType dsSeries)Sets the "DS_Series" element
-