Package net.opengis.wps20
Interface InputDescriptionType
-
- All Superinterfaces:
BasicIdentificationType,DescriptionType,DescriptionType,EObject,Notifier
- All Known Implementing Classes:
InputDescriptionTypeImpl
public interface InputDescriptionType extends DescriptionType
A representation of the model object 'Input Description 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:
net.opengis.wps.wps20.Wps20Package#getInputDescriptionType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataDescriptionTypegetDataDescription()Returns the value of the 'Data Description' containment reference.FeatureMapgetDataDescriptionGroup()Returns the value of the 'Data Description Group' attribute list.EList<InputDescriptionType>getInput()Returns the value of the 'Input' containment reference list.ObjectgetMaxOccurs()Returns the value of the 'Max Occurs' attribute.BigIntegergetMinOccurs()Returns the value of the 'Min Occurs' attribute.booleanisSetMaxOccurs()Returns whether the value of the 'Max Occurs' attribute is set.booleanisSetMinOccurs()Returns whether the value of the 'Min Occurs' attribute is set.voidsetMaxOccurs(Object value)Sets the value of the 'Max Occurs' attribute.voidsetMinOccurs(BigInteger value)Sets the value of the 'Min Occurs' attribute.voidunsetMaxOccurs()Unsets the value of the 'Max Occurs' attribute.voidunsetMinOccurs()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
-
-
-
-
Method Detail
-
getDataDescriptionGroup
FeatureMap getDataDescriptionGroup()
Returns the value of the 'Data Description Group' attribute list. The list contents are of typeFeatureMap.Entry.- Returns:
- the value of the 'Data Description Group' attribute list.
- See Also:
net.opengis.wps.wps20.Wps20Package#getInputDescriptionType_DataDescriptionGroup()
-
getDataDescription
DataDescriptionType getDataDescription()
Returns the value of the 'Data Description' containment reference.- Returns:
- the value of the 'Data Description' containment reference.
- See Also:
net.opengis.wps.wps20.Wps20Package#getInputDescriptionType_DataDescription()
-
getInput
EList<InputDescriptionType> getInput()
Returns the value of the 'Input' containment reference list. The list contents are of typeInputDescriptionType.- Returns:
- the value of the 'Input' containment reference list.
- See Also:
net.opengis.wps.wps20.Wps20Package#getInputDescriptionType_Input()
-
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:
isSetMaxOccurs(),unsetMaxOccurs(),setMaxOccurs(Object),net.opengis.wps.wps20.Wps20Package#getInputDescriptionType_MaxOccurs()
-
setMaxOccurs
void setMaxOccurs(Object value)
Sets the value of the 'Max Occurs' attribute.- Parameters:
value- the new value of the 'Max Occurs' attribute.- See Also:
isSetMaxOccurs(),unsetMaxOccurs(),getMaxOccurs()
-
unsetMaxOccurs
void unsetMaxOccurs()
Unsets the value of the 'Max Occurs' attribute.- See Also:
isSetMaxOccurs(),getMaxOccurs(),setMaxOccurs(Object)
-
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:
unsetMaxOccurs(),getMaxOccurs(),setMaxOccurs(Object)
-
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:
isSetMinOccurs(),unsetMinOccurs(),setMinOccurs(BigInteger),net.opengis.wps.wps20.Wps20Package#getInputDescriptionType_MinOccurs()
-
setMinOccurs
void setMinOccurs(BigInteger value)
Sets the value of the 'Min Occurs' attribute.- Parameters:
value- the new value of the 'Min Occurs' attribute.- See Also:
isSetMinOccurs(),unsetMinOccurs(),getMinOccurs()
-
unsetMinOccurs
void unsetMinOccurs()
Unsets the value of the 'Min Occurs' attribute.- See Also:
isSetMinOccurs(),getMinOccurs(),setMinOccurs(BigInteger)
-
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:
unsetMinOccurs(),getMinOccurs(),setMinOccurs(BigInteger)
-
-