Package net.opengis.wps20
Interface DataType
- All Superinterfaces:
AnyType
,EObject
,Notifier
- All Known Implementing Classes:
DataTypeImpl
public interface DataType
extends EObject, AnyType
A representation of the model object 'Data Type'.
This element is used to embed the data in a WPS request or response.
The content can be XML data, plain character data, or specially encoded binary data (i.e. base64).
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Encoding' attribute.Returns the value of the 'Mime Type' attribute.Returns the value of the 'Schema' attribute.void
setEncoding
(String value) Sets the value of the 'Encoding
' attribute.void
setMimeType
(String value) Sets the value of the 'Mime Type
' attribute.void
Sets the value of the 'Schema
' attribute.Methods inherited from interface AnyType
getAny, getAnyAttribute, getMixed
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getEncoding
String getEncoding()Returns the value of the 'Encoding' attribute. Encoding procedure or character set used (e.g. raw, base64, or UTF-8).- Returns:
- the value of the 'Encoding' attribute.
- See Also:
-
setEncoding
Sets the value of the 'Encoding
' attribute.- Parameters:
value
- the new value of the 'Encoding' attribute.- See Also:
-
getMimeType
String getMimeType()Returns the value of the 'Mime Type' attribute. Media type of the data.- Returns:
- the value of the 'Mime Type' attribute.
- See Also:
-
setMimeType
Sets the value of the 'Mime Type
' attribute.- Parameters:
value
- the new value of the 'Mime Type' attribute.- See Also:
-
getSchema
String getSchema()Returns the value of the 'Schema' attribute. Identification of the data schema.- Returns:
- the value of the 'Schema' attribute.
- See Also:
-
setSchema
Sets the value of the 'Schema
' attribute.- Parameters:
value
- the new value of the 'Schema' attribute.- See Also:
-