org.geotools.wps
Class WPS

Object
  extended by XSD
      extended by WPS

public final class WPS
extends XSD

This interface contains the qualified names of all the types,elements, and attributes in the http://www.opengis.net/wps/1.0.0 schema.


Field Summary
static QName _DescribeProcess
           
static QName _Execute
           
static QName _ExecuteResponse
           
static QName _GetCapabilities
           
static QName _Languages
           
static QName _ProcessDescriptions
           
static QName _ProcessOfferings
           
static QName _WSDL
           
static QName Capabilities
           
static QName ComplexDataCombinationsType
           
static QName ComplexDataCombinationType
           
static QName ComplexDataDescriptionType
           
static QName ComplexDataType
           
static QName CRSsType
           
static QName DataInputsType
           
static QName DataType
           
static QName DescribeProcess
           
static QName DescriptionType
           
static QName DocumentOutputDefinitionType
           
static QName Execute
           
static QName ExecuteResponse
           
static QName ExecuteResponse_ProcessOutputs
          generated NOT
static QName GetCapabilities
           
static QName InputDescriptionType
           
static QName InputReferenceType
           
static QName InputReferenceType_BodyReference
           
static QName InputReferenceType_Header
           
static QName InputType
           
static QName Languages
           
static QName LanguagesType
           
static QName LiteralDataType
           
static QName LiteralInputType
           
static QName LiteralOutputType
           
static String NAMESPACE
           
static QName OutputDataType
           
static QName OutputDefinitionsType
           
static QName OutputDefinitionType
           
static QName OutputDescriptionType
           
static QName OutputReferenceType
           
static QName ProcessBriefType
           
static QName ProcessDescriptions
           
static QName ProcessDescriptionType
           
static QName ProcessDescriptionType_DataInputs
           
static QName ProcessDescriptionType_ProcessOutputs
           
static QName ProcessFailedType
           
static QName ProcessOfferings
           
static QName ProcessStartedType
           
static QName processVersion
           
static QName RequestBaseType
           
static QName ResponseBaseType
           
static QName ResponseDocumentType
           
static QName ResponseFormType
           
static QName StatusType
           
static QName SupportedComplexDataInputType
           
static QName SupportedComplexDataType
           
static QName SupportedCRSsType
           
static QName SupportedCRSsType_Default
           
static QName SupportedUOMsType
           
static QName SupportedUOMsType_Default
           
static QName UOMsType
           
static QName ValuesReferenceType
           
static QName WPSCapabilitiesType
           
static QName WSDL
           
 
Fields inherited from class XSD
LOGGER, schema
 
Method Summary
protected  void addDependencies(Set dependencies)
          Subclass hook to add additional dependencies.
static WPS getInstance()
          Returns the singleton instance.
 String getNamespaceURI()
          Returns 'http://www.opengis.net/wps/1.0.0'.
 String getSchemaLocation()
          Returns the location of 'wpsAll.xsd.'.
 
Methods inherited from class XSD
allDependencies, buildSchema, createSchemaLocationResolver, createSchemaLocator, equals, getDependencies, getSchema, hashCode, toString
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NAMESPACE

public static final String NAMESPACE
See Also:
Constant Field Values

ComplexDataCombinationsType

public static final QName ComplexDataCombinationsType

ComplexDataCombinationType

public static final QName ComplexDataCombinationType

ComplexDataDescriptionType

public static final QName ComplexDataDescriptionType

ComplexDataType

public static final QName ComplexDataType

CRSsType

public static final QName CRSsType

DataInputsType

public static final QName DataInputsType

DataType

public static final QName DataType

DescriptionType

public static final QName DescriptionType

DocumentOutputDefinitionType

public static final QName DocumentOutputDefinitionType

InputDescriptionType

public static final QName InputDescriptionType

InputReferenceType

public static final QName InputReferenceType

InputType

public static final QName InputType

LanguagesType

public static final QName LanguagesType

LiteralDataType

public static final QName LiteralDataType

LiteralInputType

public static final QName LiteralInputType

LiteralOutputType

public static final QName LiteralOutputType

OutputDataType

public static final QName OutputDataType

OutputDefinitionsType

public static final QName OutputDefinitionsType

OutputDefinitionType

public static final QName OutputDefinitionType

OutputDescriptionType

public static final QName OutputDescriptionType

OutputReferenceType

public static final QName OutputReferenceType

ProcessBriefType

public static final QName ProcessBriefType

ProcessDescriptionType

public static final QName ProcessDescriptionType

ProcessFailedType

public static final QName ProcessFailedType

ProcessStartedType

public static final QName ProcessStartedType

RequestBaseType

public static final QName RequestBaseType

ResponseBaseType

public static final QName ResponseBaseType

ResponseDocumentType

public static final QName ResponseDocumentType

ResponseFormType

public static final QName ResponseFormType

StatusType

public static final QName StatusType

SupportedComplexDataInputType

public static final QName SupportedComplexDataInputType

SupportedComplexDataType

public static final QName SupportedComplexDataType

SupportedCRSsType

public static final QName SupportedCRSsType

SupportedUOMsType

public static final QName SupportedUOMsType

UOMsType

public static final QName UOMsType

ValuesReferenceType

public static final QName ValuesReferenceType

WPSCapabilitiesType

public static final QName WPSCapabilitiesType

_DescribeProcess

public static final QName _DescribeProcess

_Execute

public static final QName _Execute

_ExecuteResponse

public static final QName _ExecuteResponse

_GetCapabilities

public static final QName _GetCapabilities

_Languages

public static final QName _Languages

_ProcessDescriptions

public static final QName _ProcessDescriptions

_ProcessOfferings

public static final QName _ProcessOfferings

_WSDL

public static final QName _WSDL

InputReferenceType_Header

public static final QName InputReferenceType_Header

InputReferenceType_BodyReference

public static final QName InputReferenceType_BodyReference

ProcessDescriptionType_DataInputs

public static final QName ProcessDescriptionType_DataInputs

ProcessDescriptionType_ProcessOutputs

public static final QName ProcessDescriptionType_ProcessOutputs

SupportedCRSsType_Default

public static final QName SupportedCRSsType_Default

SupportedUOMsType_Default

public static final QName SupportedUOMsType_Default

Capabilities

public static final QName Capabilities

DescribeProcess

public static final QName DescribeProcess

Execute

public static final QName Execute

ExecuteResponse

public static final QName ExecuteResponse

ExecuteResponse_ProcessOutputs

public static final QName ExecuteResponse_ProcessOutputs
generated NOT


GetCapabilities

public static final QName GetCapabilities

Languages

public static final QName Languages

ProcessDescriptions

public static final QName ProcessDescriptions

ProcessOfferings

public static final QName ProcessOfferings

WSDL

public static final QName WSDL

processVersion

public static final QName processVersion
Method Detail

getInstance

public static final WPS getInstance()
Returns the singleton instance.


addDependencies

protected void addDependencies(Set dependencies)
Description copied from class: XSD
Subclass hook to add additional dependencies.

Overrides:
addDependencies in class XSD

getNamespaceURI

public String getNamespaceURI()
Returns 'http://www.opengis.net/wps/1.0.0'.

Specified by:
getNamespaceURI in class XSD

getSchemaLocation

public String getSchemaLocation()
Returns the location of 'wpsAll.xsd.'.

Specified by:
getSchemaLocation in class XSD


Copyright © 1996-2009 Geotools. All Rights Reserved.