public class

KeyValuePairOfRelationshipQueryBaseXPsK4FkN

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

Class Overview

Java class for KeyValuePairOfRelationshipQueryBaseX_PsK4FkN complex type.

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

 <complexType name="KeyValuePairOfRelationshipQueryBaseX_PsK4FkN">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="key" type="{http://schemas.microsoft.com/xrm/2011/Contracts}Relationship"/>
         <element name="value" type="{http://schemas.microsoft.com/xrm/2011/Contracts}QueryBase"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

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

protected QueryBase value

Public Constructors

public KeyValuePairOfRelationshipQueryBaseXPsK4FkN ()

Public Methods

public Relationship getKey ()

Gets the value of the key property.

Returns

public QueryBase getValue ()

Gets the value of the value property.

Returns

public void setKey (Relationship value)

Sets the value of the key property.

Parameters
value Allowed object is Relationship

public void setValue (QueryBase value)

Sets the value of the value property.

Parameters
value Allowed object is QueryBase