public class UriAttribute extends AbstractGenericAttribute
Constructor and Description |
---|
UriAttribute() |
UriAttribute(GenericsModule module) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
CityGMLClass |
getCityGMLClass() |
ModelType |
getModelType() |
java.lang.String |
getValue() |
boolean |
isSetValue() |
void |
setValue(java.lang.String value) |
void |
unsetValue() |
getCityGMLModule, getName, getParent, isSetCityGMLModule, isSetName, isSetParent, setName, setParent, unsetName, unsetParent
public UriAttribute()
public UriAttribute(GenericsModule module)
public java.lang.String getValue()
public boolean isSetValue()
public void setValue(java.lang.String value)
public void unsetValue()
public ModelType getModelType()
public CityGMLClass getCityGMLClass()
public java.lang.Object copy(CopyBuilder copyBuilder)
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class AbstractGenericAttribute