org.citygml4j.jaxb.gml._3_1_1
Class TopoSurfacePropertyType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.TopoSurfacePropertyType

public class TopoSurfacePropertyType
extends java.lang.Object

Java-Klasse für TopoSurfacePropertyType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="TopoSurfacePropertyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}TopoSurface"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
TopoSurfacePropertyType()
           
 
Method Summary
 TopoSurfaceType getTopoSurface()
          Ruft den Wert der topoSurface-Eigenschaft ab.
 boolean isSetTopoSurface()
           
 void setTopoSurface(TopoSurfaceType value)
          Legt den Wert der topoSurface-Eigenschaft fest.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopoSurfacePropertyType

public TopoSurfacePropertyType()
Method Detail

getTopoSurface

public TopoSurfaceType getTopoSurface()
Ruft den Wert der topoSurface-Eigenschaft ab.

Returns:
possible object is TopoSurfaceType

setTopoSurface

public void setTopoSurface(TopoSurfaceType value)
Legt den Wert der topoSurface-Eigenschaft fest.

Parameters:
value - allowed object is TopoSurfaceType

isSetTopoSurface

public boolean isSetTopoSurface()