| java.lang.Object | |||
| ↳ | com.microsoft.schemas.xrm._2011.metadata.MetadataBase | ||
| ↳ | com.microsoft.schemas.xrm._2011.metadata.OptionSetMetadataBase | ||
| ↳ | com.microsoft.schemas.xrm._2011.metadata.BooleanOptionSetMetadata | ||
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>
| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| falseOption | |||||||||||
| trueOption | |||||||||||
|
[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 falseOption property.
| |||||||||||
Gets the value of the trueOption property.
| |||||||||||
Sets the value of the falseOption property.
| |||||||||||
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
| |||||||||||
Gets the value of the falseOption property.
OptionMetadata
Gets the value of the trueOption property.
OptionMetadata
Sets the value of the falseOption property.
| value | Allowed object is
OptionMetadata
|
|---|
Sets the value of the trueOption property.
| value | Allowed object is
OptionMetadata
|
|---|