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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description MultiSolidTypegetMultiSolid()Returns the value of the 'Multi Solid' containment reference.voidsetMultiSolid(MultiSolidType value)Sets the value of the 'Multi Solid' containment reference.- 
Methods inherited from interface DomainSetTypegetActuate, 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- 
getMultiSolidMultiSolidType 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()
 
 - 
setMultiSolidvoid 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()
 
 
- 
 
-