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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description BigIntegergetMinimumOccurs()Returns the value of the 'Minimum Occurs' attribute.voidsetMinimumOccurs(BigInteger value)Sets the value of the 'Minimum Occurs' attribute.- 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 
- 
 
- 
- 
- 
Method Detail- 
getMinimumOccursBigInteger 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()
 
 - 
setMinimumOccursvoid setMinimumOccurs(BigInteger value) Sets the value of the 'Minimum Occurs' attribute.- Parameters:
- value- the new value of the 'Minimum Occurs' attribute.
- See Also:
- getMinimumOccurs()
 
 
- 
 
-