Class GebouwType


public class GebouwType extends Top100NlObjectType
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/top100nl/1.1.0}_Top100nlObjectType">
       <sequence>
         <element name="fysiekVoorkomen" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top100nl/1.1.0}FysiekVoorkomenGebouwT100Type" minOccurs="0"/>
         <element name="geometrie" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top100nl/1.1.0}VlakOfPuntPropertyType"/>
         <element name="hoogte" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="hoogteklasse" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top100nl/1.1.0}HoogteklasseGebouwT100Type"/>
         <element name="naamFries" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="naamNL" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="typeGebouw" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top100nl/1.1.0}TypeGebouwT100Type" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • GebouwType

      public GebouwType()
  • Method Details

    • getFysiekVoorkomen

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

      public void setFysiekVoorkomen(FysiekVoorkomenGebouwT100Type value)
      Sets the value of the fysiekVoorkomen property.
      Parameters:
      value - allowed object is FysiekVoorkomenGebouwT100Type
    • 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
    • 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
    • getHoogteklasse

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

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

    • 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

    • getTypeGebouw

      public List<TypeGebouwT100Type> 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 TypeGebouwT100Type