public class IntAttribute extends AbstractGenericAttribute
Constructor and Description |
---|
IntAttribute() |
IntAttribute(GenericsModule module) |
Modifier and Type | Method and 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() |
getCityGMLModule, getName, getParent, isSetCityGMLModule, isSetName, isSetParent, setName, setParent, unsetName, unsetParent
public IntAttribute()
public IntAttribute(GenericsModule module)
public java.lang.Integer getValue()
public boolean isSetValue()
public void setValue(java.lang.Integer value)
public void unsetValue()
public CityGMLClass getCityGMLClass()
public java.lang.Object copy(CopyBuilder copyBuilder)
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class AbstractGenericAttribute