| java.lang.Object | |||
| ↳ | com.microsoft.schemas.xrm._2011.metadata.MetadataBase | ||
| ↳ | com.microsoft.schemas.xrm._2011.metadata.RelationshipMetadataBase | ||
| ↳ | com.microsoft.schemas.xrm._2011.metadata.ManyToManyRelationshipMetadata | ||
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>
| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| entity1AssociatedMenuConfiguration | |||||||||||
| entity1IntersectAttribute | |||||||||||
| entity1LogicalName | |||||||||||
| entity2AssociatedMenuConfiguration | |||||||||||
| entity2IntersectAttribute | |||||||||||
| entity2LogicalName | |||||||||||
| intersectEntityName | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.xrm._2011.metadata.RelationshipMetadataBase
| |||||||||||
From class
com.microsoft.schemas.xrm._2011.metadata.MetadataBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the entity1AssociatedMenuConfiguration property.
| |||||||||||
Gets the value of the entity1IntersectAttribute property.
| |||||||||||
Gets the value of the entity1LogicalName property.
| |||||||||||
Gets the value of the entity2AssociatedMenuConfiguration property.
| |||||||||||
Gets the value of the entity2IntersectAttribute property.
| |||||||||||
Gets the value of the entity2LogicalName property.
| |||||||||||
Gets the value of the intersectEntityName property.
| |||||||||||
Sets the value of the entity1AssociatedMenuConfiguration property.
| |||||||||||
Sets the value of the entity1IntersectAttribute property.
| |||||||||||
Sets the value of the entity1LogicalName property.
| |||||||||||
Sets the value of the entity2AssociatedMenuConfiguration property.
| |||||||||||
Sets the value of the entity2IntersectAttribute property.
| |||||||||||
Sets the value of the entity2LogicalName property.
| |||||||||||
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
| |||||||||||
Gets the value of the entity1AssociatedMenuConfiguration property.
AssociatedMenuConfiguration
Gets the value of the entity1IntersectAttribute property.
Gets the value of the entity1LogicalName property.
Gets the value of the entity2AssociatedMenuConfiguration property.
AssociatedMenuConfiguration
Gets the value of the entity2IntersectAttribute property.
Gets the value of the entity2LogicalName property.
Gets the value of the intersectEntityName property.
Sets the value of the entity1AssociatedMenuConfiguration property.
| value | Allowed object is
AssociatedMenuConfiguration
|
|---|
Sets the value of the entity1IntersectAttribute property.
| value | Allowed object is String |
|---|
Sets the value of the entity1LogicalName property.
| value | Allowed object is String |
|---|
Sets the value of the entity2AssociatedMenuConfiguration property.
| value | Allowed object is
AssociatedMenuConfiguration
|
|---|
Sets the value of the entity2IntersectAttribute property.
| value | Allowed object is String |
|---|
Sets the value of the entity2LogicalName property.
| value | Allowed object is String |
|---|
Sets the value of the intersectEntityName property.
| value | Allowed object is String |
|---|