Class StringAttribute
- java.lang.Object
-
- org.citygml4j.model.citygml.generics.AbstractGenericAttribute
-
- org.citygml4j.model.citygml.generics.StringAttribute
-
- All Implemented Interfaces:
java.io.Serializable
,CityGML
,CityGMLModuleComponent
,GenericsModuleComponent
,ModelObject
,Child
,Copyable
public class StringAttribute extends AbstractGenericAttribute
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StringAttribute()
StringAttribute(java.lang.String value)
StringAttribute(java.lang.String name, java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
copy(CopyBuilder copyBuilder)
java.lang.Object
copyTo(java.lang.Object target, CopyBuilder copyBuilder)
CityGMLClass
getCityGMLClass()
java.lang.String
getValue()
boolean
isSetValue()
void
setValue(java.lang.String value)
void
unsetValue()
-
Methods inherited from class org.citygml4j.model.citygml.generics.AbstractGenericAttribute
getName, getParent, isSetName, isSetParent, setName, setParent, unsetName, unsetParent
-
-
-
-
Method Detail
-
getValue
public java.lang.String getValue()
-
isSetValue
public boolean isSetValue()
-
setValue
public void setValue(java.lang.String value)
-
unsetValue
public void unsetValue()
-
getCityGMLClass
public CityGMLClass getCityGMLClass()
-
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
-
copyTo
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
- Specified by:
copyTo
in interfaceCopyable
- Overrides:
copyTo
in classAbstractGenericAttribute
-
-