public class

KeyValuePairOfstringQueryBasegUGIFE1S

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

Class Overview

Java class for KeyValuePairOfstringQueryBasegUGIFE1S complex type.

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

 <complexType name="KeyValuePairOfstringQueryBasegUGIFE1S">
   <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://schemas.microsoft.com/xrm/2011/Contracts}QueryBase"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

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

Public Constructors

public KeyValuePairOfstringQueryBasegUGIFE1S ()

Public Methods

public String getKey ()

Gets the value of the key property.

Returns
  • possible object is String

public QueryBase getValue ()

Gets the value of the value property.

Returns

public void setKey (String value)

Sets the value of the key property.

Parameters
value Allowed object is String

public void setValue (QueryBase value)

Sets the value of the value property.

Parameters
value Allowed object is QueryBase