Class ReliefType


public class ReliefType extends Top10NlObjectType
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/top10nl/1.2.0}_Top10nlObjectType">
       <sequence>
         <element name="typeRelief" type="{http://www.opengis.net/gml/3.2}CodeType"/>
         <element name="hoogteklasse" type="{http://www.opengis.net/gml/3.2}CodeType"/>
         <element name="hoogteniveau" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="functie" type="{http://www.opengis.net/gml/3.2}CodeType" minOccurs="0"/>
         <element name="lijnGeometrie" type="{http://www.opengis.net/gml/3.2}CurvePropertyType" minOccurs="0"/>
         <element name="taludGeometrie" type="{http://register.geostandaarden.nl/gmlapplicatieschema/brt-algemeen/1.2.0}BRTHogeEnLageZijdePropertyType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ReliefType

      public ReliefType()
  • Method Details

    • getTypeRelief

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

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

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

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

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

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

      public Element getLijnGeometrie()
      Gets the value of the lijnGeometrie property.
      Returns:
      possible object is Element
    • setLijnGeometrie

      public void setLijnGeometrie(Element value)
      Sets the value of the lijnGeometrie property.
      Parameters:
      value - allowed object is Element
    • getTaludGeometrie

      public BRTHogeEnLageZijdePropertyType getTaludGeometrie()
      Gets the value of the taludGeometrie property.
      Returns:
      possible object is BRTHogeEnLageZijdePropertyType
    • setTaludGeometrie

      public void setTaludGeometrie(BRTHogeEnLageZijdePropertyType value)
      Sets the value of the taludGeometrie property.
      Parameters:
      value - allowed object is BRTHogeEnLageZijdePropertyType