public class

DecimalAttributeMetadata

extends AttributeMetadata
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.xrm._2011.metadata.MetadataBase
     ↳ com.microsoft.schemas.xrm._2011.metadata.AttributeMetadata
       ↳ com.microsoft.schemas.xrm._2011.metadata.DecimalAttributeMetadata

Class Overview

Java class for DecimalAttributeMetadata complex type.

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

 <complexType name="DecimalAttributeMetadata">
   <complexContent>
     <extension base="{http://schemas.microsoft.com/xrm/2011/Metadata}AttributeMetadata">
       <sequence>
         <element name="ImeMode" type="{http://schemas.microsoft.com/xrm/2011/Metadata}ImeMode" minOccurs="0"/>
         <element name="MaxValue" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="MinValue" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="Precision" 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.AttributeMetadata
From class com.microsoft.schemas.xrm._2011.metadata.MetadataBase
Fields
protected ImeMode imeMode
protected BigDecimal maxValue
protected BigDecimal minValue
protected Integer precision
[Expand]
Inherited Fields
From class com.microsoft.schemas.xrm._2011.metadata.AttributeMetadata
From class com.microsoft.schemas.xrm._2011.metadata.MetadataBase
Public Constructors
DecimalAttributeMetadata()
Public Methods
ImeMode getImeMode()
Gets the value of the imeMode property.
BigDecimal getMaxValue()
Gets the value of the maxValue property.
BigDecimal getMinValue()
Gets the value of the minValue property.
Integer getPrecision()
Gets the value of the precision property.
void setImeMode(ImeMode value)
Sets the value of the imeMode property.
void setMaxValue(BigDecimal value)
Sets the value of the maxValue property.
void setMinValue(BigDecimal value)
Sets the value of the minValue property.
void setPrecision(Integer value)
Sets the value of the precision property.
[Expand]
Inherited Methods
From class com.microsoft.schemas.xrm._2011.metadata.AttributeMetadata
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 ImeMode imeMode

protected BigDecimal maxValue

protected BigDecimal minValue

protected Integer precision

Public Constructors

public DecimalAttributeMetadata ()

Public Methods

public ImeMode getImeMode ()

Gets the value of the imeMode property.

Returns

public BigDecimal getMaxValue ()

Gets the value of the maxValue property.

Returns
  • possible object is BigDecimal

public BigDecimal getMinValue ()

Gets the value of the minValue property.

Returns
  • possible object is BigDecimal

public Integer getPrecision ()

Gets the value of the precision property.

Returns
  • possible object is Integer

public void setImeMode (ImeMode value)

Sets the value of the imeMode property.

Parameters
value Allowed object is ImeMode

public void setMaxValue (BigDecimal value)

Sets the value of the maxValue property.

Parameters
value Allowed object is BigDecimal

public void setMinValue (BigDecimal value)

Sets the value of the minValue property.

Parameters
value Allowed object is BigDecimal

public void setPrecision (Integer value)

Sets the value of the precision property.

Parameters
value Allowed object is Integer