org.citygml4j.model.citygml.generics
Interface UriAttribute

All Superinterfaces:
AbstractGenericAttribute, Child, CityGML, Copyable, GenericsModuleComponent, ModelObject
All Known Implementing Classes:
UriAttributeImpl

public interface UriAttribute
extends AbstractGenericAttribute


Method Summary
 java.lang.String getValue()
           
 boolean isSetValue()
           
 void setValue(java.lang.String value)
           
 void unsetValue()
           
 
Methods inherited from interface org.citygml4j.model.citygml.generics.AbstractGenericAttribute
getName, isSetName, setName, 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

getValue

java.lang.String getValue()

isSetValue

boolean isSetValue()

setValue

void setValue(java.lang.String value)

unsetValue

void unsetValue()