Package nl.b3p.topnl.top250nl
Class BRTLijnOfPuntType
java.lang.Object
nl.b3p.topnl.top250nl.BRTLijnOfPuntType
Java class for BRTLijnOfPuntType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BRTLijnOfPuntType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="lijnGeometrie" type="{http://www.opengis.net/gml/3.2}PointPropertyType"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the lijnGeometrie property.void
Sets the value of the lijnGeometrie property.
-
Field Details
-
lijnGeometrie
-
-
Constructor Details
-
BRTLijnOfPuntType
public BRTLijnOfPuntType()
-
-
Method Details
-
getLijnGeometrie
Gets the value of the lijnGeometrie property.- Returns:
- possible object is
PointPropertyType
-
setLijnGeometrie
Sets the value of the lijnGeometrie property.- Parameters:
value
- allowed object isPointPropertyType
-