org.citygml4j.model.gml.geometry.aggregates
Interface MultiCurveProperty

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

public interface MultiCurveProperty
extends GeometryProperty<MultiCurve>


Method Summary
 MultiCurve getMultiCurve()
           
 boolean isSetMultiCurve()
           
 void setMultiCurve(MultiCurve multiCurve)
           
 void unsetMultiCurve()
           
 
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.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
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
 
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

getMultiCurve

MultiCurve getMultiCurve()

isSetMultiCurve

boolean isSetMultiCurve()

setMultiCurve

void setMultiCurve(MultiCurve multiCurve)

unsetMultiCurve

void unsetMultiCurve()