Class MeasurementTimeseriesMetadataType

  • All Implemented Interfaces:
    Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString

    public class MeasurementTimeseriesMetadataType
    extends TimeseriesMetadataType
    implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString

    Java class for MeasurementTimeseriesMetadataType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="MeasurementTimeseriesMetadataType">
       <complexContent>
         <extension base="{http://www.opengis.net/waterml/2.0}TimeseriesMetadataType">
           <sequence>
             <element name="startAnchorPoint" type="{http://www.opengis.net/gml/3.2}TimePositionType" minOccurs="0"/>
             <element name="endAnchorPoint" type="{http://www.opengis.net/gml/3.2}TimePositionType" minOccurs="0"/>
             <element name="cumulative" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="accumulationAnchorTime" type="{http://www.opengis.net/gml/3.2}TimePositionType" minOccurs="0"/>
             <element name="accumulationIntervalLength" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
             <element name="maxGapPeriod" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>