Uses of Class
net.opengis.waterml.v_2_0.CollectionType.TemporalExtent
-
-
Uses of CollectionType.TemporalExtent in net.opengis.waterml.v_2_0
Fields in net.opengis.waterml.v_2_0 declared as CollectionType.TemporalExtent Modifier and Type Field Description protected CollectionType.TemporalExtentCollectionType. temporalExtentMethods in net.opengis.waterml.v_2_0 that return CollectionType.TemporalExtent Modifier and Type Method Description CollectionType.TemporalExtentObjectFactory. createCollectionTypeTemporalExtent()Create an instance ofCollectionType.TemporalExtentCollectionType.TemporalExtentCollectionType. getTemporalExtent()Gets the value of the temporalExtent property.CollectionType.TemporalExtentCollectionType.TemporalExtent. withTimePeriod(TimePeriodType value)Methods in net.opengis.waterml.v_2_0 with parameters of type CollectionType.TemporalExtent Modifier and Type Method Description voidCollectionType. setTemporalExtent(CollectionType.TemporalExtent value)Sets the value of the temporalExtent property.CollectionTypeCollectionType. withTemporalExtent(CollectionType.TemporalExtent value)Constructors in net.opengis.waterml.v_2_0 with parameters of type CollectionType.TemporalExtent Constructor Description CollectionType(DocumentMetadataPropertyType metadata, CollectionType.TemporalExtent temporalExtent, List<CollectionType.SourceDefinition> sourceDefinition, List<NamedValuePropertyType> parameter, List<CollectionType.LocalDictionary> localDictionary, List<SamplingFeatureMemberPropertyType> samplingFeatureMember, List<OMObservationPropertyType> observationMember, List<Object> communityExtension, List<Object> internalExtension)Fully-initialising value constructor
-