Class PlaatsType


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

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

 <complexType name="PlaatsType">
   <complexContent>
     <extension base="{http://register.geostandaarden.nl/gmlapplicatieschema/top250nl/1.2.1}_Top250nlObjectType">
       <sequence>
         <element name="typeGebied" type="{http://www.opengis.net/gml/3.2}CodeType"/>
         <element name="aantalinwoners" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="naamOfficieel" 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="naamFries" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="geometrie" type="{http://register.geostandaarden.nl/gmlapplicatieschema/brt-algemeen/1.2.0}BRTVlakMultivlakOfPuntPropertyType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • typeGebied

      protected CodeType typeGebied
    • aantalinwoners

      protected BigInteger aantalinwoners
    • naamOfficieel

      protected String naamOfficieel
    • naamNL

      protected String naamNL
    • naamFries

      protected String naamFries
    • geometrie

      protected Element geometrie
  • Constructor Details

    • PlaatsType

      public PlaatsType()
  • Method Details

    • getTypeGebied

      public CodeType getTypeGebied()
      Gets the value of the typeGebied property.
      Returns:
      possible object is CodeType
    • setTypeGebied

      public void setTypeGebied(CodeType value)
      Sets the value of the typeGebied property.
      Parameters:
      value - allowed object is CodeType
    • getAantalinwoners

      public BigInteger getAantalinwoners()
      Gets the value of the aantalinwoners property.
      Returns:
      possible object is BigInteger
    • setAantalinwoners

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