Class FunctioneelGebiedType


public class FunctioneelGebiedType extends Top50NlObjectType
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/top50nl/1.1.1}_Top50nlObjectType">
       <sequence>
         <element name="typeFunctioneelGebied" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}TypeFunctioneelGebiedT50Type"/>
         <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/top50nl/1.1.1}VlakMultivlakOfPuntPropertyType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FunctioneelGebiedType

      public FunctioneelGebiedType()
  • Method Details

    • getTypeFunctioneelGebied

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

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