Package nl.b3p.topnl.top10nl
Class BRTVlakOfPuntType
java.lang.Object
nl.b3p.topnl.top10nl.BRTVlakOfPuntType
Java class for BRTVlakOfPuntType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BRTVlakOfPuntType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="vlakGeometrie" type="{http://www.opengis.net/gml/3.2}SurfacePropertyType"/> <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 puntGeometrie property.Gets the value of the vlakGeometrie property.void
Sets the value of the puntGeometrie property.void
Sets the value of the vlakGeometrie property.
-
Field Details
-
vlakGeometrie
-
puntGeometrie
-
-
Constructor Details
-
BRTVlakOfPuntType
public BRTVlakOfPuntType()
-
-
Method Details
-
getVlakGeometrie
Gets the value of the vlakGeometrie property.- Returns:
- possible object is
SurfacePropertyType
-
setVlakGeometrie
Sets the value of the vlakGeometrie property.- Parameters:
value
- allowed object isSurfacePropertyType
-
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
-