public class

BooleanOptionSetMetadata

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

Class Overview

Java class for BooleanOptionSetMetadata complex type.

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

 <complexType name="BooleanOptionSetMetadata">
   <complexContent>
     <extension base="{http://schemas.microsoft.com/xrm/2011/Metadata}OptionSetMetadataBase">
       <sequence>
         <element name="FalseOption" type="{http://schemas.microsoft.com/xrm/2011/Metadata}OptionMetadata" minOccurs="0"/>
         <element name="TrueOption" type="{http://schemas.microsoft.com/xrm/2011/Metadata}OptionMetadata" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.microsoft.schemas.xrm._2011.metadata.OptionSetMetadataBase
From class com.microsoft.schemas.xrm._2011.metadata.MetadataBase
Fields
protected OptionMetadata falseOption
protected OptionMetadata trueOption
[Expand]
Inherited Fields
From class com.microsoft.schemas.xrm._2011.metadata.OptionSetMetadataBase
From class com.microsoft.schemas.xrm._2011.metadata.MetadataBase
Public Constructors
BooleanOptionSetMetadata()
Public Methods
OptionMetadata getFalseOption()
Gets the value of the falseOption property.
OptionMetadata getTrueOption()
Gets the value of the trueOption property.
void setFalseOption(OptionMetadata value)
Sets the value of the falseOption property.
void setTrueOption(OptionMetadata value)
Sets the value of the trueOption property.
[Expand]
Inherited Methods
From class com.microsoft.schemas.xrm._2011.metadata.OptionSetMetadataBase
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 OptionMetadata falseOption

protected OptionMetadata trueOption

Public Constructors

public BooleanOptionSetMetadata ()

Public Methods

public OptionMetadata getFalseOption ()

Gets the value of the falseOption property.

Returns

public OptionMetadata getTrueOption ()

Gets the value of the trueOption property.

Returns

public void setFalseOption (OptionMetadata value)

Sets the value of the falseOption property.

Parameters
value Allowed object is OptionMetadata

public void setTrueOption (OptionMetadata value)

Sets the value of the trueOption property.

Parameters
value Allowed object is OptionMetadata