public class

DateTimeAttributeMetadata

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

Class Overview

Java class for DateTimeAttributeMetadata complex type.

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

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

protected ImeMode imeMode

Public Constructors

public DateTimeAttributeMetadata ()

Public Methods

public DateTimeFormat getFormat ()

Gets the value of the format property.

Returns

public ImeMode getImeMode ()

Gets the value of the imeMode property.

Returns

public void setFormat (DateTimeFormat value)

Sets the value of the format property.

Parameters
value Allowed object is DateTimeFormat

public void setImeMode (ImeMode value)

Sets the value of the imeMode property.

Parameters
value Allowed object is ImeMode