Class PlaatsType


public class PlaatsType extends Top10NlObjectType
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/top10nl/1.2.0}_Top10nlObjectType">
       <sequence>
         <element name="typeGebied" type="{http://www.opengis.net/gml/3.2}CodeType"/>
         <element name="bebouwdeKom" type="{http://register.geostandaarden.nl/gmlapplicatieschema/brt-algemeen/1.2.0}BRTJaNeeWaardeType"/>
         <element name="isBAGwoonplaats" type="{http://register.geostandaarden.nl/gmlapplicatieschema/brt-algemeen/1.2.0}BRTJaNeeWaardeType"/>
         <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

  • 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
    • getBebouwdeKom

      public BRTJaNeeWaardeType getBebouwdeKom()
      Gets the value of the bebouwdeKom property.
      Returns:
      possible object is BRTJaNeeWaardeType
    • setBebouwdeKom

      public void setBebouwdeKom(BRTJaNeeWaardeType value)
      Sets the value of the bebouwdeKom property.
      Parameters:
      value - allowed object is BRTJaNeeWaardeType
    • getIsBAGwoonplaats

      public BRTJaNeeWaardeType getIsBAGwoonplaats()
      Gets the value of the isBAGwoonplaats property.
      Returns:
      possible object is BRTJaNeeWaardeType
    • setIsBAGwoonplaats

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