public class

OptionSetMetadataBase

extends MetadataBase
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.xrm._2011.metadata.MetadataBase
     ↳ com.microsoft.schemas.xrm._2011.metadata.OptionSetMetadataBase
Known Direct Subclasses

Class Overview

Java class for OptionSetMetadataBase complex type.

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

 <complexType name="OptionSetMetadataBase">
   <complexContent>
     <extension base="{http://schemas.microsoft.com/xrm/2011/Metadata}MetadataBase">
       <sequence>
         <element name="Description" type="{http://schemas.microsoft.com/xrm/2011/Contracts}Label" minOccurs="0"/>
         <element name="DisplayName" type="{http://schemas.microsoft.com/xrm/2011/Contracts}Label" minOccurs="0"/>
         <element name="IsCustomOptionSet" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="IsCustomizable" type="{http://schemas.microsoft.com/xrm/2011/Contracts}BooleanManagedProperty" minOccurs="0"/>
         <element name="IsGlobal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="IsManaged" 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="OptionSetType" type="{http://schemas.microsoft.com/xrm/2011/Metadata}OptionSetType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.microsoft.schemas.xrm._2011.metadata.MetadataBase
Fields
protected Label description
protected Label displayName
protected Boolean isCustomOptionSet
protected BooleanManagedProperty isCustomizable
protected Boolean isGlobal
protected Boolean isManaged
protected String name
protected OptionSetType optionSetType
[Expand]
Inherited Fields
From class com.microsoft.schemas.xrm._2011.metadata.MetadataBase
Public Constructors
OptionSetMetadataBase()
Public Methods
Label getDescription()
Gets the value of the description property.
Label getDisplayName()
Gets the value of the displayName property.
BooleanManagedProperty getIsCustomizable()
Gets the value of the isCustomizable property.
String getName()
Gets the value of the name property.
OptionSetType getOptionSetType()
Gets the value of the optionSetType property.
Boolean isIsCustomOptionSet()
Gets the value of the isCustomOptionSet property.
Boolean isIsGlobal()
Gets the value of the isGlobal property.
Boolean isIsManaged()
Gets the value of the isManaged property.
void setDescription(Label value)
Sets the value of the description property.
void setDisplayName(Label value)
Sets the value of the displayName property.
void setIsCustomOptionSet(Boolean value)
Sets the value of the isCustomOptionSet property.
void setIsCustomizable(BooleanManagedProperty value)
Sets the value of the isCustomizable property.
void setIsGlobal(Boolean value)
Sets the value of the isGlobal property.
void setIsManaged(Boolean value)
Sets the value of the isManaged property.
void setName(String value)
Sets the value of the name property.
void setOptionSetType(OptionSetType value)
Sets the value of the optionSetType property.
[Expand]
Inherited Methods
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 Label description

protected Label displayName

protected Boolean isCustomOptionSet

protected BooleanManagedProperty isCustomizable

protected Boolean isGlobal

protected Boolean isManaged

protected String name

protected OptionSetType optionSetType

Public Constructors

public OptionSetMetadataBase ()

Public Methods

public Label getDescription ()

Gets the value of the description property.

Returns
  • possible object is Label

public Label getDisplayName ()

Gets the value of the displayName property.

Returns
  • possible object is Label

public BooleanManagedProperty getIsCustomizable ()

Gets the value of the isCustomizable property.

Returns

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public OptionSetType getOptionSetType ()

Gets the value of the optionSetType property.

Returns

public Boolean isIsCustomOptionSet ()

Gets the value of the isCustomOptionSet property.

Returns
  • possible object is Boolean

public Boolean isIsGlobal ()

Gets the value of the isGlobal property.

Returns
  • possible object is Boolean

public Boolean isIsManaged ()

Gets the value of the isManaged property.

Returns
  • possible object is Boolean

public void setDescription (Label value)

Sets the value of the description property.

Parameters
value Allowed object is Label

public void setDisplayName (Label value)

Sets the value of the displayName property.

Parameters
value Allowed object is Label

public void setIsCustomOptionSet (Boolean value)

Sets the value of the isCustomOptionSet property.

Parameters
value Allowed object is Boolean

public void setIsCustomizable (BooleanManagedProperty value)

Sets the value of the isCustomizable property.

Parameters
value Allowed object is BooleanManagedProperty

public void setIsGlobal (Boolean value)

Sets the value of the isGlobal property.

Parameters
value Allowed object is Boolean

public void setIsManaged (Boolean value)

Sets the value of the isManaged 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 setOptionSetType (OptionSetType value)

Sets the value of the optionSetType property.

Parameters
value Allowed object is OptionSetType