Uses of Interface
net.opengis.waterml.x20.CollectionType.TemporalExtent
-
Packages that use CollectionType.TemporalExtent Package Description net.opengis.waterml.x20 net.opengis.waterml.x20.impl -
-
Uses of CollectionType.TemporalExtent in net.opengis.waterml.x20
Methods in net.opengis.waterml.x20 that return CollectionType.TemporalExtent Modifier and Type Method Description CollectionType.TemporalExtentCollectionType. addNewTemporalExtent()Appends and returns a new empty "temporalExtent" elementCollectionType.TemporalExtentCollectionType. getTemporalExtent()Gets the "temporalExtent" elementstatic CollectionType.TemporalExtentCollectionType.TemporalExtent.Factory. newInstance()static CollectionType.TemporalExtentCollectionType.TemporalExtent.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.waterml.x20 with parameters of type CollectionType.TemporalExtent Modifier and Type Method Description voidCollectionType. setTemporalExtent(CollectionType.TemporalExtent temporalExtent)Sets the "temporalExtent" element -
Uses of CollectionType.TemporalExtent in net.opengis.waterml.x20.impl
Classes in net.opengis.waterml.x20.impl that implement CollectionType.TemporalExtent Modifier and Type Class Description static classCollectionTypeImpl.TemporalExtentImplAn XML temporalExtent(@http://www.opengis.net/waterml/2.0).Methods in net.opengis.waterml.x20.impl that return CollectionType.TemporalExtent Modifier and Type Method Description CollectionType.TemporalExtentCollectionTypeImpl. addNewTemporalExtent()Appends and returns a new empty "temporalExtent" elementCollectionType.TemporalExtentCollectionTypeImpl. getTemporalExtent()Gets the "temporalExtent" elementMethods in net.opengis.waterml.x20.impl with parameters of type CollectionType.TemporalExtent Modifier and Type Method Description voidCollectionTypeImpl. setTemporalExtent(CollectionType.TemporalExtent temporalExtent)Sets the "temporalExtent" element
-