public class

OptionSetMetadata

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.OptionSetMetadata

Class Overview

Java class for OptionSetMetadata complex type.

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

 <complexType name="OptionSetMetadata">
   <complexContent>
     <extension base="{http://schemas.microsoft.com/xrm/2011/Metadata}OptionSetMetadataBase">
       <sequence>
         <element name="Options" type="{http://schemas.microsoft.com/xrm/2011/Metadata}ArrayOfOptionMetadata" 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 ArrayOfOptionMetadata options
[Expand]
Inherited Fields
From class com.microsoft.schemas.xrm._2011.metadata.OptionSetMetadataBase
From class com.microsoft.schemas.xrm._2011.metadata.MetadataBase
Public Constructors
OptionSetMetadata()
Public Methods
ArrayOfOptionMetadata getOptions()
Gets the value of the options property.
void setOptions(ArrayOfOptionMetadata value)
Sets the value of the options 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 ArrayOfOptionMetadata options

Public Constructors

public OptionSetMetadata ()

Public Methods

public ArrayOfOptionMetadata getOptions ()

Gets the value of the options property.

Returns

public void setOptions (ArrayOfOptionMetadata value)

Sets the value of the options property.

Parameters
value Allowed object is ArrayOfOptionMetadata