Package net.opengis.wps20
Interface FormatType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
FormatTypeImpl
public interface FormatType
extends EObject
A representation of the model object 'Format Type'.
References the XML schema, format, and encoding of a complex value.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Encoding' attribute.Returns the value of the 'Maximum Megabytes' attribute.Returns the value of the 'Mime Type' attribute.Returns the value of the 'Schema' attribute.boolean
Returns the value of the 'Default' attribute.boolean
Returns whether the value of the 'Default
' attribute is set.void
setDefault
(boolean value) Sets the value of the 'Default
' attribute.void
setEncoding
(String value) Sets the value of the 'Encoding
' attribute.void
setMaximumMegabytes
(BigInteger value) Sets the value of the 'Maximum Megabytes
' attribute.void
setMimeType
(String value) Sets the value of the 'Mime Type
' attribute.void
Sets the value of the 'Schema
' attribute.void
Unsets the value of the 'Default
' attribute.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
-
isDefault
boolean isDefault()Returns the value of the 'Default' attribute.- Returns:
- the value of the 'Default' attribute.
- See Also:
-
setDefault
void setDefault(boolean value) Sets the value of the 'Default
' attribute.- Parameters:
value
- the new value of the 'Default' attribute.- See Also:
-
unsetDefault
void unsetDefault()Unsets the value of the 'Default
' attribute.- See Also:
-
isSetDefault
boolean isSetDefault()Returns whether the value of the 'Default
' attribute is set.- Returns:
- whether the value of the 'Default' attribute is set.
- See Also:
-
getEncoding
String getEncoding()Returns the value of the 'Encoding' attribute. Encoding procedure or character set of the data (e.g. raw or base64).- 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:
-
getMaximumMegabytes
BigInteger getMaximumMegabytes()Returns the value of the 'Maximum Megabytes' attribute. The maximum size of the input data, in megabytes. If the input exceeds this size, the server may return an error instead of processing the inputs.- Returns:
- the value of the 'Maximum Megabytes' attribute.
- See Also:
-
setMaximumMegabytes
Sets the value of the 'Maximum Megabytes
' attribute.- Parameters:
value
- the new value of the 'Maximum Megabytes' 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:
-