Uses of Class
net.opengis.iso19139.gmd.v_20070417.DSSeriesType
-
Packages that use DSSeriesType Package Description net.opengis.iso19139.gmd.v_20070417 -
-
Uses of DSSeriesType in net.opengis.iso19139.gmd.v_20070417
Subclasses of DSSeriesType in net.opengis.iso19139.gmd.v_20070417 Modifier and Type Class Description classDSPlatformTypeJava class for DS_Platform_Type complex type.classDSProductionSeriesTypeJava class for DS_ProductionSeries_Type complex type.classDSSensorTypeJava class for DS_Sensor_Type complex type.Fields in net.opengis.iso19139.gmd.v_20070417 with type parameters of type DSSeriesType Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends DSSeriesType>DSSeriesPropertyType. dsSeriesMethods in net.opengis.iso19139.gmd.v_20070417 that return types with arguments of type DSSeriesType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<DSSeriesType>ObjectFactory. createDSSeries(DSSeriesType value)jakarta.xml.bind.JAXBElement<? extends DSSeriesType>DSSeriesPropertyType. getDSSeries()Gets the value of the dsSeries property.Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type DSSeriesType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<DSSeriesType>ObjectFactory. createDSSeries(DSSeriesType value)Method parameters in net.opengis.iso19139.gmd.v_20070417 with type arguments of type DSSeriesType Modifier and Type Method Description voidDSSeriesPropertyType. setDSSeries(jakarta.xml.bind.JAXBElement<? extends DSSeriesType> value)Sets the value of the dsSeries property.DSSeriesPropertyTypeDSSeriesPropertyType. withDSSeries(jakarta.xml.bind.JAXBElement<? extends DSSeriesType> value)Constructor parameters in net.opengis.iso19139.gmd.v_20070417 with type arguments of type DSSeriesType Constructor Description DSSeriesPropertyType(jakarta.xml.bind.JAXBElement<? extends DSSeriesType> dsSeries, List<String> nilReason, String uuidref, org.hisrc.w3c.xlink.v_1_0.TypeType type, String href, String role, String arcrole, String title, org.hisrc.w3c.xlink.v_1_0.ShowType show, org.hisrc.w3c.xlink.v_1_0.ActuateType actuate)Fully-initialising value constructor
-