|
||||||||||
| 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.RecodeType
public class RecodeType
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 |
|---|
protected ParameterValueType lookupValue
protected List<MapItemType> mapItem
| Constructor Detail |
|---|
public RecodeType()
| Method Detail |
|---|
public ParameterValueType getLookupValue()
ParameterValueTypepublic void setLookupValue(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetLookupValue()
public List<MapItemType> getMapItem()
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
public boolean isSetMapItem()
public void unsetMapItem()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||