org.citygml4j.jaxb.gml._3_1_1
Class TopoPointPropertyType

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

public class TopoPointPropertyType
extends java.lang.Object

Java class for TopoPointPropertyType complex type.

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

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


Constructor Summary
TopoPointPropertyType()
           
 
Method Summary
 TopoPointType getTopoPoint()
          Gets the value of the topoPoint property.
 boolean isSetTopoPoint()
           
 void setTopoPoint(TopoPointType value)
          Sets the value of the topoPoint property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopoPointPropertyType

public TopoPointPropertyType()
Method Detail

getTopoPoint

public TopoPointType getTopoPoint()
Gets the value of the topoPoint property.

Returns:
possible object is TopoPointType

setTopoPoint

public void setTopoPoint(TopoPointType value)
Sets the value of the topoPoint property.

Parameters:
value - allowed object is TopoPointType

isSetTopoPoint

public boolean isSetTopoPoint()