public class

OneToManyRelationshipMetadata

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.OneToManyRelationshipMetadata

Class Overview

Java class for OneToManyRelationshipMetadata complex type.

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

 <complexType name="OneToManyRelationshipMetadata">
   <complexContent>
     <extension base="{http://schemas.microsoft.com/xrm/2011/Metadata}RelationshipMetadataBase">
       <sequence>
         <element name="AssociatedMenuConfiguration" type="{http://schemas.microsoft.com/xrm/2011/Metadata}AssociatedMenuConfiguration" minOccurs="0"/>
         <element name="CascadeConfiguration" type="{http://schemas.microsoft.com/xrm/2011/Metadata}CascadeConfiguration" minOccurs="0"/>
         <element name="ReferencedAttribute" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ReferencedEntity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ReferencingAttribute" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ReferencingEntity" 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 associatedMenuConfiguration
protected CascadeConfiguration cascadeConfiguration
protected String referencedAttribute
protected String referencedEntity
protected String referencingAttribute
protected String referencingEntity
[Expand]
Inherited Fields
From class com.microsoft.schemas.xrm._2011.metadata.RelationshipMetadataBase
From class com.microsoft.schemas.xrm._2011.metadata.MetadataBase
Public Constructors
OneToManyRelationshipMetadata()
Public Methods
AssociatedMenuConfiguration getAssociatedMenuConfiguration()
Gets the value of the associatedMenuConfiguration property.
CascadeConfiguration getCascadeConfiguration()
Gets the value of the cascadeConfiguration property.
String getReferencedAttribute()
Gets the value of the referencedAttribute property.
String getReferencedEntity()
Gets the value of the referencedEntity property.
String getReferencingAttribute()
Gets the value of the referencingAttribute property.
String getReferencingEntity()
Gets the value of the referencingEntity property.
void setAssociatedMenuConfiguration(AssociatedMenuConfiguration value)
Sets the value of the associatedMenuConfiguration property.
void setCascadeConfiguration(CascadeConfiguration value)
Sets the value of the cascadeConfiguration property.
void setReferencedAttribute(String value)
Sets the value of the referencedAttribute property.
void setReferencedEntity(String value)
Sets the value of the referencedEntity property.
void setReferencingAttribute(String value)
Sets the value of the referencingAttribute property.
void setReferencingEntity(String value)
Sets the value of the referencingEntity 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 associatedMenuConfiguration

protected CascadeConfiguration cascadeConfiguration

protected String referencedAttribute

protected String referencedEntity

protected String referencingAttribute

protected String referencingEntity

Public Constructors

public OneToManyRelationshipMetadata ()

Public Methods

public AssociatedMenuConfiguration getAssociatedMenuConfiguration ()

Gets the value of the associatedMenuConfiguration property.

Returns

public CascadeConfiguration getCascadeConfiguration ()

Gets the value of the cascadeConfiguration property.

Returns

public String getReferencedAttribute ()

Gets the value of the referencedAttribute property.

Returns
  • possible object is String

public String getReferencedEntity ()

Gets the value of the referencedEntity property.

Returns
  • possible object is String

public String getReferencingAttribute ()

Gets the value of the referencingAttribute property.

Returns
  • possible object is String

public String getReferencingEntity ()

Gets the value of the referencingEntity property.

Returns
  • possible object is String

public void setAssociatedMenuConfiguration (AssociatedMenuConfiguration value)

Sets the value of the associatedMenuConfiguration property.

Parameters
value Allowed object is AssociatedMenuConfiguration

public void setCascadeConfiguration (CascadeConfiguration value)

Sets the value of the cascadeConfiguration property.

Parameters
value Allowed object is CascadeConfiguration

public void setReferencedAttribute (String value)

Sets the value of the referencedAttribute property.

Parameters
value Allowed object is String

public void setReferencedEntity (String value)

Sets the value of the referencedEntity property.

Parameters
value Allowed object is String

public void setReferencingAttribute (String value)

Sets the value of the referencingAttribute property.

Parameters
value Allowed object is String

public void setReferencingEntity (String value)

Sets the value of the referencingEntity property.

Parameters
value Allowed object is String