public class

MoneyAttributeMetadata

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

Class Overview

Java class for MoneyAttributeMetadata complex type.

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

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

protected ImeMode imeMode

protected Double maxValue

protected Double minValue

protected Integer precision

protected Integer precisionSource

Public Constructors

public MoneyAttributeMetadata ()

Public Methods

public String getCalculationOf ()

Gets the value of the calculationOf property.

Returns
  • possible object is String

public ImeMode getImeMode ()

Gets the value of the imeMode property.

Returns

public Double getMaxValue ()

Gets the value of the maxValue property.

Returns
  • possible object is Double

public Double getMinValue ()

Gets the value of the minValue property.

Returns
  • possible object is Double

public Integer getPrecision ()

Gets the value of the precision property.

Returns
  • possible object is Integer

public Integer getPrecisionSource ()

Gets the value of the precisionSource property.

Returns
  • possible object is Integer

public void setCalculationOf (String value)

Sets the value of the calculationOf property.

Parameters
value Allowed object is String

public void setImeMode (ImeMode value)

Sets the value of the imeMode property.

Parameters
value Allowed object is ImeMode

public void setMaxValue (Double value)

Sets the value of the maxValue property.

Parameters
value Allowed object is Double

public void setMinValue (Double value)

Sets the value of the minValue property.

Parameters
value Allowed object is Double

public void setPrecision (Integer value)

Sets the value of the precision property.

Parameters
value Allowed object is Integer

public void setPrecisionSource (Integer value)

Sets the value of the precisionSource property.

Parameters
value Allowed object is Integer