| java.lang.Object | |||
| ↳ | com.microsoft.schemas.xrm._2011.metadata.MetadataBase | ||
| ↳ | com.microsoft.schemas.xrm._2011.metadata.RelationshipMetadataBase | ||
| ↳ | com.microsoft.schemas.xrm._2011.metadata.OneToManyRelationshipMetadata | ||
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>
| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| associatedMenuConfiguration | |||||||||||
| cascadeConfiguration | |||||||||||
| referencedAttribute | |||||||||||
| referencedEntity | |||||||||||
| referencingAttribute | |||||||||||
| referencingEntity | |||||||||||
|
[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 associatedMenuConfiguration property.
| |||||||||||
Gets the value of the cascadeConfiguration property.
| |||||||||||
Gets the value of the referencedAttribute property.
| |||||||||||
Gets the value of the referencedEntity property.
| |||||||||||
Gets the value of the referencingAttribute property.
| |||||||||||
Gets the value of the referencingEntity property.
| |||||||||||
Sets the value of the associatedMenuConfiguration property.
| |||||||||||
Sets the value of the cascadeConfiguration property.
| |||||||||||
Sets the value of the referencedAttribute property.
| |||||||||||
Sets the value of the referencedEntity property.
| |||||||||||
Sets the value of the referencingAttribute property.
| |||||||||||
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
| |||||||||||
Gets the value of the associatedMenuConfiguration property.
AssociatedMenuConfiguration
Gets the value of the cascadeConfiguration property.
CascadeConfiguration
Gets the value of the referencedAttribute property.
Gets the value of the referencedEntity property.
Gets the value of the referencingAttribute property.
Gets the value of the referencingEntity property.
Sets the value of the associatedMenuConfiguration property.
| value | Allowed object is
AssociatedMenuConfiguration
|
|---|
Sets the value of the cascadeConfiguration property.
| value | Allowed object is
CascadeConfiguration
|
|---|
Sets the value of the referencedAttribute property.
| value | Allowed object is String |
|---|
Sets the value of the referencedEntity property.
| value | Allowed object is String |
|---|
Sets the value of the referencingAttribute property.
| value | Allowed object is String |
|---|
Sets the value of the referencingEntity property.
| value | Allowed object is String |
|---|