net.opengis.wps10
Interface SupportedComplexDataInputType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.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:

See Also:
Wps10Package.getSupportedComplexDataInputType()

Method Summary
 java.math.BigInteger getMaximumMegabytes()
          Returns the value of the 'Maximum Megabytes' attribute.
 void setMaximumMegabytes(java.math.BigInteger value)
          Sets the value of the 'Maximum Megabytes' attribute.
 
Methods inherited from interface net.opengis.wps10.SupportedComplexDataType
getDefault, getSupported, setDefault, setSupported
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getMaximumMegabytes

java.math.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(java.math.BigInteger value)
Sets the value of the 'Maximum Megabytes' attribute.

Parameters:
value - the new value of the 'Maximum Megabytes' attribute.
See Also:
getMaximumMegabytes()


Copyright © 1996-2010 Geotools. All Rights Reserved.