public class

ManagedPropertyboolean

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

Class Overview

Java class for ManagedPropertyboolean complex type.

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

 <complexType name="ManagedPropertyboolean">
   <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://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean canBeChanged
protected String managedPropertyLogicalName
protected Boolean value
Public Constructors
ManagedPropertyboolean()
Public Methods
String getManagedPropertyLogicalName()
Gets the value of the managedPropertyLogicalName property.
Boolean isCanBeChanged()
Gets the value of the canBeChanged property.
Boolean isValue()
Gets the value of the value 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(Boolean 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 Boolean value

Public Constructors

public ManagedPropertyboolean ()

Public Methods

public String getManagedPropertyLogicalName ()

Gets the value of the managedPropertyLogicalName property.

Returns
  • possible object is String

public Boolean isCanBeChanged ()

Gets the value of the canBeChanged property.

Returns
  • possible object is Boolean

public Boolean isValue ()

Gets the value of the value 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 (Boolean value)

Sets the value of the value property.

Parameters
value Allowed object is Boolean