Class PlanTopografieType


public class PlanTopografieType extends Top250NlObjectType
Java class for PlanTopografieType complex type.

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

 <complexType name="PlanTopografieType">
   <complexContent>
     <extension base="{http://register.geostandaarden.nl/gmlapplicatieschema/top250nl/1.2.1}_Top250nlObjectType">
       <sequence>
         <element name="typeObject" type="{http://www.opengis.net/gml/3.2}CodeType"/>
         <element name="naam" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="geometrie" type="{http://register.geostandaarden.nl/gmlapplicatieschema/brt-algemeen/1.2.0}BRTVlakLijnOfPuntPropertyType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • typeObject

      protected CodeType typeObject
    • naam

      protected String naam
    • geometrie

      protected Element geometrie
  • Constructor Details

    • PlanTopografieType

      public PlanTopografieType()
  • Method Details

    • getTypeObject

      public CodeType getTypeObject()
      Gets the value of the typeObject property.
      Returns:
      possible object is CodeType
    • setTypeObject

      public void setTypeObject(CodeType value)
      Sets the value of the typeObject property.
      Parameters:
      value - allowed object is CodeType
    • getNaam

      public String getNaam()
      Gets the value of the naam property.
      Returns:
      possible object is String
    • setNaam

      public void setNaam(String value)
      Sets the value of the naam property.
      Parameters:
      value - allowed object is String
    • 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