Package nl.b3p.topnl.top10nl
Class BRTHogeEnLageZijdeType
java.lang.Object
nl.b3p.topnl.top10nl.BRTHogeEnLageZijdeType
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionElement[]
Gets the value of the hogeZijde property.Gets the value of the lageZijde property.void
setHogeZijde
(Element[] value) Sets the value of the hogeZijde property.void
setLageZijde
(Element value) Sets the value of the lageZijde property.
-
Field Details
-
hogeZijde
-
lageZijde
-
-
Constructor Details
-
BRTHogeEnLageZijdeType
public BRTHogeEnLageZijdeType()
-
-
Method Details
-
getHogeZijde
Gets the value of the hogeZijde property.- Returns:
- possible object is
Element
-
setHogeZijde
Sets the value of the hogeZijde property.- Parameters:
value
- allowed object isElement
-
getLageZijde
Gets the value of the lageZijde property.- Returns:
- possible object is
Element
-
setLageZijde
Sets the value of the lageZijde property.- Parameters:
value
- allowed object isElement
-