public class

MemoAttributeMetadata

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

Class Overview

Java class for MemoAttributeMetadata complex type.

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

 <complexType name="MemoAttributeMetadata">
   <complexContent>
     <extension base="{http://schemas.microsoft.com/xrm/2011/Metadata}AttributeMetadata">
       <sequence>
         <element name="Format" type="{http://schemas.microsoft.com/xrm/2011/Metadata}StringFormat" minOccurs="0"/>
         <element name="ImeMode" type="{http://schemas.microsoft.com/xrm/2011/Metadata}ImeMode" minOccurs="0"/>
         <element name="MaxLength" 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 StringFormat format
protected ImeMode imeMode
protected Integer maxLength
[Expand]
Inherited Fields
From class com.microsoft.schemas.xrm._2011.metadata.AttributeMetadata
From class com.microsoft.schemas.xrm._2011.metadata.MetadataBase
Public Constructors
MemoAttributeMetadata()
Public Methods
StringFormat getFormat()
Gets the value of the format property.
ImeMode getImeMode()
Gets the value of the imeMode property.
Integer getMaxLength()
Gets the value of the maxLength property.
void setFormat(StringFormat value)
Sets the value of the format property.
void setImeMode(ImeMode value)
Sets the value of the imeMode property.
void setMaxLength(Integer value)
Sets the value of the maxLength 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 StringFormat format

protected ImeMode imeMode

protected Integer maxLength

Public Constructors

public MemoAttributeMetadata ()

Public Methods

public StringFormat getFormat ()

Gets the value of the format property.

Returns

public ImeMode getImeMode ()

Gets the value of the imeMode property.

Returns

public Integer getMaxLength ()

Gets the value of the maxLength property.

Returns
  • possible object is Integer

public void setFormat (StringFormat value)

Sets the value of the format property.

Parameters
value Allowed object is StringFormat

public void setImeMode (ImeMode value)

Sets the value of the imeMode property.

Parameters
value Allowed object is ImeMode

public void setMaxLength (Integer value)

Sets the value of the maxLength property.

Parameters
value Allowed object is Integer