Package net.opengis.wcs10
Interface GetType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
GetTypeImpl
public interface GetType extends EObject
A representation of the model object 'Get Type'.The following features are supported:
- See Also:
Wcs10Package.getGetType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OnlineResourceType
getOnlineResource()
Returns the value of the 'Online Resource' containment reference.void
setOnlineResource(OnlineResourceType value)
Sets the value of the 'Online Resource
' containment reference.
-
-
-
Method Detail
-
getOnlineResource
OnlineResourceType getOnlineResource()
Returns the value of the 'Online Resource' containment reference.If the meaning of the 'Online Resource' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Online Resource' containment reference.
- See Also:
setOnlineResource(OnlineResourceType)
,Wcs10Package.getGetType_OnlineResource()
-
setOnlineResource
void setOnlineResource(OnlineResourceType value)
Sets the value of the 'Online Resource
' containment reference.- Parameters:
value
- the new value of the 'Online Resource' containment reference.- See Also:
getOnlineResource()
-
-