| java.lang.Object | |||
| ↳ | com.microsoft.schemas.xrm._2011.metadata.MetadataBase | ||
| ↳ | com.microsoft.schemas.xrm._2011.metadata.OptionSetMetadataBase | ||
| ↳ | com.microsoft.schemas.xrm._2011.metadata.OptionSetMetadata | ||
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>
| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| options | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.xrm._2011.metadata.OptionSetMetadataBase
| |||||||||||
From class
com.microsoft.schemas.xrm._2011.metadata.MetadataBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the options property.
| |||||||||||
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
| |||||||||||
Gets the value of the options property.
ArrayOfOptionMetadata
Sets the value of the options property.
| value | Allowed object is
ArrayOfOptionMetadata
|
|---|