org.citygml4j.model.gml.geometry.complexes
Interface CompositeSolidProperty

All Superinterfaces:
Association<CompositeSolid>, AssociationAttributeGroup, AssociationByRep<CompositeSolid>, AssociationByRepOrRef<CompositeSolid>, Child, Copyable, GeometryProperty<CompositeSolid>, GML, ModelObject
All Known Implementing Classes:
CompositeSolidPropertyImpl

public interface CompositeSolidProperty
extends GeometryProperty<CompositeSolid>


Method Summary
 CompositeSolid getCompositeSolid()
           
 boolean isSetCompositeSolid()
           
 void setCompositeSolid(CompositeSolid compositeSolid)
           
 void unsetCompositeSolid()
           
 
Methods inherited from interface org.citygml4j.model.gml.geometry.GeometryProperty
getGeometry, isSetGeometry, setGeometry, unsetGeometry
 
Methods inherited from interface org.citygml4j.model.gml.base.AssociationByRep
getObject, isSetObject, setObject, unsetObject
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 
Methods inherited from interface org.citygml4j.model.gml.base.AssociationAttributeGroup
getActuate, getArcrole, getHref, getRemoteSchema, getRole, getShow, getTitle, getType, isSetActuate, isSetArcrole, isSetHref, isSetRemoteSchema, isSetRole, isSetShow, isSetTitle, isSetType, setActuate, setArcrole, setHref, setRemoteSchema, setRole, setShow, setTitle, setType, unsetActuate, unsetArcrole, unsetHref, unsetRemoteSchema, unsetRole, unsetShow, unsetTitle, unsetType
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 

Method Detail

getCompositeSolid

CompositeSolid getCompositeSolid()

isSetCompositeSolid

boolean isSetCompositeSolid()

setCompositeSolid

void setCompositeSolid(CompositeSolid compositeSolid)

unsetCompositeSolid

void unsetCompositeSolid()