org.citygml4j.model.gml.basicTypes
Interface DoubleOrNullList

All Superinterfaces:
Child, Copyable, GML, ModelObject
All Known Subinterfaces:
MeasureOrNullList, QuantityExtent
All Known Implementing Classes:
DoubleOrNullListImpl, MeasureOrNullListImpl, QuantityExtentImpl

public interface DoubleOrNullList
extends GML, Child, Copyable


Method Summary
 void addDoubleOrNull(DoubleOrNull DoubleOrNull)
           
 java.util.List<DoubleOrNull> getDoubleOrNull()
           
 boolean isSetDoubleOrNull()
           
 void setDoubleOrNull(java.util.List<DoubleOrNull> doubleOrNull)
           
 void unsetDoubleOrNull()
           
 boolean unsetDoubleOrNull(DoubleOrNull doubleOrNull)
           
 
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

getDoubleOrNull

java.util.List<DoubleOrNull> getDoubleOrNull()

isSetDoubleOrNull

boolean isSetDoubleOrNull()

setDoubleOrNull

void setDoubleOrNull(java.util.List<DoubleOrNull> doubleOrNull)

addDoubleOrNull

void addDoubleOrNull(DoubleOrNull DoubleOrNull)

unsetDoubleOrNull

void unsetDoubleOrNull()

unsetDoubleOrNull

boolean unsetDoubleOrNull(DoubleOrNull doubleOrNull)