org.citygml4j.model.gml.basicTypes
Interface BooleanOrNull

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

public interface BooleanOrNull
extends GML, Child, Copyable


Method Summary
 java.lang.Boolean getBoolean()
           
 Null getNull()
           
 boolean isSetBoolean()
           
 boolean isSetNull()
           
 void setBoolean(java.lang.Boolean _boolean)
           
 void setNull(Null _null)
           
 void unsetBoolean()
           
 void unsetNull()
           
 
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

getBoolean

java.lang.Boolean getBoolean()

getNull

Null getNull()

isSetBoolean

boolean isSetBoolean()

isSetNull

boolean isSetNull()

setBoolean

void setBoolean(java.lang.Boolean _boolean)

setNull

void setNull(Null _null)

unsetBoolean

void unsetBoolean()

unsetNull

void unsetNull()