|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 null
encoding
- encoding, may be null
schema
- 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 Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |