|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.protocol.wps.client.param.ComplexFormat
public class ComplexFormat
Encapsulates the parameters needed for defining a complex input / output format.
| Constructor Summary | |
|---|---|
ComplexFormat(String mimeType,
String encoding,
String schema)
Creates a new ComplexFormat instance. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object arg0)
|
String |
getEncoding()
Returns the encoding of the format. |
String |
getMimeType()
Returns the mime type of the format. |
String |
getSchema()
Returns the XML schema URL of the format. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ComplexFormat(String mimeType,
String encoding,
String schema)
ComplexFormat instance.
mimeType - mime type, may be nullencoding - encoding, may be nullschema - XML schema, may be null| Method Detail |
|---|
public String getMimeType()
null (means unspecified / default)public String getEncoding()
null (means unspecified / default)public String getSchema()
null (means unspecified / default)public boolean equals(Object arg0)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||