org.citygml4j.model.citygml.generics
Interface AbstractGenericAttribute

All Superinterfaces:
Child, CityGML, Copyable, GenericsModuleComponent, ModelObject
All Known Subinterfaces:
DateAttribute, DoubleAttribute, IntAttribute, StringAttribute, UriAttribute
All Known Implementing Classes:
AbstractGenericAttributeImpl, DateAttributeImpl, DoubleAttributeImpl, IntAttributeImpl, StringAttributeImpl, UriAttributeImpl

public interface AbstractGenericAttribute
extends GenericsModuleComponent, Child, Copyable


Method Summary
 java.lang.String getName()
           
 boolean isSetName()
           
 void setName(java.lang.String name)
           
 void unsetName()
           
 
Methods inherited from interface org.citygml4j.model.citygml.CityGML
getCityGMLClass, getCityGMLModule, isSetCityGMLModule
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getName

java.lang.String getName()

isSetName

boolean isSetName()

setName

void setName(java.lang.String name)

unsetName

void unsetName()