Class GebouwType


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

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

 <complexType name="GebouwType">
   <complexContent>
     <extension base="{http://register.geostandaarden.nl/gmlapplicatieschema/top10nl/1.2.0}_Top10nlObjectType">
       <sequence>
         <element name="typeGebouw" type="{http://www.opengis.net/gml/3.2}CodeType" maxOccurs="unbounded"/>
         <element name="fysiekVoorkomen" type="{http://www.opengis.net/gml/3.2}CodeType" minOccurs="0"/>
         <element name="hoogteklasse" type="{http://www.opengis.net/gml/3.2}CodeType"/>
         <element name="hoogteniveau" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="hoogte" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="status" type="{http://www.opengis.net/gml/3.2}CodeType"/>
         <element name="soortnaam" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="naam" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="gebruiksdoel" type="{http://www.opengis.net/gml/3.2}CodeType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="geometrie" type="{http://register.geostandaarden.nl/gmlapplicatieschema/brt-algemeen/1.2.0}BRTVlakOfPuntPropertyType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • GebouwType

      public GebouwType()
  • Method Details

    • getTypeGebouw

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

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

          getTypeGebouw().add(newItem);
       

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

    • getFysiekVoorkomen

      public CodeType getFysiekVoorkomen()
      Gets the value of the fysiekVoorkomen property.
      Returns:
      possible object is CodeType
    • setFysiekVoorkomen

      public void setFysiekVoorkomen(CodeType value)
      Sets the value of the fysiekVoorkomen property.
      Parameters:
      value - allowed object is CodeType
    • getHoogteklasse

      public CodeType getHoogteklasse()
      Gets the value of the hoogteklasse property.
      Returns:
      possible object is CodeType
    • setHoogteklasse

      public void setHoogteklasse(CodeType value)
      Sets the value of the hoogteklasse property.
      Parameters:
      value - allowed object is CodeType
    • getHoogteniveau

      public BigInteger getHoogteniveau()
      Gets the value of the hoogteniveau property.
      Returns:
      possible object is BigInteger
    • setHoogteniveau

      public void setHoogteniveau(BigInteger value)
      Sets the value of the hoogteniveau property.
      Parameters:
      value - allowed object is BigInteger
    • getHoogte

      public Double getHoogte()
      Gets the value of the hoogte property.
      Returns:
      possible object is Double
    • setHoogte

      public void setHoogte(Double value)
      Sets the value of the hoogte property.
      Parameters:
      value - allowed object is Double
    • getStatus

      public CodeType getStatus()
      Gets the value of the status property.
      Returns:
      possible object is CodeType
    • setStatus

      public void setStatus(CodeType value)
      Sets the value of the status 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
    • getNaam

      public List<String> getNaam()
      Gets the value of the naam 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 naam property.

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

          getNaam().add(newItem);
       

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

    • getGebruiksdoel

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

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

          getGebruiksdoel().add(newItem);
       

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

    • 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