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