Class GeografischGebiedType


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

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

 <complexType name="GeografischGebiedType">
   <complexContent>
     <extension base="{http://register.geostandaarden.nl/gmlapplicatieschema/top250nl/1.2.1}_Top250nlObjectType">
       <sequence>
         <element name="typeGeografischGebied" type="{http://www.opengis.net/gml/3.2}CodeType"/>
         <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="geometrie" type="{http://register.geostandaarden.nl/gmlapplicatieschema/brt-algemeen/1.2.0}BRTVlakMultivlakOfPuntPropertyType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • typeGeografischGebied

      protected CodeType typeGeografischGebied
    • naamNL

      protected List<String> naamNL
    • naamFries

      protected List<String> naamFries
    • geometrie

      protected Element geometrie
  • Constructor Details

    • GeografischGebiedType

      public GeografischGebiedType()
  • Method Details

    • getTypeGeografischGebied

      public CodeType getTypeGeografischGebied()
      Gets the value of the typeGeografischGebied property.
      Returns:
      possible object is CodeType
    • setTypeGeografischGebied

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

    • 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