org.citygml4j.model.citygml.ade
Class ADEComponent
java.lang.Object
org.citygml4j.model.citygml.ade.ADEComponent
- All Implemented Interfaces:
- CityGML, ModelObject, Child, Copyable
public class ADEComponent
- extends java.lang.Object
- implements CityGML, Child, Copyable
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ADEComponent
public ADEComponent()
ADEComponent
public ADEComponent(org.w3c.dom.Element content)
getContent
public org.w3c.dom.Element getContent()
isSetContent
public boolean isSetContent()
setContent
public void setContent(org.w3c.dom.Element content)
unsetContent
public void unsetContent()
getLocalName
public java.lang.String getLocalName()
getPrefix
public java.lang.String getPrefix()
getNamespaceURI
public java.lang.String getNamespaceURI()
getModelType
public ModelType getModelType()
- Specified by:
getModelType
in interface ModelObject
getCityGMLClass
public CityGMLClass getCityGMLClass()
- Specified by:
getCityGMLClass
in interface CityGML
getCityGMLModule
public CityGMLModule 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
visit
public void visit(FeatureVisitor visitor)
apply
public <T> T apply(FeatureFunctor<T> visitor)