Package net.opengis.wps20
Interface GenericInputType
- All Superinterfaces:
BasicIdentificationType
,DescriptionType
,DescriptionType
,EObject
,Notifier
- All Known Implementing Classes:
GenericInputTypeImpl
A representation of the model object 'Generic Input Type'.
Description of an input to a process.
In this use, the DescriptionType shall describe a process input.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<GenericInputType>
getInput()
Returns the value of the 'Input' containment reference list.Returns the value of the 'Max Occurs' attribute.Returns the value of the 'Min Occurs' attribute.boolean
Returns whether the value of the 'Max Occurs
' attribute is set.boolean
Returns whether the value of the 'Min Occurs
' attribute is set.void
setMaxOccurs
(Object value) Sets the value of the 'Max Occurs
' attribute.void
setMinOccurs
(BigInteger value) Sets the value of the 'Min Occurs
' attribute.void
Unsets the value of the 'Max Occurs
' attribute.void
Unsets the value of the 'Min Occurs
' attribute.Methods inherited from interface BasicIdentificationType
getIdentifier, getMetadata, getMetadataGroup, setIdentifier
Methods inherited from interface DescriptionType
getAbstract, getKeywords, getTitle
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
-
getInput
EList<GenericInputType> getInput()Returns the value of the 'Input' containment reference list. The list contents are of typeGenericInputType
.- Returns:
- the value of the 'Input' containment reference list.
- See Also:
-
getMaxOccurs
Object getMaxOccurs()Returns the value of the 'Max Occurs' attribute. The default value is"1"
.- Returns:
- the value of the 'Max Occurs' attribute.
- See Also:
-
setMaxOccurs
Sets the value of the 'Max Occurs
' attribute.- Parameters:
value
- the new value of the 'Max Occurs' attribute.- See Also:
-
unsetMaxOccurs
void unsetMaxOccurs()Unsets the value of the 'Max Occurs
' attribute. -
isSetMaxOccurs
boolean isSetMaxOccurs()Returns whether the value of the 'Max Occurs
' attribute is set.- Returns:
- whether the value of the 'Max Occurs' attribute is set.
- See Also:
-
getMinOccurs
BigInteger getMinOccurs()Returns the value of the 'Min Occurs' attribute. The default value is"1"
.- Returns:
- the value of the 'Min Occurs' attribute.
- See Also:
-
setMinOccurs
Sets the value of the 'Min Occurs
' attribute.- Parameters:
value
- the new value of the 'Min Occurs' attribute.- See Also:
-
unsetMinOccurs
void unsetMinOccurs()Unsets the value of the 'Min Occurs
' attribute. -
isSetMinOccurs
boolean isSetMinOccurs()Returns whether the value of the 'Min Occurs
' attribute is set.- Returns:
- whether the value of the 'Min Occurs' attribute is set.
- See Also:
-