public class

ManagedPropertyAttributeRequiredLevel

extends Object
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.xrm._2011.contracts.ManagedPropertyAttributeRequiredLevel
Known Direct Subclasses

Class Overview

Java class for ManagedPropertyAttributeRequiredLevel complex type.

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

 <complexType name="ManagedPropertyAttributeRequiredLevel">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CanBeChanged" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ManagedPropertyLogicalName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Value" type="{http://schemas.microsoft.com/xrm/2011/Metadata}AttributeRequiredLevel" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean canBeChanged
protected String managedPropertyLogicalName
protected AttributeRequiredLevel value
Public Constructors
ManagedPropertyAttributeRequiredLevel()
Public Methods
String getManagedPropertyLogicalName()
Gets the value of the managedPropertyLogicalName property.
AttributeRequiredLevel getValue()
Gets the value of the value property.
Boolean isCanBeChanged()
Gets the value of the canBeChanged property.
void setCanBeChanged(Boolean value)
Sets the value of the canBeChanged property.
void setManagedPropertyLogicalName(String value)
Sets the value of the managedPropertyLogicalName property.
void setValue(AttributeRequiredLevel value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean canBeChanged

protected String managedPropertyLogicalName

protected AttributeRequiredLevel value

Public Constructors

public ManagedPropertyAttributeRequiredLevel ()

Public Methods

public String getManagedPropertyLogicalName ()

Gets the value of the managedPropertyLogicalName property.

Returns
  • possible object is String

public AttributeRequiredLevel getValue ()

Gets the value of the value property.

Returns

public Boolean isCanBeChanged ()

Gets the value of the canBeChanged property.

Returns
  • possible object is Boolean

public void setCanBeChanged (Boolean value)

Sets the value of the canBeChanged property.

Parameters
value Allowed object is Boolean

public void setManagedPropertyLogicalName (String value)

Sets the value of the managedPropertyLogicalName property.

Parameters
value Allowed object is String

public void setValue (AttributeRequiredLevel value)

Sets the value of the value property.

Parameters
value Allowed object is AttributeRequiredLevel