Class AbstractGenericAttribute
- java.lang.Object
-
- org.citygml4j.model.citygml.generics.AbstractGenericAttribute
-
- All Implemented Interfaces:
java.io.Serializable
,CityGML
,CityGMLModuleComponent
,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
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractGenericAttribute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
copyTo(java.lang.Object target, CopyBuilder copyBuilder)
java.lang.String
getName()
ModelObject
getParent()
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.citygml4j.model.citygml.CityGML
getCityGMLClass
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
isSetName
public boolean isSetName()
-
setName
public void setName(java.lang.String name)
-
unsetName
public void unsetName()
-
getParent
public ModelObject getParent()
-
setParent
public void setParent(ModelObject parent)
-
isSetParent
public boolean isSetParent()
- Specified by:
isSetParent
in interfaceChild
-
unsetParent
public void unsetParent()
- Specified by:
unsetParent
in interfaceChild
-
copyTo
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
-
-