org.citygml4j.model.citygml.generics
Interface IntAttribute

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

public interface IntAttribute
extends AbstractGenericAttribute


Method Summary
 java.lang.Integer getValue()
           
 boolean isSetValue()
           
 void setValue(java.lang.Integer 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.Integer getValue()

isSetValue

boolean isSetValue()

setValue

void setValue(java.lang.Integer value)

unsetValue

void unsetValue()