public class

IntegerAttributeMetadata

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

Class Overview

Java class for IntegerAttributeMetadata complex type.

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

 <complexType name="IntegerAttributeMetadata">
   <complexContent>
     <extension base="{http://schemas.microsoft.com/xrm/2011/Metadata}AttributeMetadata">
       <sequence>
         <element name="Format" type="{http://schemas.microsoft.com/xrm/2011/Metadata}IntegerFormat" minOccurs="0"/>
         <element name="MaxValue" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="MinValue" 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 IntegerFormat format
protected Integer maxValue
protected Integer minValue
[Expand]
Inherited Fields
From class com.microsoft.schemas.xrm._2011.metadata.AttributeMetadata
From class com.microsoft.schemas.xrm._2011.metadata.MetadataBase
Public Constructors
IntegerAttributeMetadata()
Public Methods
IntegerFormat getFormat()
Gets the value of the format property.
Integer getMaxValue()
Gets the value of the maxValue property.
Integer getMinValue()
Gets the value of the minValue property.
void setFormat(IntegerFormat value)
Sets the value of the format property.
void setMaxValue(Integer value)
Sets the value of the maxValue property.
void setMinValue(Integer value)
Sets the value of the minValue 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 IntegerFormat format

protected Integer maxValue

protected Integer minValue

Public Constructors

public IntegerAttributeMetadata ()

Public Methods

public IntegerFormat getFormat ()

Gets the value of the format property.

Returns

public Integer getMaxValue ()

Gets the value of the maxValue property.

Returns
  • possible object is Integer

public Integer getMinValue ()

Gets the value of the minValue property.

Returns
  • possible object is Integer

public void setFormat (IntegerFormat value)

Sets the value of the format property.

Parameters
value Allowed object is IntegerFormat

public void setMaxValue (Integer value)

Sets the value of the maxValue property.

Parameters
value Allowed object is Integer

public void setMinValue (Integer value)

Sets the value of the minValue property.

Parameters
value Allowed object is Integer