net.opengis.gml
Class OperationParameterType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.DefinitionType
          extended by net.opengis.gml.AbstractGeneralOperationParameterType
              extended by net.opengis.gml.OperationParameterBaseType
                  extended by net.opengis.gml.OperationParameterType

public class OperationParameterType
extends OperationParameterBaseType

The definition of a parameter used by an operation method. Most parameter values are numeric, but other types of parameter values are possible. This complexType is expected to be used or extended for all operation methods, without defining operation-method-specialized element names.

Classe Java pour OperationParameterType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="OperationParameterType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}OperationParameterBaseType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}parameterID" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/gml}remarks" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<IdentifierType> parameterID
           
protected  StringOrRefType remarks
           
 
Fields inherited from class net.opengis.gml.AbstractGeneralOperationParameterType
minimumOccurs
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
OperationParameterType()
           
 
Method Summary
 List<IdentifierType> getParameterID()
          Set of alternative identifications of this operation parameter.
 StringOrRefType getRemarks()
          Comments on or information about this operation parameter, including source information.
 boolean isSetParameterID()
           
 boolean isSetRemarks()
           
 void setRemarks(StringOrRefType value)
          Définit la valeur de la propriété remarks.
 void unsetParameterID()
           
 
Methods inherited from class net.opengis.gml.AbstractGeneralOperationParameterType
getMinimumOccurs, isSetMinimumOccurs, setMinimumOccurs
 
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

parameterID

protected List<IdentifierType> parameterID

remarks

protected StringOrRefType remarks
Constructor Detail

OperationParameterType

public OperationParameterType()
Method Detail

getParameterID

public List<IdentifierType> getParameterID()
Set of alternative identifications of this operation parameter. The first parameterID, if any, is normally the primary identification code, and any others are aliases. Gets the value of the parameterID property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the parameterID property.

For example, to add a new item, do as follows:

    getParameterID().add(newItem);
 

Objects of the following type(s) are allowed in the list IdentifierType


isSetParameterID

public boolean isSetParameterID()

unsetParameterID

public void unsetParameterID()

getRemarks

public StringOrRefType getRemarks()
Comments on or information about this operation parameter, including source information.

Returns:
possible object is StringOrRefType

setRemarks

public void setRemarks(StringOrRefType value)
Définit la valeur de la propriété remarks.

Parameters:
value - allowed object is StringOrRefType

isSetRemarks

public boolean isSetRemarks()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.