org.citygml4j.model.citygml.ade
Class ADEComponent

java.lang.Object
  extended by org.citygml4j.model.citygml.ade.ADEComponent
All Implemented Interfaces:
CityGML, ModelObject, Child, Copyable

public class ADEComponent
extends java.lang.Object
implements CityGML, Child, Copyable


Constructor Summary
ADEComponent()
           
ADEComponent(org.w3c.dom.Element content)
           
 
Method Summary
<T> T
apply(FeatureFunctor<T> visitor)
           
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 CityGMLClass getCityGMLClass()
           
 CityGMLModule getCityGMLModule()
           
 org.w3c.dom.Element getContent()
           
 java.lang.String getLocalName()
           
 ModelType getModelType()
           
 java.lang.String getNamespaceURI()
           
 ModelObject getParent()
           
 java.lang.String getPrefix()
           
 boolean isSetCityGMLModule()
           
 boolean isSetContent()
           
 boolean isSetParent()
           
 void setContent(org.w3c.dom.Element content)
           
 void setParent(ModelObject parent)
           
 void unsetContent()
           
 void unsetParent()
           
 void visit(FeatureVisitor visitor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ADEComponent

public ADEComponent()

ADEComponent

public ADEComponent(org.w3c.dom.Element content)
Method Detail

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)