|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@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.
| 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 |
public abstract java.lang.String mimeType
public abstract java.lang.String encoding
public abstract java.lang.String schema
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||