org.citygml4j.model.gml.geometry.primitives
Interface SolidArrayProperty

All Superinterfaces:
ArrayAssociation<AbstractSolid>, Association<AbstractSolid>, Child, Copyable, GeometryArrayProperty<AbstractSolid>, GML, ModelObject
All Known Implementing Classes:
SolidArrayPropertyImpl

public interface SolidArrayProperty
extends GeometryArrayProperty<AbstractSolid>


Method Summary
 void addSolid(AbstractSolid abstractSolid)
           
 java.util.List<AbstractSolid> getSolid()
           
 boolean isSetSolid()
           
 void setSolid(java.util.List<AbstractSolid> abstractSolid)
           
 void unsetSolid()
           
 boolean unsetSolid(AbstractSolid abstractSolid)
           
 
Methods inherited from interface org.citygml4j.model.gml.geometry.GeometryArrayProperty
addGeometry, getGeometry, isSetGeometry, setGeometry, unsetGeometry, unsetGeometry
 
Methods inherited from interface org.citygml4j.model.gml.base.ArrayAssociation
addObject, getObject, isSetObject, setObject, unsetObject, unsetObject
 
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

getSolid

java.util.List<AbstractSolid> getSolid()

isSetSolid

boolean isSetSolid()

setSolid

void setSolid(java.util.List<AbstractSolid> abstractSolid)

addSolid

void addSolid(AbstractSolid abstractSolid)

unsetSolid

void unsetSolid()

unsetSolid

boolean unsetSolid(AbstractSolid abstractSolid)