| java.lang.Object | ||
| ↳ | com.microsoft.schemas.xrm._2011.metadata.MetadataBase | |
| ↳ | com.microsoft.schemas.xrm._2011.metadata.OptionMetadata | |
Known Direct Subclasses
|
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.xrm._2011.metadata.MetadataBase
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| description | |||||||||||
| isManaged | |||||||||||
| label | |||||||||||
| value | |||||||||||
|
[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 label property.
| |||||||||||
Gets the value of the value property.
| |||||||||||
Gets the value of the isManaged property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the isManaged property.
| |||||||||||
Sets the value of the label property.
| |||||||||||
Sets the value of the value 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 value 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 isManaged property.
| value | Allowed object is Boolean |
|---|
Sets the value of the label property.
| value | Allowed object is
Label
|
|---|
Sets the value of the value property.
| value | Allowed object is Integer |
|---|