Class InrichtingselementType


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

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

 <complexType name="InrichtingselementType">
   <complexContent>
     <extension base="{http://register.geostandaarden.nl/gmlapplicatieschema/top10nl/1.2.0}_Top10nlObjectType">
       <sequence>
         <element name="typeInrichtingselement" type="{http://www.opengis.net/gml/3.2}CodeType"/>
         <element name="hoogte" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="breedte" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="hoogteniveau" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <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="nummer" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="geometrie" type="{http://register.geostandaarden.nl/gmlapplicatieschema/brt-algemeen/1.2.0}BRTLijnOfPuntPropertyType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • typeInrichtingselement

      protected CodeType typeInrichtingselement
    • hoogte

      protected Double hoogte
    • breedte

      protected BigInteger breedte
    • hoogteniveau

      protected BigInteger hoogteniveau
    • soortnaam

      protected String soortnaam
    • naam

      protected List<String> naam
    • nummer

      protected List<String> nummer
    • geometrie

      protected Element geometrie
  • Constructor Details

    • InrichtingselementType

      public InrichtingselementType()
  • Method Details

    • getTypeInrichtingselement

      public CodeType getTypeInrichtingselement()
      Gets the value of the typeInrichtingselement property.
      Returns:
      possible object is CodeType
    • setTypeInrichtingselement

      public void setTypeInrichtingselement(CodeType value)
      Sets the value of the typeInrichtingselement property.
      Parameters:
      value - allowed object is CodeType
    • 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
    • getBreedte

      public BigInteger getBreedte()
      Gets the value of the breedte property.
      Returns:
      possible object is BigInteger
    • setBreedte

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

    • getNummer

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

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

          getNummer().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