org.deegree.services.wps.annotations.commons
Annotation Type ComplexFormat


@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface ComplexFormat

The ComplexFormat annotates a complex parameter with the data it can describes.

See ProcessDescription for a brief introduction to assigning values to annotations.

Version:
$Revision: 22719 $, $Date: 2010-02-24 11:00:06 +0100 (Mi, 24. Feb 2010) $
Author:
Rutger Bezema, last edited by: $Author: rbezema $

Optional Element Summary
 java.lang.String encoding
          encoding of the data, defaults to 'UTF-8'
 java.lang.String mimeType
          mimetype of the data, defaults to 'text/xml'
 java.lang.String schema
          schema describing the data, not set
 

mimeType

public abstract java.lang.String mimeType
mimetype of the data, defaults to 'text/xml'

Default:
"text/xml"

encoding

public abstract java.lang.String encoding
encoding of the data, defaults to 'UTF-8'

Default:
"UTF-8"

schema

public abstract java.lang.String schema
schema describing the data, not set

Default:
"_NS_"


Copyright © 2011. All Rights Reserved.