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-Klasse für TopoPointPropertyType complex type.

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

 <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()
          Ruft den Wert der topoPoint-Eigenschaft ab.
 boolean isSetTopoPoint()
           
 void setTopoPoint(TopoPointType value)
          Legt den Wert der topoPoint-Eigenschaft fest.
 
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()
Ruft den Wert der topoPoint-Eigenschaft ab.

Returns:
possible object is TopoPointType

setTopoPoint

public void setTopoPoint(TopoPointType value)
Legt den Wert der topoPoint-Eigenschaft fest.

Parameters:
value - allowed object is TopoPointType

isSetTopoPoint

public boolean isSetTopoPoint()