public class

KeyValuePairOfstringstring

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

Class Overview

Java class for KeyValuePairOfstringstring complex type.

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

 <complexType name="KeyValuePairOfstringstring">
   <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}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String key
protected String value
Public Constructors
KeyValuePairOfstringstring()
Public Methods
String getKey()
Gets the value of the key property.
String getValue()
Gets the value of the value property.
void setKey(String value)
Sets the value of the key property.
void setValue(String 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 String value

Public Constructors

public KeyValuePairOfstringstring ()

Public Methods

public String getKey ()

Gets the value of the key property.

Returns
  • possible object is String

public String getValue ()

Gets the value of the value property.

Returns
  • possible object is String

public void setKey (String value)

Sets the value of the key property.

Parameters
value Allowed object is String

public void setValue (String value)

Sets the value of the value property.

Parameters
value Allowed object is String