Class WaterdeelType


public class WaterdeelType extends Top100NlObjectType
Java class for WaterdeelType complex type.

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

 <complexType name="WaterdeelType">
   <complexContent>
     <extension base="{http://register.geostandaarden.nl/gmlapplicatieschema/top100nl/1.1.0}_Top100nlObjectType">
       <sequence>
         <element name="typeWater" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top100nl/1.1.0}TypeWaterT100Type"/>
         <element name="breedteklasse" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top100nl/1.1.0}BreedteklasseWaterT100Type" minOccurs="0"/>
         <element name="fysiekVoorkomen" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top100nl/1.1.0}FysiekVoorkomenWaterT100Type" maxOccurs="unbounded" minOccurs="0"/>
         <element name="hoogteniveau" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="geometrie" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top100nl/1.1.0}VlakOfLijnPropertyType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • WaterdeelType

      public WaterdeelType()
  • Method Details

    • getTypeWater

      public TypeWaterT100Type getTypeWater()
      Gets the value of the typeWater property.
      Returns:
      possible object is TypeWaterT100Type
    • setTypeWater

      public void setTypeWater(TypeWaterT100Type value)
      Sets the value of the typeWater property.
      Parameters:
      value - allowed object is TypeWaterT100Type
    • getBreedteklasse

      public String getBreedteklasse()
      Gets the value of the breedteklasse property.
      Returns:
      possible object is String
    • setBreedteklasse

      public void setBreedteklasse(String value)
      Sets the value of the breedteklasse property.
      Parameters:
      value - allowed object is String
    • getFysiekVoorkomen

      public List<FysiekVoorkomenWaterT100Type> getFysiekVoorkomen()
      Gets the value of the fysiekVoorkomen 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 fysiekVoorkomen property.

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

          getFysiekVoorkomen().add(newItem);
       

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

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