Package net.opengis.wps10
Interface ProcessBriefType
-
- All Superinterfaces:
DescriptionType
,EObject
,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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getProcessVersion()
Returns the value of the 'Process Version' attribute.String
getProfile()
Returns the value of the 'Profile' attribute.WSDLType
getWSDL()
Returns the value of the 'WSDL' containment reference.void
setProcessVersion(String value)
Sets the value of the 'Process Version
' attribute.void
setProfile(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 DescriptionType
getAbstract, getIdentifier, getMetadata, getTitle, setAbstract, setIdentifier, setTitle
-
-
-
-
Method Detail
-
getProfile
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(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
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(String value)
Sets the value of the 'Process Version
' attribute.- Parameters:
value
- the new value of the 'Process Version' attribute.- See Also:
getProcessVersion()
-
-