public class

BigIntAttributeMetadata

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

Class Overview

Java class for BigIntAttributeMetadata complex type.

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

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

protected Long minValue

Public Constructors

public BigIntAttributeMetadata ()

Public Methods

public Long getMaxValue ()

Gets the value of the maxValue property.

Returns
  • possible object is Long

public Long getMinValue ()

Gets the value of the minValue property.

Returns
  • possible object is Long

public void setMaxValue (Long value)

Sets the value of the maxValue property.

Parameters
value Allowed object is Long

public void setMinValue (Long value)

Sets the value of the minValue property.

Parameters
value Allowed object is Long