public class

AttributePrivilege

extends Object
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.xrm._2011.contracts.AttributePrivilege

Class Overview

Java class for AttributePrivilege complex type.

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

 <complexType name="AttributePrivilege">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AttributeId" type="{http://schemas.microsoft.com/2003/10/Serialization/}guid" minOccurs="0"/>
         <element name="CanCreate" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="CanRead" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="CanUpdate" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Guid attributeId
protected Integer canCreate
protected Integer canRead
protected Integer canUpdate
Public Constructors
AttributePrivilege()
Public Methods
Guid getAttributeId()
Gets the value of the attributeId property.
Integer getCanCreate()
Gets the value of the canCreate property.
Integer getCanRead()
Gets the value of the canRead property.
Integer getCanUpdate()
Gets the value of the canUpdate property.
void setAttributeId(Guid value)
Sets the value of the attributeId property.
void setCanCreate(Integer value)
Sets the value of the canCreate property.
void setCanRead(Integer value)
Sets the value of the canRead property.
void setCanUpdate(Integer value)
Sets the value of the canUpdate property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Guid attributeId

protected Integer canCreate

protected Integer canRead

protected Integer canUpdate

Public Constructors

public AttributePrivilege ()

Public Methods

public Guid getAttributeId ()

Gets the value of the attributeId property.

Returns
  • possible object is Guid

public Integer getCanCreate ()

Gets the value of the canCreate property.

Returns
  • possible object is Integer

public Integer getCanRead ()

Gets the value of the canRead property.

Returns
  • possible object is Integer

public Integer getCanUpdate ()

Gets the value of the canUpdate property.

Returns
  • possible object is Integer

public void setAttributeId (Guid value)

Sets the value of the attributeId property.

Parameters
value Allowed object is Guid

public void setCanCreate (Integer value)

Sets the value of the canCreate property.

Parameters
value Allowed object is Integer

public void setCanRead (Integer value)

Sets the value of the canRead property.

Parameters
value Allowed object is Integer

public void setCanUpdate (Integer value)

Sets the value of the canUpdate property.

Parameters
value Allowed object is Integer