| java.lang.Object | |
| ↳ | org.datacontract.schemas._2004._07.system_collections.KeyValuePairOfRelationshipEntityCollectionXPsK4FkN |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| key | |||||||||||
| value | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the key property.
| |||||||||||
Gets the value of the value property.
| |||||||||||
Sets the value of the key property.
| |||||||||||
Sets the value of the value property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the key property.
Relationship
Gets the value of the value property.
EntityCollection
Sets the value of the key property.
| value | Allowed object is
Relationship
|
|---|
Sets the value of the value property.
| value | Allowed object is
EntityCollection
|
|---|