|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.AbstractGMLType
net.opengis.gml.DefinitionType
net.opengis.gml.AbstractGeneralOperationParameterType
net.opengis.gml.OperationParameterGroupBaseType
net.opengis.gml.OperationParameterGroupType
public class OperationParameterGroupType
The definition of a group of parameters used by an operation method. This complexType is expected to be used or extended for all applicable operation methods, without defining operation-method-specialized element names.
Classe Java pour OperationParameterGroupType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="OperationParameterGroupType">
<complexContent>
<extension base="{http://www.opengis.net/gml}OperationParameterGroupBaseType">
<sequence>
<element ref="{http://www.opengis.net/gml}groupID" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}remarks" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}maximumOccurs" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}includesParameter" maxOccurs="unbounded" minOccurs="2"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<IdentifierType> |
groupID
|
protected List<AbstractGeneralOperationParameterRefType> |
includesParameter
|
protected BigInteger |
maximumOccurs
|
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 | |
|---|---|
OperationParameterGroupType()
|
|
| Method Summary | |
|---|---|
List<IdentifierType> |
getGroupID()
Set of alternative identifications of this operation parameter group. |
List<AbstractGeneralOperationParameterRefType> |
getIncludesParameter()
Unordered list of associations to the set of operation parameters that are members of this group. |
BigInteger |
getMaximumOccurs()
Obtient la valeur de la propriété maximumOccurs. |
StringOrRefType |
getRemarks()
Comments on or information about this operation parameter group, including source information. |
boolean |
isSetGroupID()
|
boolean |
isSetIncludesParameter()
|
boolean |
isSetMaximumOccurs()
|
boolean |
isSetRemarks()
|
void |
setMaximumOccurs(BigInteger value)
Définit la valeur de la propriété maximumOccurs. |
void |
setRemarks(StringOrRefType value)
Définit la valeur de la propriété remarks. |
void |
unsetGroupID()
|
void |
unsetIncludesParameter()
|
| 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 |
|---|
protected List<IdentifierType> groupID
protected StringOrRefType remarks
protected BigInteger maximumOccurs
protected List<AbstractGeneralOperationParameterRefType> includesParameter
| Constructor Detail |
|---|
public OperationParameterGroupType()
| Method Detail |
|---|
public List<IdentifierType> getGroupID()
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 groupID property.
For example, to add a new item, do as follows:
getGroupID().add(newItem);
Objects of the following type(s) are allowed in the list
IdentifierType
public boolean isSetGroupID()
public void unsetGroupID()
public StringOrRefType getRemarks()
StringOrRefTypepublic void setRemarks(StringOrRefType value)
value - allowed object is
StringOrRefTypepublic boolean isSetRemarks()
public BigInteger getMaximumOccurs()
BigIntegerpublic void setMaximumOccurs(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetMaximumOccurs()
public List<AbstractGeneralOperationParameterRefType> getIncludesParameter()
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 includesParameter property.
For example, to add a new item, do as follows:
getIncludesParameter().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractGeneralOperationParameterRefType
public boolean isSetIncludesParameter()
public void unsetIncludesParameter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||