public static class

ArrayOfKeyValueOfstringstring.KeyValueOfstringstring

extends Object
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas._2003._10.serialization.arrays.ArrayOfKeyValueOfstringstring.KeyValueOfstringstring

Class Overview

Java class for anonymous complex type.

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

 <complexType>
   <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
ArrayOfKeyValueOfstringstring.KeyValueOfstringstring()
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 ArrayOfKeyValueOfstringstring.KeyValueOfstringstring ()

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