Class VlakOfPuntType

java.lang.Object
nl.b3p.topnl.top100nl.VlakOfPuntType

public class VlakOfPuntType extends Object
Java class for VlakOfPuntType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="VlakOfPuntType">
   <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>