Class IntAttribute
- java.lang.Object
-
- org.citygml4j.model.citygml.generics.AbstractGenericAttribute
-
- org.citygml4j.model.citygml.generics.IntAttribute
-
- All Implemented Interfaces:
java.io.Serializable
,CityGML
,CityGMLModuleComponent
,GenericsModuleComponent
,ModelObject
,Child
,Copyable
public class IntAttribute extends AbstractGenericAttribute
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IntAttribute()
IntAttribute(int value)
IntAttribute(java.lang.String name, int 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.Integer
getValue()
boolean
isSetValue()
void
setValue(java.lang.Integer 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.Integer getValue()
-
isSetValue
public boolean isSetValue()
-
setValue
public void setValue(java.lang.Integer 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
-
-