Package net.opengis.gml311
Interface MultiSolidDomainType
-
- All Superinterfaces:
DomainSetType
,EObject
,Notifier
- All Known Implementing Classes:
MultiSolidDomainTypeImpl
public interface MultiSolidDomainType extends DomainSetType
A representation of the model object 'Multi Solid Domain Type'.The following features are supported:
- See Also:
Gml311Package.getMultiSolidDomainType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MultiSolidType
getMultiSolid()
Returns the value of the 'Multi Solid' containment reference.void
setMultiSolid(MultiSolidType value)
Sets the value of the 'Multi Solid
' containment reference.-
Methods inherited from interface DomainSetType
getActuate, getArcrole, getGeometry, getGeometryGroup, getHref, getRemoteSchema, getRole, getShow, getTimeObject, getTimeObjectGroup, getTitle, getType, isSetActuate, isSetShow, isSetType, setActuate, setArcrole, setHref, setRemoteSchema, setRole, setShow, setTitle, setType, unsetActuate, unsetShow, unsetType
-
-
-
-
Method Detail
-
getMultiSolid
MultiSolidType getMultiSolid()
Returns the value of the 'Multi Solid' containment reference.If the meaning of the 'Multi Solid' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Multi Solid' containment reference.
- See Also:
setMultiSolid(MultiSolidType)
,Gml311Package.getMultiSolidDomainType_MultiSolid()
-
setMultiSolid
void setMultiSolid(MultiSolidType value)
Sets the value of the 'Multi Solid
' containment reference.- Parameters:
value
- the new value of the 'Multi Solid' containment reference.- See Also:
getMultiSolid()
-
-