public class

RelationshipMetadataBase

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.microsoft.schemas.xrm._2011.metadata.MetadataBase
Fields
protected Boolean isCustomRelationship
protected BooleanManagedProperty isCustomizable
protected Boolean isManaged
protected Boolean isValidForAdvancedFind
protected String schemaName
protected SecurityTypes securityTypes
[Expand]
Inherited Fields
From class com.microsoft.schemas.xrm._2011.metadata.MetadataBase
Public Constructors
RelationshipMetadataBase()
Public Methods
BooleanManagedProperty getIsCustomizable()
Gets the value of the isCustomizable property.
String getSchemaName()
Gets the value of the schemaName property.
SecurityTypes getSecurityTypes()
Gets the value of the securityTypes property.
Boolean isIsCustomRelationship()
Gets the value of the isCustomRelationship property.
Boolean isIsManaged()
Gets the value of the isManaged property.
Boolean isIsValidForAdvancedFind()
Gets the value of the isValidForAdvancedFind property.
void setIsCustomRelationship(Boolean value)
Sets the value of the isCustomRelationship property.
void setIsCustomizable(BooleanManagedProperty value)
Sets the value of the isCustomizable property.
void setIsManaged(Boolean value)
Sets the value of the isManaged property.
void setIsValidForAdvancedFind(Boolean value)
Sets the value of the isValidForAdvancedFind property.
void setSchemaName(String value)
Sets the value of the schemaName property.
void setSecurityTypes(SecurityTypes value)
Sets the value of the securityTypes property.
[Expand]
Inherited Methods
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 Boolean isCustomRelationship

protected BooleanManagedProperty isCustomizable

protected Boolean isManaged

protected Boolean isValidForAdvancedFind

protected String schemaName

protected SecurityTypes securityTypes

Public Constructors

public RelationshipMetadataBase ()

Public Methods

public BooleanManagedProperty getIsCustomizable ()

Gets the value of the isCustomizable property.

Returns

public String getSchemaName ()

Gets the value of the schemaName property.

Returns
  • possible object is String

public SecurityTypes getSecurityTypes ()

Gets the value of the securityTypes property.

Returns

public Boolean isIsCustomRelationship ()

Gets the value of the isCustomRelationship property.

Returns
  • possible object is Boolean

public Boolean isIsManaged ()

Gets the value of the isManaged property.

Returns
  • possible object is Boolean

public Boolean isIsValidForAdvancedFind ()

Gets the value of the isValidForAdvancedFind property.

Returns
  • possible object is Boolean

public void setIsCustomRelationship (Boolean value)

Sets the value of the isCustomRelationship property.

Parameters
value Allowed object is Boolean

public void setIsCustomizable (BooleanManagedProperty value)

Sets the value of the isCustomizable property.

Parameters
value Allowed object is BooleanManagedProperty

public void setIsManaged (Boolean value)

Sets the value of the isManaged property.

Parameters
value Allowed object is Boolean

public void setIsValidForAdvancedFind (Boolean value)

Sets the value of the isValidForAdvancedFind property.

Parameters
value Allowed object is Boolean

public void setSchemaName (String value)

Sets the value of the schemaName property.

Parameters
value Allowed object is String

public void setSecurityTypes (SecurityTypes value)

Sets the value of the securityTypes property.

Parameters
value Allowed object is SecurityTypes