Class TerreinType


public class TerreinType extends Top50NlObjectType
Java class for TerreinType complex type.

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

 <complexType name="TerreinType">
   <complexContent>
     <extension base="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}_Top50nlObjectType">
       <sequence>
         <element name="geometrie" type="{http://www.opengis.net/gml/3.2}SurfacePropertyType"/>
         <element name="typeLandgebruik" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}TypeLandgebruikT50Type"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TerreinType

      public TerreinType()
  • 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
    • getTypeLandgebruik

      public TypeLandgebruikT50Type getTypeLandgebruik()
      Gets the value of the typeLandgebruik property.
      Returns:
      possible object is TypeLandgebruikT50Type
    • setTypeLandgebruik

      public void setTypeLandgebruik(TypeLandgebruikT50Type value)
      Sets the value of the typeLandgebruik property.
      Parameters:
      value - allowed object is TypeLandgebruikT50Type