org.citygml4j.model.citygml.core
Interface ExternalObject

All Superinterfaces:
Child, CityGML, Copyable, CoreModuleComponent, ModelObject
All Known Implementing Classes:
ExternalObjectImpl

public interface ExternalObject
extends CoreModuleComponent, Child, Copyable


Method Summary
 java.lang.String getName()
           
 java.lang.String getUri()
           
 boolean isSetName()
           
 boolean isSetUri()
           
 void setName(java.lang.String name)
           
 void setUri(java.lang.String uri)
           
 void unsetName()
           
 void unsetUri()
           
 
Methods inherited from interface org.citygml4j.model.citygml.CityGML
getCityGMLClass, getCityGMLModule, isSetCityGMLModule
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getName

java.lang.String getName()

getUri

java.lang.String getUri()

isSetName

boolean isSetName()

isSetUri

boolean isSetUri()

setName

void setName(java.lang.String name)

setUri

void setUri(java.lang.String uri)

unsetName

void unsetName()

unsetUri

void unsetUri()