Package net.opengis.wcs10
Interface PostType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
PostTypeImpl
public interface PostType extends EObject
A representation of the model object 'Post Type'.The following features are supported:
- See Also:
Wcs10Package.getPostType()
-
-
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.getPostType_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()
-
-