Class HoogteType


public class HoogteType extends Top10NlObjectType
Java class for HoogteType complex type.

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

 <complexType name="HoogteType">
   <complexContent>
     <extension base="{http://register.geostandaarden.nl/gmlapplicatieschema/top10nl/1.2.0}_Top10nlObjectType">
       <sequence>
         <element name="typeHoogte" type="{http://www.opengis.net/gml/3.2}CodeType"/>
         <element name="hoogte" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="referentievlak" type="{http://www.opengis.net/gml/3.2}CodeType"/>
         <element name="geometrie" type="{http://register.geostandaarden.nl/gmlapplicatieschema/brt-algemeen/1.2.0}BRTLijnOfPuntPropertyType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • typeHoogte

      protected CodeType typeHoogte
    • hoogte

      protected double hoogte
    • referentievlak

      protected CodeType referentievlak
    • geometrie

      protected Element geometrie
  • Constructor Details

    • HoogteType

      public HoogteType()
  • Method Details

    • getTypeHoogte

      public CodeType getTypeHoogte()
      Gets the value of the typeHoogte property.
      Returns:
      possible object is CodeType
    • setTypeHoogte

      public void setTypeHoogte(CodeType value)
      Sets the value of the typeHoogte property.
      Parameters:
      value - allowed object is CodeType
    • getHoogte

      public double getHoogte()
      Gets the value of the hoogte property.
    • setHoogte

      public void setHoogte(double value)
      Sets the value of the hoogte property.
    • getReferentievlak

      public CodeType getReferentievlak()
      Gets the value of the referentievlak property.
      Returns:
      possible object is CodeType
    • setReferentievlak

      public void setReferentievlak(CodeType value)
      Sets the value of the referentievlak property.
      Parameters:
      value - allowed object is CodeType
    • getGeometrie

      public Element getGeometrie()
      Gets the value of the geometrie property.
      Returns:
      possible object is Element
    • setGeometrie

      public void setGeometrie(Element value)
      Sets the value of the geometrie property.
      Parameters:
      value - allowed object is Element