Class InrichtingselementType


public class InrichtingselementType extends Top50NlObjectType
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/top50nl/1.1.1}_Top50nlObjectType">
       <sequence>
         <element name="geometrie" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}LijnOfPuntPropertyType"/>
         <element name="hoogteNiveau" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <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="nummer" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="status" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}StatusT50Type"/>
         <element name="typeInrichtingsElement" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}TypeInrichtingselementT50Type"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • InrichtingselementType

      public InrichtingselementType()
  • Method Details

    • 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
    • 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
    • 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

    • 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

    • getStatus

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

      public void setStatus(StatusT50Type value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is StatusT50Type
    • getTypeInrichtingsElement

      public TypeInrichtingselementT50Type getTypeInrichtingsElement()
      Gets the value of the typeInrichtingsElement property.
      Returns:
      possible object is TypeInrichtingselementT50Type
    • setTypeInrichtingsElement

      public void setTypeInrichtingsElement(TypeInrichtingselementT50Type value)
      Sets the value of the typeInrichtingsElement property.
      Parameters:
      value - allowed object is TypeInrichtingselementT50Type