public class LijnOfPuntType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected CurvePropertyType |
lijnGeometrie |
protected PointPropertyType |
puntGeometrie |
| Constructor and Description |
|---|
LijnOfPuntType() |
| Modifier and Type | Method and Description |
|---|---|
CurvePropertyType |
getLijnGeometrie()
Gets the value of the lijnGeometrie property.
|
PointPropertyType |
getPuntGeometrie()
Gets the value of the puntGeometrie property.
|
void |
setLijnGeometrie(CurvePropertyType value)
Sets the value of the lijnGeometrie property.
|
void |
setPuntGeometrie(PointPropertyType value)
Sets the value of the puntGeometrie property.
|
protected CurvePropertyType lijnGeometrie
protected PointPropertyType puntGeometrie
public CurvePropertyType getLijnGeometrie()
CurvePropertyTypepublic void setLijnGeometrie(CurvePropertyType value)
value - allowed object is
CurvePropertyTypepublic PointPropertyType getPuntGeometrie()
PointPropertyTypepublic void setPuntGeometrie(PointPropertyType value)
value - allowed object is
PointPropertyTypeCopyright © 2014–2020 B3Partners B.V.. All rights reserved.