org.citygml4j.model.gml.valueObjects
Class ScalarValue
java.lang.Object
org.citygml4j.model.gml.valueObjects.ScalarValue
- All Implemented Interfaces:
- ModelObject, Child, Copyable, GML
public class ScalarValue
- extends java.lang.Object
- implements GML, Child, Copyable
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScalarValue
public ScalarValue()
ScalarValue
public ScalarValue(boolean _boolean)
ScalarValue
public ScalarValue(Code category)
ScalarValue
public ScalarValue(Measure quantity)
ScalarValue
public ScalarValue(java.lang.Integer count)
getModelType
public ModelType getModelType()
- Specified by:
getModelType
in interface ModelObject
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interface GML
getBoolean
public java.lang.Boolean getBoolean()
getCategory
public Code getCategory()
getQuantity
public Measure getQuantity()
getCount
public java.lang.Integer getCount()
isSetBoolean
public boolean isSetBoolean()
isSetCategory
public boolean isSetCategory()
isSetQuantity
public boolean isSetQuantity()
isSetCount
public boolean isSetCount()
setBoolean
public void setBoolean(java.lang.Boolean _boolean)
setCategory
public void setCategory(Code category)
setQuantity
public void setQuantity(Measure quantity)
setCount
public void setCount(java.lang.Integer count)
unsetBoolean
public void unsetBoolean()
unsetCategory
public void unsetCategory()
unsetQuantity
public void unsetQuantity()
unsetCount
public void unsetCount()
getParent
public ModelObject getParent()
- Specified by:
getParent
in interface Child
isSetParent
public boolean isSetParent()
- Specified by:
isSetParent
in interface Child
setParent
public void setParent(ModelObject parent)
- Specified by:
setParent
in interface Child
unsetParent
public void unsetParent()
- Specified by:
unsetParent
in interface Child
copyTo
public java.lang.Object copyTo(java.lang.Object target,
CopyBuilder copyBuilder)
- Specified by:
copyTo
in interface Copyable
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interface Copyable