Package net.opengis.wps10
Interface SupportedComplexDataInputType
- All Superinterfaces:
EObject
,Notifier
,SupportedComplexDataType
- All Known Implementing Classes:
SupportedComplexDataInputTypeImpl
A representation of the model object 'Supported Complex Data Input Type'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Maximum Megabytes' attribute.void
setMaximumMegabytes
(BigInteger value) Sets the value of the 'Maximum Megabytes
' 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
Methods inherited from interface SupportedComplexDataType
getDefault, getSupported, setDefault, setSupported
-
Method Details
-
getMaximumMegabytes
BigInteger getMaximumMegabytes()Returns the value of the 'Maximum Megabytes' attribute. The maximum file size, in megabytes, of this input. If the input exceeds this size, the server will 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:
-