public class MapEntryType extends Object
Java class for MapEntryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MapEntryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
key |
protected Object |
value |
| Constructor and Description |
|---|
MapEntryType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getKey()
Gets the value of the key property.
|
Object |
getValue()
Gets the value of the value property.
|
void |
setKey(Object value)
Sets the value of the key property.
|
void |
setValue(Object value)
Sets the value of the value property.
|
public Object getKey()
Objectpublic void setKey(Object value)
value - allowed object is
Objectpublic Object getValue()
ObjectCopyright © 2017. All rights reserved.