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