public class

BooleanAttributeMetadata

extends AttributeMetadata
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.xrm._2011.metadata.MetadataBase
     ↳ com.microsoft.schemas.xrm._2011.metadata.AttributeMetadata
       ↳ com.microsoft.schemas.xrm._2011.metadata.BooleanAttributeMetadata

Class Overview

Java class for BooleanAttributeMetadata complex type.

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

 <complexType name="BooleanAttributeMetadata">
   <complexContent>
     <extension base="{http://schemas.microsoft.com/xrm/2011/Metadata}AttributeMetadata">
       <sequence>
         <element name="DefaultValue" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="OptionSet" type="{http://schemas.microsoft.com/xrm/2011/Metadata}BooleanOptionSetMetadata" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.microsoft.schemas.xrm._2011.metadata.AttributeMetadata
From class com.microsoft.schemas.xrm._2011.metadata.MetadataBase
Fields
protected Boolean defaultValue
protected BooleanOptionSetMetadata optionSet
[Expand]
Inherited Fields
From class com.microsoft.schemas.xrm._2011.metadata.AttributeMetadata
From class com.microsoft.schemas.xrm._2011.metadata.MetadataBase
Public Constructors
BooleanAttributeMetadata()
Public Methods
BooleanOptionSetMetadata getOptionSet()
Gets the value of the optionSet property.
Boolean isDefaultValue()
Gets the value of the defaultValue property.
void setDefaultValue(Boolean value)
Sets the value of the defaultValue property.
void setOptionSet(BooleanOptionSetMetadata value)
Sets the value of the optionSet property.
[Expand]
Inherited Methods
From class com.microsoft.schemas.xrm._2011.metadata.AttributeMetadata
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 defaultValue

protected BooleanOptionSetMetadata optionSet

Public Constructors

public BooleanAttributeMetadata ()

Public Methods

public BooleanOptionSetMetadata getOptionSet ()

Gets the value of the optionSet property.

Returns

public Boolean isDefaultValue ()

Gets the value of the defaultValue property.

Returns
  • possible object is Boolean

public void setDefaultValue (Boolean value)

Sets the value of the defaultValue property.

Parameters
value Allowed object is Boolean

public void setOptionSet (BooleanOptionSetMetadata value)

Sets the value of the optionSet property.

Parameters
value Allowed object is BooleanOptionSetMetadata