Package net.opengis.gml311
Interface MultiSurfaceDomainType
- 
- All Superinterfaces:
- DomainSetType,- EObject,- Notifier
 - All Known Implementing Classes:
- MultiSurfaceDomainTypeImpl
 
 public interface MultiSurfaceDomainType extends DomainSetType A representation of the model object 'Multi Surface Domain Type'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description MultiSurfaceTypegetMultiSurface()Returns the value of the 'Multi Surface' containment reference.voidsetMultiSurface(MultiSurfaceType value)Sets the value of the 'Multi Surface' 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- 
getMultiSurfaceMultiSurfaceType getMultiSurface() Returns the value of the 'Multi Surface' containment reference.If the meaning of the 'Multi Surface' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Multi Surface' containment reference.
- See Also:
- setMultiSurface(MultiSurfaceType),- Gml311Package.getMultiSurfaceDomainType_MultiSurface()
 
 - 
setMultiSurfacevoid setMultiSurface(MultiSurfaceType value) Sets the value of the 'Multi Surface' containment reference.- Parameters:
- value- the new value of the 'Multi Surface' containment reference.
- See Also:
- getMultiSurface()
 
 
- 
 
-