| java.lang.Object | |||
| ↳ | com.microsoft.schemas.xrm._2011.metadata.MetadataBase | ||
| ↳ | com.microsoft.schemas.xrm._2011.metadata.AttributeMetadata | ||
| ↳ | com.microsoft.schemas.xrm._2011.metadata.StringAttributeMetadata | ||
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>
| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| format | |||||||||||
| imeMode | |||||||||||
| maxLength | |||||||||||
| yomiOf | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.xrm._2011.metadata.AttributeMetadata
| |||||||||||
From class
com.microsoft.schemas.xrm._2011.metadata.MetadataBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the format property.
| |||||||||||
Gets the value of the imeMode property.
| |||||||||||
Gets the value of the maxLength property.
| |||||||||||
Gets the value of the yomiOf property.
| |||||||||||
Sets the value of the format property.
| |||||||||||
Sets the value of the imeMode property.
| |||||||||||
Sets the value of the maxLength property.
| |||||||||||
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
| |||||||||||
Gets the value of the format property.
StringFormat
Gets the value of the imeMode property.
ImeMode
Gets the value of the maxLength property.
Gets the value of the yomiOf property.
Sets the value of the format property.
| value | Allowed object is
StringFormat
|
|---|
Sets the value of the imeMode property.
| value | Allowed object is
ImeMode
|
|---|
Sets the value of the maxLength property.
| value | Allowed object is Integer |
|---|
Sets the value of the yomiOf property.
| value | Allowed object is String |
|---|