net.opengis.ows11
Interface RequestMethodType

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

public interface RequestMethodType
extends OnlineResourceType

A representation of the model object 'Request Method Type'. Connect point URL and any constraints for this HTTP request method for this operation request. In the OnlineResourceType, the xlink:href attribute in the xlink:simpleLink attribute group shall be used to contain this URL. The other attributes in the xlink:simpleLink attribute group should not be used.

The following features are supported:

See Also:
Ows11Package.getRequestMethodType()

Method Summary
 org.eclipse.emf.common.util.EList getConstraint()
          Returns the value of the 'Constraint' containment reference list.
 
Methods inherited from interface net.opengis.ows11.OnlineResourceType
getHref, setHref
 
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

getConstraint

org.eclipse.emf.common.util.EList getConstraint()
Returns the value of the 'Constraint' containment reference list. The list contents are of type DomainType. Optional unordered list of valid domain constraints on non-parameter quantities that each apply to this request method for this operation. If one of these Constraint elements has the same "name" attribute as a Constraint element in the OperationsMetadata or Operation element, this Constraint element shall override the other one for this operation. The list of required and optional constraints for this request method for this operation shall be specified in the Implementation Specification for this service.

Returns:
the value of the 'Constraint' containment reference list.
See Also:
Ows11Package.getRequestMethodType_Constraint()


Copyright © 1996-2010 Geotools. All Rights Reserved.