org.deegree.ogcwebservices.wps.execute
Class ComplexValueEncoding
java.lang.Object
org.deegree.ogcwebservices.wps.execute.ComplexValueEncoding
- Direct Known Subclasses:
- ComplexValue, IOValue.ComplexValueReference
public class ComplexValueEncoding
- extends java.lang.Object
ComplexValueEncodign.java
Created on 24.03.2006. 17:29:57h
References the XML schema, format, and encoding of a complex value.
- Since:
- 2.0
- Version:
- 1.0.
- Author:
- Christian Kiehle, Christian Heier
Field Summary |
protected java.net.URI |
encoding
The encoding of this input or requested for this output (e.g., UTF-8). |
protected java.lang.String |
format
The Format of this input or requested for this output (e.g., text/XML). |
protected java.net.URL |
schema
Web-accessible XML Schema Document that defines the content model of this
complex resource (e.g., encoded using GML 2.2 Application Schema). |
Constructor Summary |
ComplexValueEncoding(java.lang.String format,
java.net.URI encoding,
java.net.URL schema)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
encoding
protected java.net.URI encoding
- The encoding of this input or requested for this output (e.g., UTF-8).
This "encoding" shall be included whenever the encoding required is not
the default encoding indicated in the Process full description. When
included, this encoding shall be one published for this output or input
in the Process full description.
format
protected java.lang.String format
- The Format of this input or requested for this output (e.g., text/XML).
This element shall be omitted when the Format is indicated in the http
header of the output. When included, this format shall be one published
for this output or input in the Process full description.
schema
protected java.net.URL schema
- Web-accessible XML Schema Document that defines the content model of this
complex resource (e.g., encoded using GML 2.2 Application Schema). This
reference should be included for XML encoded complex resources to
facilitate validation.
ComplexValueEncoding
public ComplexValueEncoding(java.lang.String format,
java.net.URI encoding,
java.net.URL schema)
- Parameters:
encoding
- format
- schema
-
getEncoding
public java.net.URI getEncoding()
- Returns:
- Returns the encoding.
getFormat
public java.lang.String getFormat()
- Returns:
- Returns the format.
getSchema
public java.net.URL getSchema()
- Returns:
- Returns the schema.
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org