org.deegree.protocol.wps.client.process.execute
Class OutputFormat

java.lang.Object
  extended by org.deegree.protocol.wps.client.process.execute.OutputFormat

public class OutputFormat
extends Object

Encapsulates the requested settings for an output parameter.

Version:
$Revision: 26137 $, $Date: 2010-08-25 18:05:25 +0200 (Wed, 25 Aug 2010) $
Author:
Andrei Ionita, Markus Schneider, last edited by: $Author: aionita $

Constructor Summary
OutputFormat(CodeType id, String uom, boolean asRef, String mimeType, String encoding, String schema)
          Creates a new OutputFormat instance.
 
Method Summary
 ComplexFormat getComplexAttributes()
          Returns the requested complex format (only applies to complex outputs).
 CodeType getId()
          Returns the parameter identifier.
 String getUom()
          Returns the requested unit-of-measure (only applies to bounding box outputs).
 boolean isReference()
          Returns whether the output should be returned as reference.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputFormat

public OutputFormat(CodeType id,
                    String uom,
                    boolean asRef,
                    String mimeType,
                    String encoding,
                    String schema)
Creates a new OutputFormat instance.

Parameters:
id - parameter identifier, must not be null
uom - requested unit-of-measure, can be null
asRef - true, if the output should be returned as reference, false otherwise
mimeType - requested mime type for the output, can be null
encoding - requested encoding for the output, can be null
schema - requested XML schema for the output, can be null
Method Detail

getId

public CodeType getId()
Returns the parameter identifier.

Returns:
parameter identifier, never null

getUom

public String getUom()
Returns the requested unit-of-measure (only applies to bounding box outputs).

Returns:
requested unit-of-measure, can be null

getComplexAttributes

public ComplexFormat getComplexAttributes()
Returns the requested complex format (only applies to complex outputs).

Returns:
requested complex format, can be null

isReference

public boolean isReference()
Returns whether the output should be returned as reference.

Returns:
true, if the output should be returned as reference, false otherwise


Copyright © 2011. All Rights Reserved.