|
||||||||||
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.TopoSurfacePropertyType
public class TopoSurfacePropertyType
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 |
---|
public TopoSurfacePropertyType()
Method Detail |
---|
public TopoSurfaceType getTopoSurface()
TopoSurfaceType
public void setTopoSurface(TopoSurfaceType value)
value
- allowed object is
TopoSurfaceType
public boolean isSetTopoSurface()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |