| java.lang.Object | ||
| ↳ | com.microsoft.schemas.xrm._2011.metadata.MetadataBase | |
| ↳ | com.microsoft.schemas.xrm._2011.metadata.RelationshipMetadataBase | |
Known Direct Subclasses
|
Java class for RelationshipMetadataBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelationshipMetadataBase">
<complexContent>
<extension base="{http://schemas.microsoft.com/xrm/2011/Metadata}MetadataBase">
<sequence>
<element name="IsCustomRelationship" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsCustomizable" type="{http://schemas.microsoft.com/xrm/2011/Contracts}BooleanManagedProperty" minOccurs="0"/>
<element name="IsManaged" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsValidForAdvancedFind" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SchemaName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SecurityTypes" type="{http://schemas.microsoft.com/xrm/2011/Metadata}SecurityTypes" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.xrm._2011.metadata.MetadataBase
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| isCustomRelationship | |||||||||||
| isCustomizable | |||||||||||
| isManaged | |||||||||||
| isValidForAdvancedFind | |||||||||||
| schemaName | |||||||||||
| securityTypes | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.xrm._2011.metadata.MetadataBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the isCustomizable property.
| |||||||||||
Gets the value of the schemaName property.
| |||||||||||
Gets the value of the securityTypes property.
| |||||||||||
Gets the value of the isCustomRelationship property.
| |||||||||||
Gets the value of the isManaged property.
| |||||||||||
Gets the value of the isValidForAdvancedFind property.
| |||||||||||
Sets the value of the isCustomRelationship property.
| |||||||||||
Sets the value of the isCustomizable property.
| |||||||||||
Sets the value of the isManaged property.
| |||||||||||
Sets the value of the isValidForAdvancedFind property.
| |||||||||||
Sets the value of the schemaName property.
| |||||||||||
Sets the value of the securityTypes property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.xrm._2011.metadata.MetadataBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the isCustomizable property.
BooleanManagedProperty
Gets the value of the schemaName property.
Gets the value of the securityTypes property.
SecurityTypes
Gets the value of the isCustomRelationship property.
Gets the value of the isManaged property.
Gets the value of the isValidForAdvancedFind property.
Sets the value of the isCustomRelationship property.
| value | Allowed object is Boolean |
|---|
Sets the value of the isCustomizable property.
| value | Allowed object is
BooleanManagedProperty
|
|---|
Sets the value of the isManaged property.
| value | Allowed object is Boolean |
|---|
Sets the value of the isValidForAdvancedFind property.
| value | Allowed object is Boolean |
|---|
Sets the value of the schemaName property.
| value | Allowed object is String |
|---|
Sets the value of the securityTypes property.
| value | Allowed object is
SecurityTypes
|
|---|