net.opengis.se._2_0.core
Class CategorizeType

java.lang.Object
  extended by net.opengis.se._2_0.core.FunctionType
      extended by net.opengis.se._2_0.core.CategorizeType

public class CategorizeType
extends FunctionType

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

lookupValue

protected ParameterValueType lookupValue

thresholdAndValue

protected List<Object> thresholdAndValue

extension

protected ExtensionType extension

thresholdBelongsTo

protected ThresholdBelongsToType thresholdBelongsTo
Constructor Detail

CategorizeType

public CategorizeType()
Method Detail

getLookupValue

public ParameterValueType getLookupValue()
Obtient la valeur de la propriété lookupValue.

Returns:
possible object is ParameterValueType

setLookupValue

public void setLookupValue(ParameterValueType value)
Définit la valeur de la propriété lookupValue.

Parameters:
value - allowed object is ParameterValueType

isSetLookupValue

public boolean isSetLookupValue()

getThresholdAndValue

public List<Object> getThresholdAndValue()
Gets the value of the thresholdAndValue 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 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


isSetThresholdAndValue

public boolean isSetThresholdAndValue()

unsetThresholdAndValue

public void unsetThresholdAndValue()

getExtension

public ExtensionType getExtension()
Obtient la valeur de la propriété extension.

Returns:
possible object is ExtensionType

setExtension

public void setExtension(ExtensionType value)
Définit la valeur de la propriété extension.

Parameters:
value - allowed object is ExtensionType

isSetExtension

public boolean isSetExtension()

getThresholdBelongsTo

public ThresholdBelongsToType getThresholdBelongsTo()
Obtient la valeur de la propriété thresholdBelongsTo.

Returns:
possible object is ThresholdBelongsToType

setThresholdBelongsTo

public void setThresholdBelongsTo(ThresholdBelongsToType value)
Définit la valeur de la propriété thresholdBelongsTo.

Parameters:
value - allowed object is ThresholdBelongsToType

isSetThresholdBelongsTo

public boolean isSetThresholdBelongsTo()


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