public class

DateProperty

extends Property
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.properties.Property
     ↳ com.emc.documentum.fs.datamodel.core.properties.DateProperty

Class Overview

Java class for DateProperty complex type.

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

 <complexType name="DateProperty">
   <complexContent>
     <extension base="{http://properties.core.datamodel.fs.documentum.emc.com/}Property">
       <sequence>
         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar value
[Expand]
Inherited Fields
From class com.emc.documentum.fs.datamodel.core.properties.Property
Public Constructors
DateProperty()
Public Methods
XMLGregorianCalendar getValue()
Gets the value of the value property.
void setValue(XMLGregorianCalendar value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class com.emc.documentum.fs.datamodel.core.properties.Property
From class java.lang.Object

Fields

protected XMLGregorianCalendar value

Public Constructors

public DateProperty ()

Public Methods

public XMLGregorianCalendar getValue ()

Gets the value of the value property.

Returns
  • possible object is XMLGregorianCalendar

public void setValue (XMLGregorianCalendar value)

Sets the value of the value property.

Parameters
value Allowed object is XMLGregorianCalendar