| java.lang.Object | ||
| ↳ | com.microsoft.schemas.xrm._2011.metadata.MetadataBase | |
| ↳ | com.microsoft.schemas.xrm._2011.metadata.OptionSetMetadataBase | |
Known Direct Subclasses
|
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.xrm._2011.metadata.MetadataBase
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| description | |||||||||||
| displayName | |||||||||||
| isCustomOptionSet | |||||||||||
| isCustomizable | |||||||||||
| isGlobal | |||||||||||
| isManaged | |||||||||||
| name | |||||||||||
| optionSetType | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.xrm._2011.metadata.MetadataBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the description property.
| |||||||||||
Gets the value of the displayName property.
| |||||||||||
Gets the value of the isCustomizable property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the optionSetType property.
| |||||||||||
Gets the value of the isCustomOptionSet property.
| |||||||||||
Gets the value of the isGlobal property.
| |||||||||||
Gets the value of the isManaged property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the displayName property.
| |||||||||||
Sets the value of the isCustomOptionSet property.
| |||||||||||
Sets the value of the isCustomizable property.
| |||||||||||
Sets the value of the isGlobal property.
| |||||||||||
Sets the value of the isManaged property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the optionSetType property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.xrm._2011.metadata.MetadataBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the description property.
Label
Gets the value of the displayName property.
Label
Gets the value of the isCustomizable property.
BooleanManagedProperty
Gets the value of the name property.
Gets the value of the optionSetType property.
OptionSetType
Gets the value of the isCustomOptionSet property.
Gets the value of the isGlobal property.
Gets the value of the isManaged property.
Sets the value of the description property.
| value | Allowed object is
Label
|
|---|
Sets the value of the displayName property.
| value | Allowed object is
Label
|
|---|
Sets the value of the isCustomOptionSet property.
| value | Allowed object is Boolean |
|---|
Sets the value of the isCustomizable property.
| value | Allowed object is
BooleanManagedProperty
|
|---|
Sets the value of the isGlobal property.
| value | Allowed object is Boolean |
|---|
Sets the value of the isManaged property.
| value | Allowed object is Boolean |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the optionSetType property.
| value | Allowed object is
OptionSetType
|
|---|