org.citygml4j.model.gml.valueObjects
Interface ScalarValueList

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

public interface ScalarValueList
extends GML, Child, Copyable


Method Summary
 BooleanOrNullList getBooleanList()
           
 CodeOrNullList getCategoryList()
           
 IntegerOrNullList getCountList()
           
 MeasureOrNullList getQuantityList()
           
 boolean isSetBooleanList()
           
 boolean isSetCategoryList()
           
 boolean isSetCountList()
           
 boolean isSetQuantityList()
           
 void setBooleanList(BooleanOrNullList booleanList)
           
 void setCategoryList(CodeOrNullList categoryList)
           
 void setCountList(IntegerOrNullList countList)
           
 void setQuantityList(MeasureOrNullList quantityList)
           
 void unsetBooleanList()
           
 void unsetCategoryList()
           
 void unsetCountList()
           
 void unsetQuantityList()
           
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
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

getBooleanList

BooleanOrNullList getBooleanList()

getCategoryList

CodeOrNullList getCategoryList()

getQuantityList

MeasureOrNullList getQuantityList()

getCountList

IntegerOrNullList getCountList()

isSetBooleanList

boolean isSetBooleanList()

isSetCategoryList

boolean isSetCategoryList()

isSetQuantityList

boolean isSetQuantityList()

isSetCountList

boolean isSetCountList()

setBooleanList

void setBooleanList(BooleanOrNullList booleanList)

setCategoryList

void setCategoryList(CodeOrNullList categoryList)

setQuantityList

void setQuantityList(MeasureOrNullList quantityList)

setCountList

void setCountList(IntegerOrNullList countList)

unsetBooleanList

void unsetBooleanList()

unsetCategoryList

void unsetCategoryList()

unsetQuantityList

void unsetQuantityList()

unsetCountList

void unsetCountList()