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