org.citygml4j.impl.citygml.core
Class ExternalObjectImpl

java.lang.Object
  extended by org.citygml4j.impl.citygml.core.ExternalObjectImpl
All Implemented Interfaces:
CityGML, CoreModuleComponent, ExternalObject, ModelObject, Child, Copyable

public class ExternalObjectImpl
extends java.lang.Object
implements ExternalObject


Constructor Summary
ExternalObjectImpl()
           
ExternalObjectImpl(CoreModule module)
           
 
Method Summary
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 CityGMLClass getCityGMLClass()
           
 CoreModule getCityGMLModule()
           
 ModelType getModelType()
           
 java.lang.String getName()
           
 ModelObject getParent()
           
 java.lang.String getUri()
           
 boolean isSetCityGMLModule()
           
 boolean isSetName()
           
 boolean isSetParent()
           
 boolean isSetUri()
           
 void setName(java.lang.String name)
           
 void setParent(ModelObject parent)
           
 void setUri(java.lang.String uri)
           
 void unsetName()
           
 void unsetParent()
           
 void unsetUri()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalObjectImpl

public ExternalObjectImpl()

ExternalObjectImpl

public ExternalObjectImpl(CoreModule module)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface ExternalObject

getUri

public java.lang.String getUri()
Specified by:
getUri in interface ExternalObject

isSetName

public boolean isSetName()
Specified by:
isSetName in interface ExternalObject

isSetUri

public boolean isSetUri()
Specified by:
isSetUri in interface ExternalObject

setName

public void setName(java.lang.String name)
Specified by:
setName in interface ExternalObject

setUri

public void setUri(java.lang.String uri)
Specified by:
setUri in interface ExternalObject

unsetName

public void unsetName()
Specified by:
unsetName in interface ExternalObject

unsetUri

public void unsetUri()
Specified by:
unsetUri in interface ExternalObject

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