org.citygml4j.model.gml.basicTypes
Interface DoubleOrNull

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

public interface DoubleOrNull
extends GML, Child, Copyable


Method Summary
 java.lang.Double getDouble()
           
 Null getNull()
           
 boolean isSetDouble()
           
 boolean isSetNull()
           
 void setDouble(java.lang.Double _double)
           
 void setNull(Null _null)
           
 void unsetDouble()
           
 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

getDouble

java.lang.Double getDouble()

getNull

Null getNull()

isSetDouble

boolean isSetDouble()

isSetNull

boolean isSetNull()

setDouble

void setDouble(java.lang.Double _double)

setNull

void setNull(Null _null)

unsetDouble

void unsetDouble()

unsetNull

void unsetNull()