net.opengis.ows11
Interface OnlineResourceType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
RequestMethodType
All Known Implementing Classes:
OnlineResourceTypeImpl, RequestMethodTypeImpl

public interface OnlineResourceType
extends org.eclipse.emf.ecore.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:
Ows11Package.getOnlineResourceType()

Method Summary
 java.lang.String getHref()
           
 void setHref(java.lang.String value)
          Sets the value of the 'Href' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getHref

java.lang.String getHref()

setHref

void setHref(java.lang.String value)
Sets the value of the 'Href' attribute.

Parameters:
value - the new value of the 'Href' attribute.
See Also:
getHref()


Copyright © 1996-2010 Geotools. All Rights Reserved.