Class GebouwType


public class GebouwType extends Top50NlObjectType
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/top50nl/1.1.1}_Top50nlObjectType">
       <sequence>
         <element name="fysiekVoorkomen" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}FysiekVoorkomenGebouwT50Type" minOccurs="0"/>
         <element name="geometrie" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}VlakOfPuntPropertyType"/>
         <element name="hoogte" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="hoogteklasse" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}HoogteklasseGebouwT50Type"/>
         <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/top50nl/1.1.1}TypeGebouwT50Type" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • GebouwType

      public GebouwType()
  • Method Details

    • getFysiekVoorkomen

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

      public void setFysiekVoorkomen(FysiekVoorkomenGebouwT50Type value)
      Sets the value of the fysiekVoorkomen property.
      Parameters:
      value - allowed object is FysiekVoorkomenGebouwT50Type
    • 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 HoogteklasseGebouwT50Type getHoogteklasse()
      Gets the value of the hoogteklasse property.
      Returns:
      possible object is HoogteklasseGebouwT50Type
    • setHoogteklasse

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