org.citygml4j.model.citygml.generics
Class AbstractGenericAttribute

java.lang.Object
  extended by org.citygml4j.model.citygml.generics.AbstractGenericAttribute
All Implemented Interfaces:
CityGML, GenericsModuleComponent, ModelObject, Child, Copyable
Direct Known Subclasses:
DateAttribute, DoubleAttribute, GenericAttributeSet, IntAttribute, MeasureAttribute, StringAttribute, UriAttribute

public abstract class AbstractGenericAttribute
extends java.lang.Object
implements GenericsModuleComponent, Child, Copyable


Constructor Summary
AbstractGenericAttribute()
           
AbstractGenericAttribute(GenericsModule module)
           
 
Method Summary
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 GenericsModule getCityGMLModule()
           
 java.lang.String getName()
           
 ModelObject getParent()
           
 boolean isSetCityGMLModule()
           
 boolean isSetName()
           
 boolean isSetParent()
           
 void setName(java.lang.String name)
           
 void setParent(ModelObject parent)
           
 void unsetName()
           
 void unsetParent()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.citygml4j.model.citygml.CityGML
getCityGMLClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy
 

Constructor Detail

AbstractGenericAttribute

public AbstractGenericAttribute()

AbstractGenericAttribute

public AbstractGenericAttribute(GenericsModule module)
Method Detail

getName

public java.lang.String getName()

isSetName

public boolean isSetName()

setName

public void setName(java.lang.String name)

unsetName

public void unsetName()

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