Class FunctioneelGebiedType


public class FunctioneelGebiedType extends Top10NlObjectType
Java class for FunctioneelGebiedType complex type.

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

 <complexType name="FunctioneelGebiedType">
   <complexContent>
     <extension base="{http://register.geostandaarden.nl/gmlapplicatieschema/top10nl/1.2.0}_Top10nlObjectType">
       <sequence>
         <element name="typeFunctioneelGebied" type="{http://www.opengis.net/gml/3.2}CodeType"/>
         <element name="soortnaam" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <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

    • typeFunctioneelGebied

      protected CodeType typeFunctioneelGebied
    • soortnaam

      protected String soortnaam
    • naamNL

      protected List<String> naamNL
    • naamFries

      protected List<String> naamFries
    • geometrie

      protected Element geometrie
  • Constructor Details

    • FunctioneelGebiedType

      public FunctioneelGebiedType()
  • Method Details

    • getTypeFunctioneelGebied

      public CodeType getTypeFunctioneelGebied()
      Gets the value of the typeFunctioneelGebied property.
      Returns:
      possible object is CodeType
    • setTypeFunctioneelGebied

      public void setTypeFunctioneelGebied(CodeType value)
      Sets the value of the typeFunctioneelGebied property.
      Parameters:
      value - allowed object is CodeType
    • getSoortnaam

      public String getSoortnaam()
      Gets the value of the soortnaam property.
      Returns:
      possible object is String
    • setSoortnaam

      public void setSoortnaam(String value)
      Sets the value of the soortnaam 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

    • 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