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 class for TopoSurfacePropertyType complex type.

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

 <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()
          Gets the value of the topoSurface property.
 boolean isSetTopoSurface()
           
 void setTopoSurface(TopoSurfaceType value)
          Sets the value of the topoSurface property.
 
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()
Gets the value of the topoSurface property.

Returns:
possible object is TopoSurfaceType

setTopoSurface

public void setTopoSurface(TopoSurfaceType value)
Sets the value of the topoSurface property.

Parameters:
value - allowed object is TopoSurfaceType

isSetTopoSurface

public boolean isSetTopoSurface()