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