public class

StateOptionMetadata

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.StateOptionMetadata

Class Overview

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>
 

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 defaultStatus
protected String invariantName
[Expand]
Inherited Fields
From class com.microsoft.schemas.xrm._2011.metadata.OptionMetadata
From class com.microsoft.schemas.xrm._2011.metadata.MetadataBase
Public Constructors
StateOptionMetadata()
Public Methods
Integer getDefaultStatus()
Gets the value of the defaultStatus property.
String getInvariantName()
Gets the value of the invariantName property.
void setDefaultStatus(Integer value)
Sets the value of the defaultStatus property.
void setInvariantName(String value)
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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Integer defaultStatus

protected String invariantName

Public Constructors

public StateOptionMetadata ()

Public Methods

public Integer getDefaultStatus ()

Gets the value of the defaultStatus property.

Returns
  • possible object is Integer

public String getInvariantName ()

Gets the value of the invariantName property.

Returns
  • possible object is String

public void setDefaultStatus (Integer value)

Sets the value of the defaultStatus property.

Parameters
value Allowed object is Integer

public void setInvariantName (String value)

Sets the value of the invariantName property.

Parameters
value Allowed object is String