|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.se._2_0.core.FunctionType
net.opengis.se._2_0.core.CategorizeType
public class CategorizeType
Classe Java pour CategorizeType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="CategorizeType">
<complexContent>
<extension base="{http://www.opengis.net/se/2.0/core}FunctionType">
<sequence>
<element ref="{http://www.opengis.net/se/2.0/core}LookupValue"/>
<sequence maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.opengis.net/se/2.0/core}Threshold"/>
<element ref="{http://www.opengis.net/se/2.0/core}Value"/>
</sequence>
<element ref="{http://www.opengis.net/se/2.0/core}Extension" minOccurs="0"/>
</sequence>
<attribute name="thresholdBelongsTo" type="{http://www.opengis.net/se/2.0/core}ThresholdBelongsToType" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ExtensionType |
extension
|
protected ParameterValueType |
lookupValue
|
protected List<Object> |
thresholdAndValue
|
protected ThresholdBelongsToType |
thresholdBelongsTo
|
| Fields inherited from class net.opengis.se._2_0.core.FunctionType |
|---|
fallbackValue |
| Constructor Summary | |
|---|---|
CategorizeType()
|
|
| Method Summary | |
|---|---|
ExtensionType |
getExtension()
Obtient la valeur de la propriété extension. |
ParameterValueType |
getLookupValue()
Obtient la valeur de la propriété lookupValue. |
List<Object> |
getThresholdAndValue()
Gets the value of the thresholdAndValue property. |
ThresholdBelongsToType |
getThresholdBelongsTo()
Obtient la valeur de la propriété thresholdBelongsTo. |
boolean |
isSetExtension()
|
boolean |
isSetLookupValue()
|
boolean |
isSetThresholdAndValue()
|
boolean |
isSetThresholdBelongsTo()
|
void |
setExtension(ExtensionType value)
Définit la valeur de la propriété extension. |
void |
setLookupValue(ParameterValueType value)
Définit la valeur de la propriété lookupValue. |
void |
setThresholdBelongsTo(ThresholdBelongsToType value)
Définit la valeur de la propriété thresholdBelongsTo. |
void |
unsetThresholdAndValue()
|
| Methods inherited from class net.opengis.se._2_0.core.FunctionType |
|---|
getFallbackValue, isSetFallbackValue, setFallbackValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ParameterValueType lookupValue
protected List<Object> thresholdAndValue
protected ExtensionType extension
protected ThresholdBelongsToType thresholdBelongsTo
| Constructor Detail |
|---|
public CategorizeType()
| Method Detail |
|---|
public ParameterValueType getLookupValue()
ParameterValueTypepublic void setLookupValue(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetLookupValue()
public List<Object> getThresholdAndValue()
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 thresholdAndValue property.
For example, to add a new item, do as follows:
getThresholdAndValue().add(newItem);
Objects of the following type(s) are allowed in the list
LiteralType
ParameterValueType
public boolean isSetThresholdAndValue()
public void unsetThresholdAndValue()
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic boolean isSetExtension()
public ThresholdBelongsToType getThresholdBelongsTo()
ThresholdBelongsToTypepublic void setThresholdBelongsTo(ThresholdBelongsToType value)
value - allowed object is
ThresholdBelongsToTypepublic boolean isSetThresholdBelongsTo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||