Class RegistratiefGebiedType


public class RegistratiefGebiedType extends Top10NlObjectType
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/top10nl/1.2.0}_Top10nlObjectType">
       <sequence>
         <element name="typeRegistratiefGebied" type="{http://www.opengis.net/gml/3.2}CodeType"/>
         <element name="naamOfficieel" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="naamNL" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="naamFries" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="nummer" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="geometrie" type="{http://register.geostandaarden.nl/gmlapplicatieschema/brt-algemeen/1.2.0}BRTVlakOfMultivlakPropertyType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • typeRegistratiefGebied

      protected CodeType typeRegistratiefGebied
    • naamOfficieel

      protected String naamOfficieel
    • naamNL

      protected List<String> naamNL
    • naamFries

      protected List<String> naamFries
    • nummer

      protected List<String> nummer
    • geometrie

      protected Element geometrie
  • Constructor Details

    • RegistratiefGebiedType

      public RegistratiefGebiedType()
  • Method Details

    • getTypeRegistratiefGebied

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

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

      public String getNaamOfficieel()
      Gets the value of the naamOfficieel property.
      Returns:
      possible object is String
    • setNaamOfficieel

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

      public List<String> getNaamNL()
      Gets the value of the naamNL property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the naamNL property.

      For example, to add a new item, do as follows:

          getNaamNL().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getNaamFries

      public List<String> getNaamFries()
      Gets the value of the naamFries property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the naamFries property.

      For example, to add a new item, do as follows:

          getNaamFries().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getNummer

      public List<String> getNummer()
      Gets the value of the nummer property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the nummer property.

      For example, to add a new item, do as follows:

          getNummer().add(newItem);
       

      Objects of the following type(s) are allowed in the list 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