public class

KeyValuePairOfRelationshipEntityCollectionXPsK4FkN

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

Class Overview

Java class for KeyValuePairOfRelationshipEntityCollectionX_PsK4FkN complex type.

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

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

Summary

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

Public Constructors

public KeyValuePairOfRelationshipEntityCollectionXPsK4FkN ()

Public Methods

public Relationship getKey ()

Gets the value of the key property.

Returns

public EntityCollection 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 (EntityCollection value)

Sets the value of the value property.

Parameters
value Allowed object is EntityCollection