Class BRTLijnOfPuntType

java.lang.Object
nl.b3p.topnl.top10nl.BRTLijnOfPuntType

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

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

 <complexType name="BRTLijnOfPuntType">
   <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="puntGeometrie" type="{http://www.opengis.net/gml/3.2}PointPropertyType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • BRTLijnOfPuntType

      public BRTLijnOfPuntType()
  • Method Details