public class

SecurityPrivilegeMetadata

extends Object
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.xrm._2011.metadata.SecurityPrivilegeMetadata

Class Overview

Java class for SecurityPrivilegeMetadata complex type.

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

 <complexType name="SecurityPrivilegeMetadata">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CanBeBasic" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="CanBeDeep" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="CanBeGlobal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="CanBeLocal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PrivilegeId" type="{http://schemas.microsoft.com/2003/10/Serialization/}guid" minOccurs="0"/>
         <element name="PrivilegeType" type="{http://schemas.microsoft.com/xrm/2011/Metadata}PrivilegeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean canBeBasic
protected Boolean canBeDeep
protected Boolean canBeGlobal
protected Boolean canBeLocal
protected String name
protected Guid privilegeId
protected PrivilegeType privilegeType
Public Constructors
SecurityPrivilegeMetadata()
Public Methods
String getName()
Gets the value of the name property.
Guid getPrivilegeId()
Gets the value of the privilegeId property.
PrivilegeType getPrivilegeType()
Gets the value of the privilegeType property.
Boolean isCanBeBasic()
Gets the value of the canBeBasic property.
Boolean isCanBeDeep()
Gets the value of the canBeDeep property.
Boolean isCanBeGlobal()
Gets the value of the canBeGlobal property.
Boolean isCanBeLocal()
Gets the value of the canBeLocal property.
void setCanBeBasic(Boolean value)
Sets the value of the canBeBasic property.
void setCanBeDeep(Boolean value)
Sets the value of the canBeDeep property.
void setCanBeGlobal(Boolean value)
Sets the value of the canBeGlobal property.
void setCanBeLocal(Boolean value)
Sets the value of the canBeLocal property.
void setName(String value)
Sets the value of the name property.
void setPrivilegeId(Guid value)
Sets the value of the privilegeId property.
void setPrivilegeType(PrivilegeType value)
Sets the value of the privilegeType property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean canBeBasic

protected Boolean canBeDeep

protected Boolean canBeGlobal

protected Boolean canBeLocal

protected String name

protected Guid privilegeId

protected PrivilegeType privilegeType

Public Constructors

public SecurityPrivilegeMetadata ()

Public Methods

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public Guid getPrivilegeId ()

Gets the value of the privilegeId property.

Returns
  • possible object is Guid

public PrivilegeType getPrivilegeType ()

Gets the value of the privilegeType property.

Returns

public Boolean isCanBeBasic ()

Gets the value of the canBeBasic property.

Returns
  • possible object is Boolean

public Boolean isCanBeDeep ()

Gets the value of the canBeDeep property.

Returns
  • possible object is Boolean

public Boolean isCanBeGlobal ()

Gets the value of the canBeGlobal property.

Returns
  • possible object is Boolean

public Boolean isCanBeLocal ()

Gets the value of the canBeLocal property.

Returns
  • possible object is Boolean

public void setCanBeBasic (Boolean value)

Sets the value of the canBeBasic property.

Parameters
value Allowed object is Boolean

public void setCanBeDeep (Boolean value)

Sets the value of the canBeDeep property.

Parameters
value Allowed object is Boolean

public void setCanBeGlobal (Boolean value)

Sets the value of the canBeGlobal property.

Parameters
value Allowed object is Boolean

public void setCanBeLocal (Boolean value)

Sets the value of the canBeLocal property.

Parameters
value Allowed object is Boolean

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setPrivilegeId (Guid value)

Sets the value of the privilegeId property.

Parameters
value Allowed object is Guid

public void setPrivilegeType (PrivilegeType value)

Sets the value of the privilegeType property.

Parameters
value Allowed object is PrivilegeType