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