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
Methods inherited from interface org.citygml4j.model.gml.GML |
getGMLClass |
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)