Uses of Class
net.opengis.waterml.v_2_0.TimeseriesType
-
-
Uses of TimeseriesType in net.opengis.waterml.v_2_0
Subclasses of TimeseriesType in net.opengis.waterml.v_2_0 Modifier and Type Class Description classCategoricalTimeseriesTypeJava class for CategoricalTimeseriesType complex type.classMeasurementTimeseriesTypeJava class for MeasurementTimeseriesType complex type.Fields in net.opengis.waterml.v_2_0 with type parameters of type TimeseriesType Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends TimeseriesType>TimeseriesPropertyType. timeseriesMethods in net.opengis.waterml.v_2_0 that return TimeseriesType Modifier and Type Method Description TimeseriesTypeTimeseriesType. withDefaultPointMetadata(Collection<TVPDefaultMetadataPropertyType> values)TimeseriesTypeTimeseriesType. withDefaultPointMetadata(List<TVPDefaultMetadataPropertyType> value)TimeseriesTypeTimeseriesType. withDefaultPointMetadata(TVPDefaultMetadataPropertyType... values)TimeseriesTypeTimeseriesType. withMetadata(TimeseriesMetadataPropertyType value)Methods in net.opengis.waterml.v_2_0 that return types with arguments of type TimeseriesType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<TimeseriesType>ObjectFactory. createTimeseries(TimeseriesType value)jakarta.xml.bind.JAXBElement<? extends TimeseriesType>TimeseriesPropertyType. getTimeseries()Gets the value of the timeseries property.Methods in net.opengis.waterml.v_2_0 with parameters of type TimeseriesType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<TimeseriesType>ObjectFactory. createTimeseries(TimeseriesType value)Method parameters in net.opengis.waterml.v_2_0 with type arguments of type TimeseriesType Modifier and Type Method Description voidTimeseriesPropertyType. setTimeseries(jakarta.xml.bind.JAXBElement<? extends TimeseriesType> value)Sets the value of the timeseries property.TimeseriesPropertyTypeTimeseriesPropertyType. withTimeseries(jakarta.xml.bind.JAXBElement<? extends TimeseriesType> value)Constructor parameters in net.opengis.waterml.v_2_0 with type arguments of type TimeseriesType Constructor Description TimeseriesPropertyType(jakarta.xml.bind.JAXBElement<? extends TimeseriesType> timeseries, List<String> nilReason, String remoteSchema, 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, Boolean owns)Fully-initialising value constructor
-