org.citygml4j.impl.citygml.generics
Class AbstractGenericAttributeImpl
java.lang.Object
org.citygml4j.impl.citygml.generics.AbstractGenericAttributeImpl
- All Implemented Interfaces:
- CityGML, AbstractGenericAttribute, GenericsModuleComponent, ModelObject, Child, Copyable
- Direct Known Subclasses:
- DateAttributeImpl, DoubleAttributeImpl, IntAttributeImpl, StringAttributeImpl, UriAttributeImpl
public abstract class AbstractGenericAttributeImpl
- extends java.lang.Object
- implements AbstractGenericAttribute
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.citygml4j.model.common.copy.Copyable |
copy |
AbstractGenericAttributeImpl
public AbstractGenericAttributeImpl()
AbstractGenericAttributeImpl
public AbstractGenericAttributeImpl(GenericsModule module)
getName
public java.lang.String getName()
- Specified by:
getName
in interface AbstractGenericAttribute
isSetName
public boolean isSetName()
- Specified by:
isSetName
in interface AbstractGenericAttribute
setName
public void setName(java.lang.String name)
- Specified by:
setName
in interface AbstractGenericAttribute
unsetName
public void unsetName()
- Specified by:
unsetName
in interface AbstractGenericAttribute
getCityGMLModule
public final GenericsModule 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
copyTo
public java.lang.Object copyTo(java.lang.Object target,
CopyBuilder copyBuilder)
- Specified by:
copyTo
in interface Copyable