org.citygml4j.model.citygml.core
Class ExternalObject
java.lang.Object
org.citygml4j.model.citygml.core.ExternalObject
- All Implemented Interfaces:
- CityGML, CoreModuleComponent, ModelObject, Child, Copyable
public class ExternalObject
- extends java.lang.Object
- implements CoreModuleComponent, Child, Copyable
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExternalObject
public ExternalObject()
ExternalObject
public ExternalObject(CoreModule module)
getName
public java.lang.String getName()
getUri
public java.lang.String getUri()
isSetName
public boolean isSetName()
isSetUri
public boolean isSetUri()
setName
public void setName(java.lang.String name)
setUri
public void setUri(java.lang.String uri)
unsetName
public void unsetName()
unsetUri
public void unsetUri()
getModelType
public ModelType getModelType()
- Specified by:
getModelType
in interface ModelObject
getCityGMLClass
public CityGMLClass getCityGMLClass()
- Specified by:
getCityGMLClass
in interface CityGML
getCityGMLModule
public final CoreModule getCityGMLModule()
- Specified by:
getCityGMLModule
in interface CityGML
isSetCityGMLModule
public boolean isSetCityGMLModule()
- Specified by:
isSetCityGMLModule
in interface CityGML
getParent
public ModelObject getParent()
- Specified by:
getParent
in interface Child
setParent
public void setParent(ModelObject parent)
- Specified by:
setParent
in interface Child
isSetParent
public boolean isSetParent()
- Specified by:
isSetParent
in interface Child
unsetParent
public void unsetParent()
- Specified by:
unsetParent
in interface Child
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interface Copyable
copyTo
public java.lang.Object copyTo(java.lang.Object target,
CopyBuilder copyBuilder)
- Specified by:
copyTo
in interface Copyable