|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.TopoPointPropertyType
public class TopoPointPropertyType
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 |
---|
public TopoPointPropertyType()
Method Detail |
---|
public TopoPointType getTopoPoint()
TopoPointType
public void setTopoPoint(TopoPointType value)
value
- allowed object is
TopoPointType
public boolean isSetTopoPoint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |