Class TerreinType


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

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

 <complexType name="TerreinType">
   <complexContent>
     <extension base="{http://register.geostandaarden.nl/gmlapplicatieschema/top250nl/1.2.1}_Top250nlObjectType">
       <sequence>
         <element name="geometrieVlak" type="{http://www.opengis.net/gml/3.2}SurfacePropertyType"/>
         <element name="naam" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="typeLandgebruik" type="{http://www.opengis.net/gml/3.2}CodeType"/>
         <element name="voorkomen" type="{http://www.opengis.net/gml/3.2}CodeType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • geometrieVlak

      protected Element geometrieVlak
    • naam

      protected String naam
    • typeLandgebruik

      protected CodeType typeLandgebruik
    • voorkomen

      protected List<CodeType> voorkomen
  • Constructor Details

    • TerreinType

      public TerreinType()
  • Method Details

    • getGeometrieVlak

      public Element getGeometrieVlak()
      Gets the value of the geometrieVlak property.
      Returns:
      possible object is Element
    • setGeometrieVlak

      public void setGeometrieVlak(Element value)
      Sets the value of the geometrieVlak property.
      Parameters:
      value - allowed object is Element
    • getNaam

      public String getNaam()
      Gets the value of the naam property.
      Returns:
      possible object is String
    • setNaam

      public void setNaam(String value)
      Sets the value of the naam property.
      Parameters:
      value - allowed object is String
    • getTypeLandgebruik

      public CodeType getTypeLandgebruik()
      Gets the value of the typeLandgebruik property.
      Returns:
      possible object is CodeType
    • setTypeLandgebruik

      public void setTypeLandgebruik(CodeType value)
      Sets the value of the typeLandgebruik property.
      Parameters:
      value - allowed object is CodeType
    • getVoorkomen

      public List<CodeType> getVoorkomen()
      Gets the value of the voorkomen 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 voorkomen property.

      For example, to add a new item, do as follows:

          getVoorkomen().add(newItem);
       

      Objects of the following type(s) are allowed in the list CodeType