Package net.opengis.wps10
Interface SupportedComplexDataInputType
-
- All Superinterfaces:
EObject
,Notifier
,SupportedComplexDataType
- All Known Implementing Classes:
SupportedComplexDataInputTypeImpl
public interface SupportedComplexDataInputType extends SupportedComplexDataType
A representation of the model object 'Supported Complex Data Input Type'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigInteger
getMaximumMegabytes()
Returns 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 SupportedComplexDataType
getDefault, getSupported, setDefault, setSupported
-
-
-
-
Method Detail
-
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(BigInteger)
,Wps10Package.getSupportedComplexDataInputType_MaximumMegabytes()
-
setMaximumMegabytes
void setMaximumMegabytes(BigInteger value)
Sets the value of the 'Maximum Megabytes
' attribute.- Parameters:
value
- the new value of the 'Maximum Megabytes' attribute.- See Also:
getMaximumMegabytes()
-
-