public class

StatusOptionMetadata

extends OptionMetadata
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.xrm._2011.metadata.MetadataBase
     ↳ com.microsoft.schemas.xrm._2011.metadata.OptionMetadata
       ↳ com.microsoft.schemas.xrm._2011.metadata.StatusOptionMetadata

Class Overview

Java class for StatusOptionMetadata complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StatusOptionMetadata">
   <complexContent>
     <extension base="{http://schemas.microsoft.com/xrm/2011/Metadata}OptionMetadata">
       <sequence>
         <element name="State" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

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
protected Integer state
[Expand]
Inherited Fields
From class com.microsoft.schemas.xrm._2011.metadata.OptionMetadata
From class com.microsoft.schemas.xrm._2011.metadata.MetadataBase
Public Constructors
StatusOptionMetadata()
Public Methods
Integer getState()
Gets the value of the state property.
void setState(Integer value)
Sets the value of the state 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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Integer state

Public Constructors

public StatusOptionMetadata ()

Public Methods

public Integer getState ()

Gets the value of the state property.

Returns
  • possible object is Integer

public void setState (Integer value)

Sets the value of the state property.

Parameters
value Allowed object is Integer