public class

ManyToManyRelationshipMetadata

extends RelationshipMetadataBase
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.xrm._2011.metadata.MetadataBase
     ↳ com.microsoft.schemas.xrm._2011.metadata.RelationshipMetadataBase
       ↳ com.microsoft.schemas.xrm._2011.metadata.ManyToManyRelationshipMetadata

Class Overview

Java class for ManyToManyRelationshipMetadata complex type.

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

 <complexType name="ManyToManyRelationshipMetadata">
   <complexContent>
     <extension base="{http://schemas.microsoft.com/xrm/2011/Metadata}RelationshipMetadataBase">
       <sequence>
         <element name="Entity1AssociatedMenuConfiguration" type="{http://schemas.microsoft.com/xrm/2011/Metadata}AssociatedMenuConfiguration" minOccurs="0"/>
         <element name="Entity1IntersectAttribute" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Entity1LogicalName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Entity2AssociatedMenuConfiguration" type="{http://schemas.microsoft.com/xrm/2011/Metadata}AssociatedMenuConfiguration" minOccurs="0"/>
         <element name="Entity2IntersectAttribute" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Entity2LogicalName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="IntersectEntityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.microsoft.schemas.xrm._2011.metadata.RelationshipMetadataBase
From class com.microsoft.schemas.xrm._2011.metadata.MetadataBase
Fields
protected AssociatedMenuConfiguration entity1AssociatedMenuConfiguration
protected String entity1IntersectAttribute
protected String entity1LogicalName
protected AssociatedMenuConfiguration entity2AssociatedMenuConfiguration
protected String entity2IntersectAttribute
protected String entity2LogicalName
protected String intersectEntityName
[Expand]
Inherited Fields
From class com.microsoft.schemas.xrm._2011.metadata.RelationshipMetadataBase
From class com.microsoft.schemas.xrm._2011.metadata.MetadataBase
Public Constructors
ManyToManyRelationshipMetadata()
Public Methods
AssociatedMenuConfiguration getEntity1AssociatedMenuConfiguration()
Gets the value of the entity1AssociatedMenuConfiguration property.
String getEntity1IntersectAttribute()
Gets the value of the entity1IntersectAttribute property.
String getEntity1LogicalName()
Gets the value of the entity1LogicalName property.
AssociatedMenuConfiguration getEntity2AssociatedMenuConfiguration()
Gets the value of the entity2AssociatedMenuConfiguration property.
String getEntity2IntersectAttribute()
Gets the value of the entity2IntersectAttribute property.
String getEntity2LogicalName()
Gets the value of the entity2LogicalName property.
String getIntersectEntityName()
Gets the value of the intersectEntityName property.
void setEntity1AssociatedMenuConfiguration(AssociatedMenuConfiguration value)
Sets the value of the entity1AssociatedMenuConfiguration property.
void setEntity1IntersectAttribute(String value)
Sets the value of the entity1IntersectAttribute property.
void setEntity1LogicalName(String value)
Sets the value of the entity1LogicalName property.
void setEntity2AssociatedMenuConfiguration(AssociatedMenuConfiguration value)
Sets the value of the entity2AssociatedMenuConfiguration property.
void setEntity2IntersectAttribute(String value)
Sets the value of the entity2IntersectAttribute property.
void setEntity2LogicalName(String value)
Sets the value of the entity2LogicalName property.
void setIntersectEntityName(String value)
Sets the value of the intersectEntityName property.
[Expand]
Inherited Methods
From class com.microsoft.schemas.xrm._2011.metadata.RelationshipMetadataBase
From class com.microsoft.schemas.xrm._2011.metadata.MetadataBase
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected AssociatedMenuConfiguration entity1AssociatedMenuConfiguration

protected String entity1IntersectAttribute

protected String entity1LogicalName

protected AssociatedMenuConfiguration entity2AssociatedMenuConfiguration

protected String entity2IntersectAttribute

protected String entity2LogicalName

protected String intersectEntityName

Public Constructors

public ManyToManyRelationshipMetadata ()

Public Methods

public AssociatedMenuConfiguration getEntity1AssociatedMenuConfiguration ()

Gets the value of the entity1AssociatedMenuConfiguration property.

Returns

public String getEntity1IntersectAttribute ()

Gets the value of the entity1IntersectAttribute property.

Returns
  • possible object is String

public String getEntity1LogicalName ()

Gets the value of the entity1LogicalName property.

Returns
  • possible object is String

public AssociatedMenuConfiguration getEntity2AssociatedMenuConfiguration ()

Gets the value of the entity2AssociatedMenuConfiguration property.

Returns

public String getEntity2IntersectAttribute ()

Gets the value of the entity2IntersectAttribute property.

Returns
  • possible object is String

public String getEntity2LogicalName ()

Gets the value of the entity2LogicalName property.

Returns
  • possible object is String

public String getIntersectEntityName ()

Gets the value of the intersectEntityName property.

Returns
  • possible object is String

public void setEntity1AssociatedMenuConfiguration (AssociatedMenuConfiguration value)

Sets the value of the entity1AssociatedMenuConfiguration property.

Parameters
value Allowed object is AssociatedMenuConfiguration

public void setEntity1IntersectAttribute (String value)

Sets the value of the entity1IntersectAttribute property.

Parameters
value Allowed object is String

public void setEntity1LogicalName (String value)

Sets the value of the entity1LogicalName property.

Parameters
value Allowed object is String

public void setEntity2AssociatedMenuConfiguration (AssociatedMenuConfiguration value)

Sets the value of the entity2AssociatedMenuConfiguration property.

Parameters
value Allowed object is AssociatedMenuConfiguration

public void setEntity2IntersectAttribute (String value)

Sets the value of the entity2IntersectAttribute property.

Parameters
value Allowed object is String

public void setEntity2LogicalName (String value)

Sets the value of the entity2LogicalName property.

Parameters
value Allowed object is String

public void setIntersectEntityName (String value)

Sets the value of the intersectEntityName property.

Parameters
value Allowed object is String