Package net.opengis.gml311
Interface AbstractGeneralOperationParameterType
-
- All Superinterfaces:
AbstractGMLType
,DefinitionType
,EObject
,Notifier
- All Known Subinterfaces:
OperationParameterBaseType
,OperationParameterGroupBaseType
,OperationParameterGroupType
,OperationParameterType
- All Known Implementing Classes:
AbstractGeneralOperationParameterTypeImpl
,OperationParameterBaseTypeImpl
,OperationParameterGroupBaseTypeImpl
,OperationParameterGroupTypeImpl
,OperationParameterTypeImpl
public interface AbstractGeneralOperationParameterType extends DefinitionType
A representation of the model object 'Abstract General Operation Parameter Type'. Abstract definition of a parameter or group of parameters used by an operation method.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigInteger
getMinimumOccurs()
Returns the value of the 'Minimum Occurs' attribute.void
setMinimumOccurs(BigInteger value)
Sets the value of the 'Minimum Occurs
' attribute.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
-
-
-
Method Detail
-
getMinimumOccurs
BigInteger getMinimumOccurs()
Returns the value of the 'Minimum Occurs' attribute. The minimum number of times that values for this parameter group or parameter are required. If this attribute is omitted, the minimum number is one.- Returns:
- the value of the 'Minimum Occurs' attribute.
- See Also:
setMinimumOccurs(BigInteger)
,Gml311Package.getAbstractGeneralOperationParameterType_MinimumOccurs()
-
setMinimumOccurs
void setMinimumOccurs(BigInteger value)
Sets the value of the 'Minimum Occurs
' attribute.- Parameters:
value
- the new value of the 'Minimum Occurs' attribute.- See Also:
getMinimumOccurs()
-
-