Class HoogteType


public class HoogteType extends Top50NlObjectType
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/top50nl/1.1.1}_Top50nlObjectType">
       <sequence>
         <element name="geometrie" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}LijnOfPuntPropertyType"/>
         <element name="hoogte" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="typeHoogte" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}TypeHoogteT50Type"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • geometrie

      protected Element geometrie
    • hoogte

      protected double hoogte
    • typeHoogte

      protected TypeHoogteT50Type typeHoogte
  • Constructor Details

    • HoogteType

      public HoogteType()
  • Method Details

    • 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
    • getHoogte

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

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

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

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