Class BRTHogeEnLageZijdeType

java.lang.Object
nl.b3p.topnl.top10nl.BRTHogeEnLageZijdeType

public class BRTHogeEnLageZijdeType extends Object
Java class for BRTHogeEnLageZijdeType complex type.

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

 <complexType name="BRTHogeEnLageZijdeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="hogeZijde" type="{http://www.opengis.net/gml/3.2}CurvePropertyType"/>
         <element name="lageZijde" type="{http://www.opengis.net/gml/3.2}CurvePropertyType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • hogeZijde

      protected Element[] hogeZijde
    • lageZijde

      protected Element lageZijde
  • Constructor Details

    • BRTHogeEnLageZijdeType

      public BRTHogeEnLageZijdeType()
  • Method Details

    • getHogeZijde

      public Element[] getHogeZijde()
      Gets the value of the hogeZijde property.
      Returns:
      possible object is Element
    • setHogeZijde

      public void setHogeZijde(Element[] value)
      Sets the value of the hogeZijde property.
      Parameters:
      value - allowed object is Element
    • getLageZijde

      public Element getLageZijde()
      Gets the value of the lageZijde property.
      Returns:
      possible object is Element
    • setLageZijde

      public void setLageZijde(Element value)
      Sets the value of the lageZijde property.
      Parameters:
      value - allowed object is Element