org.citygml4j.model.gml.basicTypes
Interface BooleanOrNullList

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

public interface BooleanOrNullList
extends GML, Child, Copyable


Method Summary
 void addBooleanOrNull(BooleanOrNull booleanOrNull)
           
 java.util.List<BooleanOrNull> getBooleanOrNull()
           
 boolean isSetBooleanOrNull()
           
 void setBooleanOrNull(java.util.List<BooleanOrNull> booleanOrNull)
           
 void unsetBooleanOrNull()
           
 boolean unsetBooleanOrNull(BooleanOrNull booleanOrNull)
           
 
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

getBooleanOrNull

java.util.List<BooleanOrNull> getBooleanOrNull()

isSetBooleanOrNull

boolean isSetBooleanOrNull()

setBooleanOrNull

void setBooleanOrNull(java.util.List<BooleanOrNull> booleanOrNull)

addBooleanOrNull

void addBooleanOrNull(BooleanOrNull booleanOrNull)

unsetBooleanOrNull

void unsetBooleanOrNull()

unsetBooleanOrNull

boolean unsetBooleanOrNull(BooleanOrNull booleanOrNull)