net.opengis.gml
Class AbstractGeneralOperationParameterType
java.lang.Object
net.opengis.gml.AbstractGMLType
net.opengis.gml.DefinitionType
net.opengis.gml.AbstractGeneralOperationParameterType
- Direct Known Subclasses:
- OperationParameterBaseType, OperationParameterGroupBaseType
public abstract class AbstractGeneralOperationParameterType
- extends DefinitionType
Abstract definition of a parameter or group of parameters used by an operation method.
Classe Java pour AbstractGeneralOperationParameterType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="AbstractGeneralOperationParameterType">
<complexContent>
<extension base="{http://www.opengis.net/gml}DefinitionType">
<sequence>
<element ref="{http://www.opengis.net/gml}minimumOccurs" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class net.opengis.gml.AbstractGMLType |
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
minimumOccurs
protected BigInteger minimumOccurs
AbstractGeneralOperationParameterType
public AbstractGeneralOperationParameterType()
getMinimumOccurs
public BigInteger getMinimumOccurs()
- Obtient la valeur de la propriété minimumOccurs.
- Returns:
- possible object is
BigInteger
setMinimumOccurs
public void setMinimumOccurs(BigInteger value)
- Définit la valeur de la propriété minimumOccurs.
- Parameters:
value - allowed object is
BigInteger
isSetMinimumOccurs
public boolean isSetMinimumOccurs()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.