Package nl.b3p.topnl.top50nl
Class VlakOfPuntPropertyType
java.lang.Object
nl.b3p.topnl.top50nl.VlakOfPuntPropertyType
Java class for VlakOfPuntPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VlakOfPuntPropertyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}VlakOfPunt"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the vlakOfPunt property.void
setVlakOfPunt
(VlakOfPuntType value) Sets the value of the vlakOfPunt property.
-
Field Details
-
vlakOfPunt
-
-
Constructor Details
-
VlakOfPuntPropertyType
public VlakOfPuntPropertyType()
-
-
Method Details
-
getVlakOfPunt
Gets the value of the vlakOfPunt property.- Returns:
- possible object is
VlakOfPuntType
-
setVlakOfPunt
Sets the value of the vlakOfPunt property.- Parameters:
value
- allowed object isVlakOfPuntType
-