Class ReliefType


public class ReliefType extends Top50NlObjectType
Java class for ReliefType complex type.

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

 <complexType name="ReliefType">
   <complexContent>
     <extension base="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}_Top50nlObjectType">
       <sequence>
         <element name="typeRelief" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}TypeReliefT50Type"/>
         <element name="hoogteklasse" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}HoogteklasseReliefT50Type" minOccurs="0"/>
         <element name="functie" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}FunctieReliefT50Type" minOccurs="0"/>
         <element name="naamFries" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="naamNL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="hoogteniveau" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="geometrie" type="{http://www.opengis.net/gml/3.2}CurvePropertyType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ReliefType

      public ReliefType()
  • Method Details

    • getTypeRelief

      public TypeReliefT50Type getTypeRelief()
      Gets the value of the typeRelief property.
      Returns:
      possible object is TypeReliefT50Type
    • setTypeRelief

      public void setTypeRelief(TypeReliefT50Type value)
      Sets the value of the typeRelief property.
      Parameters:
      value - allowed object is TypeReliefT50Type
    • getHoogteklasse

      public String getHoogteklasse()
      Gets the value of the hoogteklasse property.
      Returns:
      possible object is String
    • setHoogteklasse

      public void setHoogteklasse(String value)
      Sets the value of the hoogteklasse property.
      Parameters:
      value - allowed object is String
    • getFunctie

      public FunctieReliefT50Type getFunctie()
      Gets the value of the functie property.
      Returns:
      possible object is FunctieReliefT50Type
    • setFunctie

      public void setFunctie(FunctieReliefT50Type value)
      Sets the value of the functie property.
      Parameters:
      value - allowed object is FunctieReliefT50Type
    • getNaamFries

      public String getNaamFries()
      Gets the value of the naamFries property.
      Returns:
      possible object is String
    • setNaamFries

      public void setNaamFries(String value)
      Sets the value of the naamFries property.
      Parameters:
      value - allowed object is String
    • getNaamNL

      public String getNaamNL()
      Gets the value of the naamNL property.
      Returns:
      possible object is String
    • setNaamNL

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