net.opengis.gml
Class ParameterValueGroupType

java.lang.Object
  extended by net.opengis.gml.AbstractGeneralParameterValueType
      extended by net.opengis.gml.ParameterValueGroupType

public class ParameterValueGroupType
extends AbstractGeneralParameterValueType

A group of related parameter values. The same group can be repeated more than once in a Conversion, Transformation, or higher level parameterValueGroup, if those instances contain different values of one or more parameterValues which suitably distinquish among those groups. This concrete complexType can be used for operation methods without using an Application Schema that defines operation-method-specialized element names and contents, especially for methods with only one instance. This complexType can be used, extended, or restricted for well-known operation methods, especially for methods with many instances.

Classe Java pour ParameterValueGroupType complex type.

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

 <complexType name="ParameterValueGroupType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractGeneralParameterValueType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}includesValue" maxOccurs="unbounded" minOccurs="2"/>
         <element ref="{http://www.opengis.net/gml}valuesOfGroup"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<AbstractGeneralParameterValueType> includesValue
           
protected  OperationParameterGroupRefType valuesOfGroup
           
 
Constructor Summary
ParameterValueGroupType()
           
 
Method Summary
 List<AbstractGeneralParameterValueType> getIncludesValue()
          Unordered set of composition associations to the parameter values and groups of values included in this group.
 OperationParameterGroupRefType getValuesOfGroup()
          Obtient la valeur de la propriété valuesOfGroup.
 boolean isSetIncludesValue()
           
 boolean isSetValuesOfGroup()
           
 void setValuesOfGroup(OperationParameterGroupRefType value)
          Définit la valeur de la propriété valuesOfGroup.
 void unsetIncludesValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

includesValue

protected List<AbstractGeneralParameterValueType> includesValue

valuesOfGroup

protected OperationParameterGroupRefType valuesOfGroup
Constructor Detail

ParameterValueGroupType

public ParameterValueGroupType()
Method Detail

getIncludesValue

public List<AbstractGeneralParameterValueType> getIncludesValue()
Unordered set of composition associations to the parameter values and groups of values included in this group. Gets the value of the includesValue 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 includesValue property.

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

    getIncludesValue().add(newItem);
 

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


isSetIncludesValue

public boolean isSetIncludesValue()

unsetIncludesValue

public void unsetIncludesValue()

getValuesOfGroup

public OperationParameterGroupRefType getValuesOfGroup()
Obtient la valeur de la propriété valuesOfGroup.

Returns:
possible object is OperationParameterGroupRefType

setValuesOfGroup

public void setValuesOfGroup(OperationParameterGroupRefType value)
Définit la valeur de la propriété valuesOfGroup.

Parameters:
value - allowed object is OperationParameterGroupRefType

isSetValuesOfGroup

public boolean isSetValuesOfGroup()


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