public class

KeyValuePairOfstringanyType

extends Object
implements Serializable
java.lang.Object
   ↳ org.datacontract.schemas._2004._07.system_collections.KeyValuePairOfstringanyType

Class Overview

Java class for KeyValuePairOfstringanyType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="KeyValuePairOfstringanyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String key
protected Object value
Public Constructors
KeyValuePairOfstringanyType()
Public Methods
String getKey()
Gets the value of the key property.
Object getValue()
Gets the value of the value property.
void setKey(String value)
Sets the value of the key property.
void setValue(Object value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String key

protected Object value

Public Constructors

public KeyValuePairOfstringanyType ()

Public Methods

public String getKey ()

Gets the value of the key property.

Returns
  • possible object is String

public Object getValue ()

Gets the value of the value property.

Returns
  • possible object is Object

public void setKey (String value)

Sets the value of the key property.

Parameters
value Allowed object is String

public void setValue (Object value)

Sets the value of the value property.

Parameters
value Allowed object is Object