Package nl.b3p.topnl.top10nl
Class BRTVlakMultivlakOfPuntType
java.lang.Object
nl.b3p.topnl.top10nl.BRTVlakMultivlakOfPuntType
Java class for BRTVlakMultivlakOfPuntType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BRTVlakMultivlakOfPuntType"> <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="multivlakGeometrie" type="{http://www.opengis.net/gml/3.2}MultiSurfacePropertyType"/> <element name="puntGeometrie" type="{http://www.opengis.net/gml/3.2}PointPropertyType"/> </choice> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected MultiSurfacePropertyType
protected PointPropertyType
protected SurfacePropertyType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the multivlakGeometrie property.Gets the value of the puntGeometrie property.Gets the value of the vlakGeometrie property.void
Sets the value of the multivlakGeometrie property.void
Sets the value of the puntGeometrie property.void
Sets the value of the vlakGeometrie property.
-
Field Details
-
vlakGeometrie
-
multivlakGeometrie
-
puntGeometrie
-
-
Constructor Details
-
BRTVlakMultivlakOfPuntType
public BRTVlakMultivlakOfPuntType()
-
-
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
-
getMultivlakGeometrie
Gets the value of the multivlakGeometrie property.- Returns:
- possible object is
MultiSurfacePropertyType
-
setMultivlakGeometrie
Sets the value of the multivlakGeometrie property.- Parameters:
value
- allowed object isMultiSurfacePropertyType
-
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
-