Class WaterdeelType


public class WaterdeelType extends Top250NlObjectType
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/top250nl/1.2.1}_Top250nlObjectType">
       <sequence>
         <element name="typeWater" type="{http://www.opengis.net/gml/3.2}CodeType"/>
         <element name="breedteklasse" type="{http://www.opengis.net/gml/3.2}CodeType" minOccurs="0"/>
         <element name="fysiekVoorkomen" type="{http://www.opengis.net/gml/3.2}CodeType" minOccurs="0"/>
         <element name="voorkomen" type="{http://www.opengis.net/gml/3.2}CodeType" minOccurs="0"/>
         <element name="getijdeinvloed" type="{http://register.geostandaarden.nl/gmlapplicatieschema/brt-algemeen/1.2.0}BRTJaNeeWaardeType"/>
         <element name="vaarwegklasse" type="{http://www.opengis.net/gml/3.2}CodeType" minOccurs="0"/>
         <element name="naamOfficieel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="naamNL" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="naamFries" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isBAGnaam" type="{http://register.geostandaarden.nl/gmlapplicatieschema/brt-algemeen/1.2.0}BRTJaNeeWaardeType" minOccurs="0"/>
         <element name="sluisnaam" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="brugnaam" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="geometrie" type="{http://register.geostandaarden.nl/gmlapplicatieschema/brt-algemeen/1.2.0}BRTVlakOfLijnPropertyType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • WaterdeelType

      public WaterdeelType()
  • Method Details

    • getTypeWater

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

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

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

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

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

      public void setFysiekVoorkomen(CodeType value)
      Sets the value of the fysiekVoorkomen property.
      Parameters:
      value - allowed object is CodeType
    • getVoorkomen

      public CodeType getVoorkomen()
      Gets the value of the voorkomen property.
      Returns:
      possible object is CodeType
    • setVoorkomen

      public void setVoorkomen(CodeType value)
      Sets the value of the voorkomen property.
      Parameters:
      value - allowed object is CodeType
    • getGetijdeinvloed

      public BRTJaNeeWaardeType getGetijdeinvloed()
      Gets the value of the getijdeinvloed property.
      Returns:
      possible object is BRTJaNeeWaardeType
    • setGetijdeinvloed

      public void setGetijdeinvloed(BRTJaNeeWaardeType value)
      Sets the value of the getijdeinvloed property.
      Parameters:
      value - allowed object is BRTJaNeeWaardeType
    • getVaarwegklasse

      public CodeType getVaarwegklasse()
      Gets the value of the vaarwegklasse property.
      Returns:
      possible object is CodeType
    • setVaarwegklasse

      public void setVaarwegklasse(CodeType value)
      Sets the value of the vaarwegklasse property.
      Parameters:
      value - allowed object is CodeType
    • getNaamOfficieel

      public String getNaamOfficieel()
      Gets the value of the naamOfficieel property.
      Returns:
      possible object is String
    • setNaamOfficieel

      public void setNaamOfficieel(String value)
      Sets the value of the naamOfficieel property.
      Parameters:
      value - allowed object is 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

    • 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

    • getIsBAGnaam

      public BRTJaNeeWaardeType getIsBAGnaam()
      Gets the value of the isBAGnaam property.
      Returns:
      possible object is BRTJaNeeWaardeType
    • setIsBAGnaam

      public void setIsBAGnaam(BRTJaNeeWaardeType value)
      Sets the value of the isBAGnaam property.
      Parameters:
      value - allowed object is BRTJaNeeWaardeType
    • getSluisnaam

      public String getSluisnaam()
      Gets the value of the sluisnaam property.
      Returns:
      possible object is String
    • setSluisnaam

      public void setSluisnaam(String value)
      Sets the value of the sluisnaam property.
      Parameters:
      value - allowed object is String
    • getBrugnaam

      public String getBrugnaam()
      Gets the value of the brugnaam property.
      Returns:
      possible object is String
    • setBrugnaam

      public void setBrugnaam(String value)
      Sets the value of the brugnaam property.
      Parameters:
      value - allowed object is 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