Class RegistratiefGebiedType


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

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

 <complexType name="RegistratiefGebiedType">
   <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}VlakOfMultivlakPropertyType"/>
         <element name="naamFries" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="naamNL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="nummer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="typeRegistratiefGebied" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}TypeRegistratiefGebiedT50Type"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • RegistratiefGebiedType

      public RegistratiefGebiedType()
  • 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
    • getNaamFries

      public String getNaamFries()
      Gets the value of the naamFries property.
      Returns:
      possible object is String
    • setNaamFries

      public void setNaamFries(String value)
      Sets the value of the naamFries property.
      Parameters:
      value - allowed object is String
    • getNaamNL

      public String getNaamNL()
      Gets the value of the naamNL property.
      Returns:
      possible object is String
    • setNaamNL

      public void setNaamNL(String value)
      Sets the value of the naamNL property.
      Parameters:
      value - allowed object is String
    • getNummer

      public String getNummer()
      Gets the value of the nummer property.
      Returns:
      possible object is String
    • setNummer

      public void setNummer(String value)
      Sets the value of the nummer property.
      Parameters:
      value - allowed object is String
    • getTypeRegistratiefGebied

      public TypeRegistratiefGebiedT50Type getTypeRegistratiefGebied()
      Gets the value of the typeRegistratiefGebied property.
      Returns:
      possible object is TypeRegistratiefGebiedT50Type
    • setTypeRegistratiefGebied

      public void setTypeRegistratiefGebied(TypeRegistratiefGebiedT50Type value)
      Sets the value of the typeRegistratiefGebied property.
      Parameters:
      value - allowed object is TypeRegistratiefGebiedT50Type