org.citygml4j.model.citygml.core
Class ExternalReference

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

public class ExternalReference
extends java.lang.Object
implements CoreModuleComponent, Child, Copyable


Constructor Summary
ExternalReference()
           
ExternalReference(CoreModule module)
           
 
Method Summary
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 CityGMLClass getCityGMLClass()
           
 CoreModule getCityGMLModule()
           
 ExternalObject getExternalObject()
           
 java.lang.String getInformationSystem()
           
 ModelType getModelType()
           
 ModelObject getParent()
           
 boolean isSetCityGMLModule()
           
 boolean isSetExternalObject()
           
 boolean isSetInformationSystem()
           
 boolean isSetParent()
           
 void setExternalObject(ExternalObject externalObject)
           
 void setInformationSystem(java.lang.String informationSystem)
           
 void setParent(ModelObject parent)
           
 void unsetExternalObject()
           
 void unsetInformationSystem()
           
 void unsetParent()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalReference

public ExternalReference()

ExternalReference

public ExternalReference(CoreModule module)
Method Detail

getExternalObject

public ExternalObject getExternalObject()

getInformationSystem

public java.lang.String getInformationSystem()

isSetExternalObject

public boolean isSetExternalObject()

isSetInformationSystem

public boolean isSetInformationSystem()

setExternalObject

public void setExternalObject(ExternalObject externalObject)

setInformationSystem

public void setInformationSystem(java.lang.String informationSystem)

unsetExternalObject

public void unsetExternalObject()

unsetInformationSystem

public void unsetInformationSystem()

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