Class ReliefType


public class ReliefType extends Top250NlObjectType
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/top250nl/1.2.1}_Top250nlObjectType">
       <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="lijnGeometrie" type="{http://www.opengis.net/gml/3.2}CurvePropertyType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • typeRelief

      protected CodeType typeRelief
    • hoogteklasse

      protected CodeType hoogteklasse
    • lijnGeometrie

      protected Element lijnGeometrie
  • 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
    • 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