Package nl.b3p.topnl.top100nl
Class VlakOfLijnType
java.lang.Object
nl.b3p.topnl.top100nl.VlakOfLijnType
Java class for VlakOfLijnType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VlakOfLijnType"> <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="vlakGeometrie" type="{http://www.opengis.net/gml/3.2}SurfacePropertyType"/> </choice> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the lijnGeometrie property.Gets the value of the vlakGeometrie property.void
Sets the value of the lijnGeometrie property.void
Sets the value of the vlakGeometrie property.
-
Field Details
-
lijnGeometrie
-
vlakGeometrie
-
-
Constructor Details
-
VlakOfLijnType
public VlakOfLijnType()
-
-
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
-
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
-