net.opengis.gml
Class AbstractGeneralOperationParameterType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.DefinitionType
          extended by 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>
 


Field Summary
protected  BigInteger minimumOccurs
           
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
AbstractGeneralOperationParameterType()
           
 
Method Summary
 BigInteger getMinimumOccurs()
          Obtient la valeur de la propriété minimumOccurs.
 boolean isSetMinimumOccurs()
           
 void setMinimumOccurs(BigInteger value)
          Définit la valeur de la propriété minimumOccurs.
 
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
 

Field Detail

minimumOccurs

protected BigInteger minimumOccurs
Constructor Detail

AbstractGeneralOperationParameterType

public AbstractGeneralOperationParameterType()
Method Detail

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.