Uses of Class
net.opengis.waterml.v_2_0.TimeseriesMetadataPropertyType
-
-
Uses of TimeseriesMetadataPropertyType in net.opengis.waterml.v_2_0
Fields in net.opengis.waterml.v_2_0 declared as TimeseriesMetadataPropertyType Modifier and Type Field Description protected TimeseriesMetadataPropertyTypeTimeseriesType. metadataMethods in net.opengis.waterml.v_2_0 that return TimeseriesMetadataPropertyType Modifier and Type Method Description TimeseriesMetadataPropertyTypeObjectFactory. createTimeseriesMetadataPropertyType()Create an instance ofTimeseriesMetadataPropertyTypeTimeseriesMetadataPropertyTypeTimeseriesType. getMetadata()Gets the value of the metadata property.TimeseriesMetadataPropertyTypeTimeseriesMetadataPropertyType. withOwns(boolean value)TimeseriesMetadataPropertyTypeTimeseriesMetadataPropertyType. withTimeseriesMetadata(jakarta.xml.bind.JAXBElement<? extends TimeseriesMetadataType> value)Methods in net.opengis.waterml.v_2_0 with parameters of type TimeseriesMetadataPropertyType Modifier and Type Method Description voidTimeseriesType. setMetadata(TimeseriesMetadataPropertyType value)Sets the value of the metadata property.CategoricalTimeseriesTypeCategoricalTimeseriesType. withMetadata(TimeseriesMetadataPropertyType value)MeasurementTimeseriesTypeMeasurementTimeseriesType. withMetadata(TimeseriesMetadataPropertyType value)TimeseriesTypeTimeseriesType. withMetadata(TimeseriesMetadataPropertyType value)Constructors in net.opengis.waterml.v_2_0 with parameters of type TimeseriesMetadataPropertyType Constructor Description CategoricalTimeseriesType(TimeseriesMetadataPropertyType metadata, List<TVPDefaultMetadataPropertyType> defaultPointMetadata, List<CategoricalTimeseriesType.Point> point)Fully-initialising value constructorMeasurementTimeseriesType(TimeseriesMetadataPropertyType metadata, List<TVPDefaultMetadataPropertyType> defaultPointMetadata, List<MeasurementTimeseriesType.Point> point)Fully-initialising value constructorTimeseriesType(TimeseriesMetadataPropertyType metadata, List<TVPDefaultMetadataPropertyType> defaultPointMetadata)Fully-initialising value constructor
-