public class ExternalReference extends java.lang.Object implements CoreModuleComponent, Child, Copyable
Constructor and Description |
---|
ExternalReference() |
ExternalReference(CoreModule module) |
Modifier and Type | Method and Description |
---|---|
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() |
public ExternalReference()
public ExternalReference(CoreModule module)
public ExternalObject getExternalObject()
public java.lang.String getInformationSystem()
public boolean isSetExternalObject()
public boolean isSetInformationSystem()
public void setExternalObject(ExternalObject externalObject)
public void setInformationSystem(java.lang.String informationSystem)
public void unsetExternalObject()
public void unsetInformationSystem()
public ModelType getModelType()
getModelType
in interface ModelObject
public CityGMLClass getCityGMLClass()
getCityGMLClass
in interface CityGML
public final CoreModule getCityGMLModule()
getCityGMLModule
in interface CityGML
public boolean isSetCityGMLModule()
isSetCityGMLModule
in interface CityGML
public ModelObject getParent()
public void setParent(ModelObject parent)
public boolean isSetParent()
isSetParent
in interface Child
public void unsetParent()
unsetParent
in interface Child
public java.lang.Object copy(CopyBuilder copyBuilder)
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)