org.citygml4j.jaxb.gml._3_1_1
Class TopoVolumePropertyType

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

public class TopoVolumePropertyType
extends java.lang.Object

Java class for TopoVolumePropertyType complex type.

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

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


Constructor Summary
TopoVolumePropertyType()
           
 
Method Summary
 TopoVolumeType getTopoVolume()
          Gets the value of the topoVolume property.
 boolean isSetTopoVolume()
           
 void setTopoVolume(TopoVolumeType value)
          Sets the value of the topoVolume property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopoVolumePropertyType

public TopoVolumePropertyType()
Method Detail

getTopoVolume

public TopoVolumeType getTopoVolume()
Gets the value of the topoVolume property.

Returns:
possible object is TopoVolumeType

setTopoVolume

public void setTopoVolume(TopoVolumeType value)
Sets the value of the topoVolume property.

Parameters:
value - allowed object is TopoVolumeType

isSetTopoVolume

public boolean isSetTopoVolume()