public class

StringAttributeMetadata

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

Class Overview

Java class for StringAttributeMetadata complex type.

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

 <complexType name="StringAttributeMetadata">
   <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"/>
         <element name="YomiOf" type="{http://www.w3.org/2001/XMLSchema}string" 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
protected String yomiOf
[Expand]
Inherited Fields
From class com.microsoft.schemas.xrm._2011.metadata.AttributeMetadata
From class com.microsoft.schemas.xrm._2011.metadata.MetadataBase
Public Constructors
StringAttributeMetadata()
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.
String getYomiOf()
Gets the value of the yomiOf 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.
void setYomiOf(String value)
Sets the value of the yomiOf 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

protected String yomiOf

Public Constructors

public StringAttributeMetadata ()

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 String getYomiOf ()

Gets the value of the yomiOf property.

Returns
  • possible object is String

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

public void setYomiOf (String value)

Sets the value of the yomiOf property.

Parameters
value Allowed object is String