public class

OptionMetadata

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

Class Overview

Java class for OptionMetadata complex type.

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

 <complexType name="OptionMetadata">
   <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="IsManaged" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Label" type="{http://schemas.microsoft.com/xrm/2011/Contracts}Label" minOccurs="0"/>
         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}int" 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 Boolean isManaged
protected Label label
protected Integer value
[Expand]
Inherited Fields
From class com.microsoft.schemas.xrm._2011.metadata.MetadataBase
Public Constructors
OptionMetadata()
Public Methods
Label getDescription()
Gets the value of the description property.
Label getLabel()
Gets the value of the label property.
Integer getValue()
Gets the value of the value property.
Boolean isIsManaged()
Gets the value of the isManaged property.
void setDescription(Label value)
Sets the value of the description property.
void setIsManaged(Boolean value)
Sets the value of the isManaged property.
void setLabel(Label value)
Sets the value of the label property.
void setValue(Integer value)
Sets the value of the value 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 Boolean isManaged

protected Label label

protected Integer value

Public Constructors

public OptionMetadata ()

Public Methods

public Label getDescription ()

Gets the value of the description property.

Returns
  • possible object is Label

public Label getLabel ()

Gets the value of the label property.

Returns
  • possible object is Label

public Integer getValue ()

Gets the value of the value property.

Returns
  • possible object is Integer

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 setIsManaged (Boolean value)

Sets the value of the isManaged property.

Parameters
value Allowed object is Boolean

public void setLabel (Label value)

Sets the value of the label property.

Parameters
value Allowed object is Label

public void setValue (Integer value)

Sets the value of the value property.

Parameters
value Allowed object is Integer