org.citygml4j.impl.citygml.core
Class ExternalReferenceImpl
java.lang.Object
org.citygml4j.impl.citygml.core.ExternalReferenceImpl
- All Implemented Interfaces:
- CityGML, CoreModuleComponent, ExternalReference, ModelObject, Child, Copyable
public class ExternalReferenceImpl
- extends java.lang.Object
- implements ExternalReference
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExternalReferenceImpl
public ExternalReferenceImpl()
ExternalReferenceImpl
public ExternalReferenceImpl(CoreModule module)
getExternalObject
public ExternalObject getExternalObject()
- Specified by:
getExternalObject
in interface ExternalReference
getInformationSystem
public java.lang.String getInformationSystem()
- Specified by:
getInformationSystem
in interface ExternalReference
isSetExternalObject
public boolean isSetExternalObject()
- Specified by:
isSetExternalObject
in interface ExternalReference
isSetInformationSystem
public boolean isSetInformationSystem()
- Specified by:
isSetInformationSystem
in interface ExternalReference
setExternalObject
public void setExternalObject(ExternalObject externalObject)
- Specified by:
setExternalObject
in interface ExternalReference
setInformationSystem
public void setInformationSystem(java.lang.String informationSystem)
- Specified by:
setInformationSystem
in interface ExternalReference
unsetExternalObject
public void unsetExternalObject()
- Specified by:
unsetExternalObject
in interface ExternalReference
unsetInformationSystem
public void unsetInformationSystem()
- Specified by:
unsetInformationSystem
in interface ExternalReference
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