Uses of Class
net.opengis.waterml.v_2_0.TVPDefaultMetadataPropertyType
-
-
Uses of TVPDefaultMetadataPropertyType in net.opengis.waterml.v_2_0
Fields in net.opengis.waterml.v_2_0 with type parameters of type TVPDefaultMetadataPropertyType Modifier and Type Field Description protected List<TVPDefaultMetadataPropertyType>TimeseriesType. defaultPointMetadataMethods in net.opengis.waterml.v_2_0 that return TVPDefaultMetadataPropertyType Modifier and Type Method Description TVPDefaultMetadataPropertyTypeObjectFactory. createTVPDefaultMetadataPropertyType()Create an instance ofTVPDefaultMetadataPropertyTypeTVPDefaultMetadataPropertyTypeTVPDefaultMetadataPropertyType. withDefaultTVPMetadata(jakarta.xml.bind.JAXBElement<? extends TVPMetadataType> value)TVPDefaultMetadataPropertyTypeTVPDefaultMetadataPropertyType. withOwns(boolean value)Methods in net.opengis.waterml.v_2_0 that return types with arguments of type TVPDefaultMetadataPropertyType Modifier and Type Method Description List<TVPDefaultMetadataPropertyType>TimeseriesType. getDefaultPointMetadata()Gets the value of the defaultPointMetadata property.Methods in net.opengis.waterml.v_2_0 with parameters of type TVPDefaultMetadataPropertyType Modifier and Type Method Description CategoricalTimeseriesTypeCategoricalTimeseriesType. withDefaultPointMetadata(TVPDefaultMetadataPropertyType... values)MeasurementTimeseriesTypeMeasurementTimeseriesType. withDefaultPointMetadata(TVPDefaultMetadataPropertyType... values)TimeseriesTypeTimeseriesType. withDefaultPointMetadata(TVPDefaultMetadataPropertyType... values)Method parameters in net.opengis.waterml.v_2_0 with type arguments of type TVPDefaultMetadataPropertyType Modifier and Type Method Description voidTimeseriesType. setDefaultPointMetadata(List<TVPDefaultMetadataPropertyType> value)CategoricalTimeseriesTypeCategoricalTimeseriesType. withDefaultPointMetadata(Collection<TVPDefaultMetadataPropertyType> values)CategoricalTimeseriesTypeCategoricalTimeseriesType. withDefaultPointMetadata(List<TVPDefaultMetadataPropertyType> value)MeasurementTimeseriesTypeMeasurementTimeseriesType. withDefaultPointMetadata(Collection<TVPDefaultMetadataPropertyType> values)MeasurementTimeseriesTypeMeasurementTimeseriesType. withDefaultPointMetadata(List<TVPDefaultMetadataPropertyType> value)TimeseriesTypeTimeseriesType. withDefaultPointMetadata(Collection<TVPDefaultMetadataPropertyType> values)TimeseriesTypeTimeseriesType. withDefaultPointMetadata(List<TVPDefaultMetadataPropertyType> value)Constructor parameters in net.opengis.waterml.v_2_0 with type arguments of type TVPDefaultMetadataPropertyType 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
-