org.citygml4j.impl.citygml.generics
Class UriAttributeImpl
java.lang.Object
org.citygml4j.impl.citygml.generics.AbstractGenericAttributeImpl
org.citygml4j.impl.citygml.generics.UriAttributeImpl
- All Implemented Interfaces:
- CityGML, AbstractGenericAttribute, GenericsModuleComponent, UriAttribute, ModelObject, Child, Copyable
public class UriAttributeImpl
- extends AbstractGenericAttributeImpl
- implements UriAttribute
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UriAttributeImpl
public UriAttributeImpl()
UriAttributeImpl
public UriAttributeImpl(GenericsModule module)
getValue
public java.lang.String getValue()
- Specified by:
getValue
in interface UriAttribute
isSetValue
public boolean isSetValue()
- Specified by:
isSetValue
in interface UriAttribute
setValue
public void setValue(java.lang.String value)
- Specified by:
setValue
in interface UriAttribute
unsetValue
public void unsetValue()
- Specified by:
unsetValue
in interface UriAttribute
getModelType
public ModelType getModelType()
- Specified by:
getModelType
in interface ModelObject
getCityGMLClass
public CityGMLClass getCityGMLClass()
- Specified by:
getCityGMLClass
in interface CityGML
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
- Overrides:
copyTo
in class AbstractGenericAttributeImpl