Package net.opengis.wps10
Interface DocumentRoot
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
DocumentRootImpl
public interface DocumentRoot extends EObject
A representation of the model object 'Document Root'.The following features are supported:
- See Also:
Wps10Package.getDocumentRoot()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WPSCapabilitiesType
getCapabilities()
Returns the value of the 'Capabilities' containment reference.DescribeProcessType
getDescribeProcess()
Returns the value of the 'Describe Process' containment reference.ExecuteType
getExecute()
Returns the value of the 'Execute' containment reference.ExecuteResponseType
getExecuteResponse()
Returns the value of the 'Execute Response' containment reference.GetCapabilitiesType
getGetCapabilities()
Returns the value of the 'Get Capabilities' containment reference.LanguagesType1
getLanguages()
Returns the value of the 'Languages' containment reference.FeatureMap
getMixed()
Returns the value of the 'Mixed' attribute list.ProcessDescriptionsType
getProcessDescriptions()
Returns the value of the 'Process Descriptions' containment reference.ProcessOfferingsType
getProcessOfferings()
Returns the value of the 'Process Offerings' containment reference.String
getProcessVersion()
Returns the value of the 'Process Version' attribute.WSDLType
getWSDL()
Returns the value of the 'WSDL' containment reference.EMap
getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map.EMap
getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map.void
setCapabilities(WPSCapabilitiesType value)
Sets the value of the 'Capabilities
' containment reference.void
setDescribeProcess(DescribeProcessType value)
Sets the value of the 'Describe Process
' containment reference.void
setExecute(ExecuteType value)
Sets the value of the 'Execute
' containment reference.void
setExecuteResponse(ExecuteResponseType value)
Sets the value of the 'Execute Response
' containment reference.void
setGetCapabilities(GetCapabilitiesType value)
Sets the value of the 'Get Capabilities
' containment reference.void
setLanguages(LanguagesType1 value)
Sets the value of the 'Languages
' containment reference.void
setProcessDescriptions(ProcessDescriptionsType value)
Sets the value of the 'Process Descriptions
' containment reference.void
setProcessOfferings(ProcessOfferingsType value)
Sets the value of the 'Process Offerings
' containment reference.void
setProcessVersion(String value)
Sets the value of the 'Process Version
' attribute.void
setWSDL(WSDLType value)
Sets the value of the 'WSDL
' containment reference.
-
-
-
Method Detail
-
getMixed
FeatureMap getMixed()
Returns the value of the 'Mixed' attribute list. The list contents are of typeFeatureMap.Entry
.If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Mixed' attribute list.
- See Also:
Wps10Package.getDocumentRoot_Mixed()
-
getXMLNSPrefixMap
EMap getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map. The key is of typeString
, and the value is of typeString
,If the meaning of the 'XMLNS Prefix Map' map isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'XMLNS Prefix Map' map.
- See Also:
Wps10Package.getDocumentRoot_XMLNSPrefixMap()
-
getXSISchemaLocation
EMap getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map. The key is of typeString
, and the value is of typeString
,If the meaning of the 'XSI Schema Location' map isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'XSI Schema Location' map.
- See Also:
Wps10Package.getDocumentRoot_XSISchemaLocation()
-
getCapabilities
WPSCapabilitiesType getCapabilities()
Returns the value of the 'Capabilities' containment reference. WPS GetCapabilities operation response. This document provides clients with service metadata about a specific service instance, including metadata about the processes that can be executed. Since the server does not implement the updateSequence and Sections parameters, the server shall always return the complete Capabilities document, without the updateSequence parameter.- Returns:
- the value of the 'Capabilities' containment reference.
- See Also:
setCapabilities(WPSCapabilitiesType)
,Wps10Package.getDocumentRoot_Capabilities()
-
setCapabilities
void setCapabilities(WPSCapabilitiesType value)
Sets the value of the 'Capabilities
' containment reference.- Parameters:
value
- the new value of the 'Capabilities' containment reference.- See Also:
getCapabilities()
-
getDescribeProcess
DescribeProcessType getDescribeProcess()
Returns the value of the 'Describe Process' containment reference. WPS DescribeProcess operation request.- Returns:
- the value of the 'Describe Process' containment reference.
- See Also:
setDescribeProcess(DescribeProcessType)
,Wps10Package.getDocumentRoot_DescribeProcess()
-
setDescribeProcess
void setDescribeProcess(DescribeProcessType value)
Sets the value of the 'Describe Process
' containment reference.- Parameters:
value
- the new value of the 'Describe Process' containment reference.- See Also:
getDescribeProcess()
-
getExecute
ExecuteType getExecute()
Returns the value of the 'Execute' containment reference. WPS Execute operation request, to execute one identified Process. If a process is to be run multiple times, each run shall be submitted as a separate Execute request.- Returns:
- the value of the 'Execute' containment reference.
- See Also:
setExecute(ExecuteType)
,Wps10Package.getDocumentRoot_Execute()
-
setExecute
void setExecute(ExecuteType value)
Sets the value of the 'Execute
' containment reference.- Parameters:
value
- the new value of the 'Execute' containment reference.- See Also:
getExecute()
-
getExecuteResponse
ExecuteResponseType getExecuteResponse()
Returns the value of the 'Execute Response' containment reference. WPS Execute operation response. By default, this XML document is delivered to the client in response to an Execute request. If "status" is "false" in the Execute operation request, this document is normally returned when process execution has been completed. If "status" in the Execute request is "true", this response shall be returned as soon as the Execute request has been accepted for processing. In this case, the same XML document is also made available as a web-accessible resource from the URL identified in the statusLocation, and the WPS server shall repopulate it once the process has completed. It may repopulate it on an ongoing basis while the process is executing. However, the response to an Execute request will not include this element in the special case where the output is a single complex value result and the Execute request indicates that "store" is "false". Instead, the server shall return the complex result (e.g., GIF image or GML) directly, without encoding it in the ExecuteResponse. If processing fails in this special case, the normal ExecuteResponse shall be sent, with the error condition indicated. This option is provided to simplify the programming required for simple clients and for service chaining.- Returns:
- the value of the 'Execute Response' containment reference.
- See Also:
setExecuteResponse(ExecuteResponseType)
,Wps10Package.getDocumentRoot_ExecuteResponse()
-
setExecuteResponse
void setExecuteResponse(ExecuteResponseType value)
Sets the value of the 'Execute Response
' containment reference.- Parameters:
value
- the new value of the 'Execute Response' containment reference.- See Also:
getExecuteResponse()
-
getGetCapabilities
GetCapabilitiesType getGetCapabilities()
Returns the value of the 'Get Capabilities' containment reference.If the meaning of the 'Get Capabilities' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Get Capabilities' containment reference.
- See Also:
setGetCapabilities(GetCapabilitiesType)
,Wps10Package.getDocumentRoot_GetCapabilities()
-
setGetCapabilities
void setGetCapabilities(GetCapabilitiesType value)
Sets the value of the 'Get Capabilities
' containment reference.- Parameters:
value
- the new value of the 'Get Capabilities' containment reference.- See Also:
getGetCapabilities()
-
getLanguages
LanguagesType1 getLanguages()
Returns the value of the 'Languages' containment reference. Listing of the default and other languages supported by this service.- Returns:
- the value of the 'Languages' containment reference.
- See Also:
setLanguages(LanguagesType1)
,Wps10Package.getDocumentRoot_Languages()
-
setLanguages
void setLanguages(LanguagesType1 value)
Sets the value of the 'Languages
' containment reference.- Parameters:
value
- the new value of the 'Languages' containment reference.- See Also:
getLanguages()
-
getProcessDescriptions
ProcessDescriptionsType getProcessDescriptions()
Returns the value of the 'Process Descriptions' containment reference. WPS DescribeProcess operation response.- Returns:
- the value of the 'Process Descriptions' containment reference.
- See Also:
setProcessDescriptions(ProcessDescriptionsType)
,Wps10Package.getDocumentRoot_ProcessDescriptions()
-
setProcessDescriptions
void setProcessDescriptions(ProcessDescriptionsType value)
Sets the value of the 'Process Descriptions
' containment reference.- Parameters:
value
- the new value of the 'Process Descriptions' containment reference.- See Also:
getProcessDescriptions()
-
getProcessOfferings
ProcessOfferingsType getProcessOfferings()
Returns the value of the 'Process Offerings' containment reference. List of brief descriptions of the processes offered by this WPS server.- Returns:
- the value of the 'Process Offerings' containment reference.
- See Also:
setProcessOfferings(ProcessOfferingsType)
,Wps10Package.getDocumentRoot_ProcessOfferings()
-
setProcessOfferings
void setProcessOfferings(ProcessOfferingsType value)
Sets the value of the 'Process Offerings
' containment reference.- Parameters:
value
- the new value of the 'Process Offerings' containment reference.- See Also:
getProcessOfferings()
-
getWSDL
WSDLType getWSDL()
Returns the value of the 'WSDL' containment reference. Location of a WSDL document.- Returns:
- the value of the 'WSDL' containment reference.
- See Also:
setWSDL(WSDLType)
,Wps10Package.getDocumentRoot_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.getDocumentRoot_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()
-
-