org.citygml4j.impl.citygml.generics
Class StringAttributeImpl

java.lang.Object
  extended by org.citygml4j.impl.citygml.generics.AbstractGenericAttributeImpl
      extended by org.citygml4j.impl.citygml.generics.StringAttributeImpl
All Implemented Interfaces:
CityGML, AbstractGenericAttribute, GenericsModuleComponent, StringAttribute, ModelObject, Child, Copyable

public class StringAttributeImpl
extends AbstractGenericAttributeImpl
implements StringAttribute


Constructor Summary
StringAttributeImpl()
           
StringAttributeImpl(GenericsModule module)
           
 
Method Summary
 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()
           
 
Methods inherited from class org.citygml4j.impl.citygml.generics.AbstractGenericAttributeImpl
getCityGMLModule, getName, getParent, isSetCityGMLModule, isSetName, isSetParent, setName, setParent, unsetName, unsetParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.citygml4j.model.citygml.generics.AbstractGenericAttribute
getName, isSetName, setName, unsetName
 
Methods inherited from interface org.citygml4j.model.citygml.CityGML
getCityGMLModule, isSetCityGMLModule
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 

Constructor Detail

StringAttributeImpl

public StringAttributeImpl()

StringAttributeImpl

public StringAttributeImpl(GenericsModule module)
Method Detail

getValue

public java.lang.String getValue()
Specified by:
getValue in interface StringAttribute

isSetValue

public boolean isSetValue()
Specified by:
isSetValue in interface StringAttribute

setValue

public void setValue(java.lang.String value)
Specified by:
setValue in interface StringAttribute

unsetValue

public void unsetValue()
Specified by:
unsetValue in interface StringAttribute

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