Package net.opengis.ows10
Interface OnlineResourceType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Subinterfaces:
RequestMethodType
- All Known Implementing Classes:
OnlineResourceTypeImpl
,RequestMethodTypeImpl
public interface OnlineResourceType extends EObject
A representation of the model object 'Online Resource Type'. Reference to on-line resource from which data can be obtained. For OWS use in the service metadata document, the CI_OnlineResource class was XML encoded as the attributeGroup "xlink:simpleLink", as used in GML.The following features are supported:
- See Also:
Ows10Package.getOnlineResourceType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getHref()
Returns the value of the 'Href' attribute.void
setHref(String value)
Sets the value of the 'Href
' attribute.
-
-
-
Method Detail
-
getHref
String getHref()
Returns the value of the 'Href' attribute.If the meaning of the 'Href' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Href' attribute.
- See Also:
setHref(String)
,Ows10Package.getOnlineResourceType_Href()
-
-