public class

Relationship

extends Object
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.xrm._2011.contracts.Relationship

Class Overview

Java class for Relationship complex type.

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

 <complexType name="Relationship">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PrimaryEntityRole" type="{http://schemas.microsoft.com/xrm/2011/Contracts}EntityRole" minOccurs="0"/>
         <element name="SchemaName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected EntityRole primaryEntityRole
protected String schemaName
Public Constructors
Relationship()
Public Methods
EntityRole getPrimaryEntityRole()
Gets the value of the primaryEntityRole property.
String getSchemaName()
Gets the value of the schemaName property.
void setPrimaryEntityRole(EntityRole value)
Sets the value of the primaryEntityRole property.
void setSchemaName(String value)
Sets the value of the schemaName property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected EntityRole primaryEntityRole

protected String schemaName

Public Constructors

public Relationship ()

Public Methods

public EntityRole getPrimaryEntityRole ()

Gets the value of the primaryEntityRole property.

Returns

public String getSchemaName ()

Gets the value of the schemaName property.

Returns
  • possible object is String

public void setPrimaryEntityRole (EntityRole value)

Sets the value of the primaryEntityRole property.

Parameters
value Allowed object is EntityRole

public void setSchemaName (String value)

Sets the value of the schemaName property.

Parameters
value Allowed object is String