org.citygml4j.model.gml.valueObjects
Interface ScalarValue

All Superinterfaces:
Child, Copyable, GML, ModelObject
All Known Implementing Classes:
ScalarValueImpl

public interface ScalarValue
extends GML, Child, Copyable


Method Summary
 java.lang.Boolean getBoolean()
           
 Code getCategory()
           
 java.lang.Integer getCount()
           
 Measure getQuantity()
           
 boolean isSetBoolean()
           
 boolean isSetCategory()
           
 boolean isSetCount()
           
 boolean isSetQuantity()
           
 void setBoolean(java.lang.Boolean _boolean)
           
 void setCategory(Code category)
           
 void setCount(java.lang.Integer count)
           
 void setQuantity(Measure quantity)
           
 void unsetBoolean()
           
 void unsetCategory()
           
 void unsetCount()
           
 void unsetQuantity()
           
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
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.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getBoolean

java.lang.Boolean getBoolean()

getCategory

Code getCategory()

getQuantity

Measure getQuantity()

getCount

java.lang.Integer getCount()

isSetBoolean

boolean isSetBoolean()

isSetCategory

boolean isSetCategory()

isSetQuantity

boolean isSetQuantity()

isSetCount

boolean isSetCount()

setBoolean

void setBoolean(java.lang.Boolean _boolean)

setCategory

void setCategory(Code category)

setQuantity

void setQuantity(Measure quantity)

setCount

void setCount(java.lang.Integer count)

unsetBoolean

void unsetBoolean()

unsetCategory

void unsetCategory()

unsetQuantity

void unsetQuantity()

unsetCount

void unsetCount()