| java.lang.Object | |||
| ↳ | com.microsoft.schemas.xrm._2011.metadata.MetadataBase | ||
| ↳ | com.microsoft.schemas.xrm._2011.metadata.OptionMetadata | ||
| ↳ | com.microsoft.schemas.xrm._2011.metadata.StateOptionMetadata | ||
Java class for StateOptionMetadata complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StateOptionMetadata">
<complexContent>
<extension base="{http://schemas.microsoft.com/xrm/2011/Metadata}OptionMetadata">
<sequence>
<element name="DefaultStatus" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="InvariantName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.xrm._2011.metadata.OptionMetadata
| |||||||||||
From class
com.microsoft.schemas.xrm._2011.metadata.MetadataBase
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| defaultStatus | |||||||||||
| invariantName | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.xrm._2011.metadata.OptionMetadata
| |||||||||||
From class
com.microsoft.schemas.xrm._2011.metadata.MetadataBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the defaultStatus property.
| |||||||||||
Gets the value of the invariantName property.
| |||||||||||
Sets the value of the defaultStatus property.
| |||||||||||
Sets the value of the invariantName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.xrm._2011.metadata.OptionMetadata
| |||||||||||
From class
com.microsoft.schemas.xrm._2011.metadata.MetadataBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the defaultStatus property.
Gets the value of the invariantName property.
Sets the value of the defaultStatus property.
| value | Allowed object is Integer |
|---|
Sets the value of the invariantName property.
| value | Allowed object is String |
|---|