net.opengis.se._2_0.core
Class RecodeType

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

public class RecodeType
extends FunctionType

Classe Java pour RecodeType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="RecodeType">
   <complexContent>
     <extension base="{http://www.opengis.net/se/2.0/core}FunctionType">
       <sequence>
         <element ref="{http://www.opengis.net/se/2.0/core}LookupValue"/>
         <element ref="{http://www.opengis.net/se/2.0/core}MapItem" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  ParameterValueType lookupValue
           
protected  List<MapItemType> mapItem
           
 
Fields inherited from class net.opengis.se._2_0.core.FunctionType
fallbackValue
 
Constructor Summary
RecodeType()
           
 
Method Summary
 ParameterValueType getLookupValue()
          Obtient la valeur de la propriété lookupValue.
 List<MapItemType> getMapItem()
          Gets the value of the mapItem property.
 boolean isSetLookupValue()
           
 boolean isSetMapItem()
           
 void setLookupValue(ParameterValueType value)
          Définit la valeur de la propriété lookupValue.
 void unsetMapItem()
           
 
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

mapItem

protected List<MapItemType> mapItem
Constructor Detail

RecodeType

public RecodeType()
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()

getMapItem

public List<MapItemType> getMapItem()
Gets the value of the mapItem 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 mapItem property.

For example, to add a new item, do as follows:

    getMapItem().add(newItem);
 

Objects of the following type(s) are allowed in the list MapItemType


isSetMapItem

public boolean isSetMapItem()

unsetMapItem

public void unsetMapItem()


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