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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description BigIntegergetMaximumMegabytes()Returns the value of the 'Maximum Megabytes' attribute.voidsetMaximumMegabytes(BigInteger value)Sets the value of the 'Maximum Megabytes' attribute.- 
Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface SupportedComplexDataTypegetDefault, getSupported, setDefault, setSupported
 
- 
 
- 
- 
- 
Method Detail- 
getMaximumMegabytesBigInteger 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()
 
 - 
setMaximumMegabytesvoid setMaximumMegabytes(BigInteger value) Sets the value of the 'Maximum Megabytes' attribute.- Parameters:
- value- the new value of the 'Maximum Megabytes' attribute.
- See Also:
- getMaximumMegabytes()
 
 
- 
 
-