|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.se._2_0.core.MapItemType
public class MapItemType
Classe Java pour MapItemType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="MapItemType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/se/2.0/core}Key"/>
<element ref="{http://www.opengis.net/se/2.0/core}Value"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
key
|
protected ParameterValueType |
value
|
| Constructor Summary | |
|---|---|
MapItemType()
|
|
| Method Summary | |
|---|---|
String |
getKey()
Obtient la valeur de la propriété key. |
ParameterValueType |
getValue()
Obtient la valeur de la propriété value. |
boolean |
isSetKey()
|
boolean |
isSetValue()
|
void |
setKey(String value)
Définit la valeur de la propriété key. |
void |
setValue(ParameterValueType value)
Définit la valeur de la propriété value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String key
protected ParameterValueType value
| Constructor Detail |
|---|
public MapItemType()
| Method Detail |
|---|
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic boolean isSetKey()
public ParameterValueType getValue()
ParameterValueTypepublic void setValue(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||