net.opengis.wps10
Interface ProcessBriefType

All Superinterfaces:
DescriptionType, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
ProcessDescriptionType
All Known Implementing Classes:
ProcessBriefTypeImpl, ProcessDescriptionTypeImpl

public interface ProcessBriefType
extends DescriptionType

A representation of the model object 'Process Brief Type'.

The following features are supported:

See Also:
Wps10Package.getProcessBriefType()

Method Summary
 java.lang.String getProcessVersion()
          Returns the value of the 'Process Version' attribute.
 java.lang.String getProfile()
          Returns the value of the 'Profile' attribute.
 WSDLType getWSDL()
          Returns the value of the 'WSDL' containment reference.
 void setProcessVersion(java.lang.String value)
          Sets the value of the 'Process Version' attribute.
 void setProfile(java.lang.String value)
          Sets the value of the 'Profile' attribute.
 void setWSDL(WSDLType value)
          Sets the value of the 'WSDL' containment reference.
 
Methods inherited from interface net.opengis.wps10.DescriptionType
getAbstract, getIdentifier, getMetadata, getTitle, setAbstract, setIdentifier, setTitle
 
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

getProfile

java.lang.String getProfile()
Returns the value of the 'Profile' attribute. Optional unordered list of application profiles to which this process complies.

Returns:
the value of the 'Profile' attribute.
See Also:
setProfile(String), Wps10Package.getProcessBriefType_Profile()

setProfile

void setProfile(java.lang.String value)
Sets the value of the 'Profile' attribute.

Parameters:
value - the new value of the 'Profile' attribute.
See Also:
getProfile()

getWSDL

WSDLType getWSDL()
Returns the value of the 'WSDL' containment reference. Location of a WSDL document which describes this process.

Returns:
the value of the 'WSDL' containment reference.
See Also:
setWSDL(WSDLType), Wps10Package.getProcessBriefType_WSDL()

setWSDL

void setWSDL(WSDLType value)
Sets the value of the 'WSDL' containment reference.

Parameters:
value - the new value of the 'WSDL' containment reference.
See Also:
getWSDL()

getProcessVersion

java.lang.String getProcessVersion()
Returns the value of the 'Process Version' attribute. Release version of this Process, included when a process version needs to be included for clarification about the process to be used. It is possible that a WPS supports a process with different versions due to reasons such as modifications of process algorithms. Notice that this is the version identifier for the process, not the version of the WPS interface. The processVersion is informative only. Version negotiation for processVersion is not available. Requests to Execute a process do not include a processVersion identifier.

Returns:
the value of the 'Process Version' attribute.
See Also:
setProcessVersion(String), Wps10Package.getProcessBriefType_ProcessVersion()

setProcessVersion

void setProcessVersion(java.lang.String value)
Sets the value of the 'Process Version' attribute.

Parameters:
value - the new value of the 'Process Version' attribute.
See Also:
getProcessVersion()


Copyright © 1996-2010 Geotools. All Rights Reserved.