Class CategoricalTVPType

  • 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 CategoricalTVPType
    extends TimeValuePairType
    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 CategoricalTVPType complex type.

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

     <complexType name="CategoricalTVPType">
       <complexContent>
         <extension base="{http://www.opengis.net/waterml/2.0}TimeValuePairType">
           <sequence>
             <element name="value" type="{http://www.opengis.net/swe/2.0}CategoryPropertyType" minOccurs="0"/>
             <element name="metadata" type="{http://www.opengis.net/waterml/2.0}TVPMetadataPropertyType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>