|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.AbstractGeneralParameterValueType
net.opengis.gml.ParameterValueGroupType
public class ParameterValueGroupType
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 |
|---|
protected List<AbstractGeneralParameterValueType> includesValue
protected OperationParameterGroupRefType valuesOfGroup
| Constructor Detail |
|---|
public ParameterValueGroupType()
| Method Detail |
|---|
public List<AbstractGeneralParameterValueType> getIncludesValue()
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
public boolean isSetIncludesValue()
public void unsetIncludesValue()
public OperationParameterGroupRefType getValuesOfGroup()
OperationParameterGroupRefTypepublic void setValuesOfGroup(OperationParameterGroupRefType value)
value - allowed object is
OperationParameterGroupRefTypepublic boolean isSetValuesOfGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||