|
||||||||||
| 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.ParameterValueType
public class ParameterValueType
A parameter value, ordered sequence of values, or reference to a file of parameter values. 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 ParameterValueType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="ParameterValueType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractGeneralParameterValueType">
<sequence>
<choice>
<element ref="{http://www.opengis.net/gml}value"/>
<element ref="{http://www.opengis.net/gml}dmsAngleValue"/>
<element ref="{http://www.opengis.net/gml}stringValue"/>
<element ref="{http://www.opengis.net/gml}integerValue"/>
<element ref="{http://www.opengis.net/gml}booleanValue"/>
<element ref="{http://www.opengis.net/gml}valueList"/>
<element ref="{http://www.opengis.net/gml}integerValueList"/>
<element ref="{http://www.opengis.net/gml}valueFile"/>
</choice>
<element ref="{http://www.opengis.net/gml}valueOfParameter"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
booleanValue
|
protected DMSAngleType |
dmsAngleValue
|
protected BigInteger |
integerValue
|
protected List<BigInteger> |
integerValueList
|
protected String |
stringValue
|
protected MeasureType |
value
|
protected String |
valueFile
|
protected MeasureListType |
valueList
|
protected OperationParameterRefType |
valueOfParameter
|
| Constructor Summary | |
|---|---|
ParameterValueType()
|
|
| Method Summary | |
|---|---|
DMSAngleType |
getDmsAngleValue()
Obtient la valeur de la propriété dmsAngleValue. |
BigInteger |
getIntegerValue()
Obtient la valeur de la propriété integerValue. |
List<BigInteger> |
getIntegerValueList()
Gets the value of the integerValueList property. |
String |
getStringValue()
Obtient la valeur de la propriété stringValue. |
MeasureType |
getValue()
Obtient la valeur de la propriété value. |
String |
getValueFile()
Obtient la valeur de la propriété valueFile. |
MeasureListType |
getValueList()
Obtient la valeur de la propriété valueList. |
OperationParameterRefType |
getValueOfParameter()
Obtient la valeur de la propriété valueOfParameter. |
Boolean |
isBooleanValue()
Obtient la valeur de la propriété booleanValue. |
boolean |
isSetBooleanValue()
|
boolean |
isSetDmsAngleValue()
|
boolean |
isSetIntegerValue()
|
boolean |
isSetIntegerValueList()
|
boolean |
isSetStringValue()
|
boolean |
isSetValue()
|
boolean |
isSetValueFile()
|
boolean |
isSetValueList()
|
boolean |
isSetValueOfParameter()
|
void |
setBooleanValue(Boolean value)
Définit la valeur de la propriété booleanValue. |
void |
setDmsAngleValue(DMSAngleType value)
Définit la valeur de la propriété dmsAngleValue. |
void |
setIntegerValue(BigInteger value)
Définit la valeur de la propriété integerValue. |
void |
setStringValue(String value)
Définit la valeur de la propriété stringValue. |
void |
setValue(MeasureType value)
Définit la valeur de la propriété value. |
void |
setValueFile(String value)
Définit la valeur de la propriété valueFile. |
void |
setValueList(MeasureListType value)
Définit la valeur de la propriété valueList. |
void |
setValueOfParameter(OperationParameterRefType value)
Définit la valeur de la propriété valueOfParameter. |
void |
unsetIntegerValueList()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected MeasureType value
protected DMSAngleType dmsAngleValue
protected String stringValue
protected BigInteger integerValue
protected Boolean booleanValue
protected MeasureListType valueList
protected List<BigInteger> integerValueList
protected String valueFile
protected OperationParameterRefType valueOfParameter
| Constructor Detail |
|---|
public ParameterValueType()
| Method Detail |
|---|
public MeasureType getValue()
MeasureTypepublic void setValue(MeasureType value)
value - allowed object is
MeasureTypepublic boolean isSetValue()
public DMSAngleType getDmsAngleValue()
DMSAngleTypepublic void setDmsAngleValue(DMSAngleType value)
value - allowed object is
DMSAngleTypepublic boolean isSetDmsAngleValue()
public String getStringValue()
Stringpublic void setStringValue(String value)
value - allowed object is
Stringpublic boolean isSetStringValue()
public BigInteger getIntegerValue()
BigIntegerpublic void setIntegerValue(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetIntegerValue()
public Boolean isBooleanValue()
Booleanpublic void setBooleanValue(Boolean value)
value - allowed object is
Booleanpublic boolean isSetBooleanValue()
public MeasureListType getValueList()
MeasureListTypepublic void setValueList(MeasureListType value)
value - allowed object is
MeasureListTypepublic boolean isSetValueList()
public List<BigInteger> getIntegerValueList()
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 integerValueList property.
For example, to add a new item, do as follows:
getIntegerValueList().add(newItem);
Objects of the following type(s) are allowed in the list
BigInteger
public boolean isSetIntegerValueList()
public void unsetIntegerValueList()
public String getValueFile()
Stringpublic void setValueFile(String value)
value - allowed object is
Stringpublic boolean isSetValueFile()
public OperationParameterRefType getValueOfParameter()
OperationParameterRefTypepublic void setValueOfParameter(OperationParameterRefType value)
value - allowed object is
OperationParameterRefTypepublic boolean isSetValueOfParameter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||