Class TVPMeasurementMetadataType

  • 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 TVPMeasurementMetadataType
    extends TVPMetadataType
    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 TVPMeasurementMetadataType complex type.

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

     <complexType name="TVPMeasurementMetadataType">
       <complexContent>
         <extension base="{http://www.opengis.net/waterml/2.0}TVPMetadataType">
           <sequence>
             <element name="uom" type="{http://www.opengis.net/swe/2.0}UnitReference" minOccurs="0"/>
             <element name="interpolationType" type="{http://www.opengis.net/gml/3.2}ReferenceType" minOccurs="0"/>
             <element name="censoredReason" type="{http://www.opengis.net/gml/3.2}ReferenceType" minOccurs="0"/>
             <element name="accuracy" type="{http://www.opengis.net/swe/2.0}QuantityPropertyType" minOccurs="0"/>
             <element name="aggregationDuration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>