Uses of Class
net.opengis.waterml.v_2_0.CommentBlockPropertyType
-
-
Uses of CommentBlockPropertyType in net.opengis.waterml.v_2_0
Fields in net.opengis.waterml.v_2_0 with type parameters of type CommentBlockPropertyType Modifier and Type Field Description protected List<CommentBlockPropertyType>TimeseriesMetadataType. commentBlockMethods in net.opengis.waterml.v_2_0 that return CommentBlockPropertyType Modifier and Type Method Description CommentBlockPropertyTypeObjectFactory. createCommentBlockPropertyType()Create an instance ofCommentBlockPropertyTypeCommentBlockPropertyTypeCommentBlockPropertyType. withCommentBlock(CommentBlockType value)CommentBlockPropertyTypeCommentBlockPropertyType. withOwns(boolean value)Methods in net.opengis.waterml.v_2_0 that return types with arguments of type CommentBlockPropertyType Modifier and Type Method Description List<CommentBlockPropertyType>TimeseriesMetadataType. getCommentBlock()Gets the value of the commentBlock property.Methods in net.opengis.waterml.v_2_0 with parameters of type CommentBlockPropertyType Modifier and Type Method Description MeasurementTimeseriesMetadataTypeMeasurementTimeseriesMetadataType. withCommentBlock(CommentBlockPropertyType... values)TimeseriesMetadataTypeTimeseriesMetadataType. withCommentBlock(CommentBlockPropertyType... values)Method parameters in net.opengis.waterml.v_2_0 with type arguments of type CommentBlockPropertyType Modifier and Type Method Description voidTimeseriesMetadataType. setCommentBlock(List<CommentBlockPropertyType> value)MeasurementTimeseriesMetadataTypeMeasurementTimeseriesMetadataType. withCommentBlock(Collection<CommentBlockPropertyType> values)MeasurementTimeseriesMetadataTypeMeasurementTimeseriesMetadataType. withCommentBlock(List<CommentBlockPropertyType> value)TimeseriesMetadataTypeTimeseriesMetadataType. withCommentBlock(Collection<CommentBlockPropertyType> values)TimeseriesMetadataTypeTimeseriesMetadataType. withCommentBlock(List<CommentBlockPropertyType> value)Constructor parameters in net.opengis.waterml.v_2_0 with type arguments of type CommentBlockPropertyType Constructor Description MeasurementTimeseriesMetadataType(TimePeriodPropertyType temporalExtent, TimePositionType baseTime, Duration spacing, List<CommentBlockPropertyType> commentBlock, List<NamedValuePropertyType> parameter, TimePositionType startAnchorPoint, TimePositionType endAnchorPoint, Boolean cumulative, TimePositionType accumulationAnchorTime, Duration accumulationIntervalLength, Duration maxGapPeriod)Fully-initialising value constructorTimeseriesMetadataType(TimePeriodPropertyType temporalExtent, TimePositionType baseTime, Duration spacing, List<CommentBlockPropertyType> commentBlock, List<NamedValuePropertyType> parameter)Fully-initialising value constructor
-