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