org.dmtf.schemas.wscim.cim.common
Interface CimDateTime

All Superinterfaces:
EObject, Notifier

public interface CimDateTime
extends EObject

A representation of the model object 'Cim Date Time'.

The following features are supported:

See Also:
CommonPackage.getCimDateTime()

Method Summary
 FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 java.lang.String getCIMDateTime()
          Returns the value of the 'CIM Date Time' attribute.
 javax.xml.datatype.XMLGregorianCalendar getDate()
          Returns the value of the 'Date' attribute.
 javax.xml.datatype.XMLGregorianCalendar getDatetime()
          Returns the value of the 'Datetime' attribute.
 javax.xml.datatype.Duration getInterval()
          Returns the value of the 'Interval' attribute.
 javax.xml.datatype.XMLGregorianCalendar getTime()
          Returns the value of the 'Time' attribute.
 boolean isSetCIMDateTime()
          Returns whether the value of the 'CIM Date Time' attribute is set.
 void setCIMDateTime(java.lang.String value)
          Sets the value of the 'CIM Date Time' attribute.
 void setDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the 'Date' attribute.
 void setDatetime(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the 'Datetime' attribute.
 void setInterval(javax.xml.datatype.Duration value)
          Sets the value of the 'Interval' attribute.
 void setTime(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the 'Time' attribute.
 void unsetCIMDateTime()
          Unsets the value of the 'CIM Date Time' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getCIMDateTime

java.lang.String getCIMDateTime()
Returns the value of the 'CIM Date Time' attribute.

If the meaning of the 'CIM Date Time' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'CIM Date Time' attribute.
See Also:
isSetCIMDateTime(), unsetCIMDateTime(), setCIMDateTime(String), CommonPackage.getCimDateTime_CIMDateTime()

setCIMDateTime

void setCIMDateTime(java.lang.String value)
Sets the value of the 'CIM Date Time' attribute.

Parameters:
value - the new value of the 'CIM Date Time' attribute.
See Also:
isSetCIMDateTime(), unsetCIMDateTime(), getCIMDateTime()

unsetCIMDateTime

void unsetCIMDateTime()
Unsets the value of the 'CIM Date Time' attribute.

See Also:
isSetCIMDateTime(), getCIMDateTime(), setCIMDateTime(String)

isSetCIMDateTime

boolean isSetCIMDateTime()
Returns whether the value of the 'CIM Date Time' attribute is set.

Returns:
whether the value of the 'CIM Date Time' attribute is set.
See Also:
unsetCIMDateTime(), getCIMDateTime(), setCIMDateTime(String)

getInterval

javax.xml.datatype.Duration getInterval()
Returns the value of the 'Interval' attribute.

If the meaning of the 'Interval' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Interval' attribute.
See Also:
setInterval(Duration), CommonPackage.getCimDateTime_Interval()

setInterval

void setInterval(javax.xml.datatype.Duration value)
Sets the value of the 'Interval' attribute.

Parameters:
value - the new value of the 'Interval' attribute.
See Also:
getInterval()

getDate

javax.xml.datatype.XMLGregorianCalendar getDate()
Returns the value of the 'Date' attribute.

If the meaning of the 'Date' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Date' attribute.
See Also:
setDate(XMLGregorianCalendar), CommonPackage.getCimDateTime_Date()

setDate

void setDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the 'Date' attribute.

Parameters:
value - the new value of the 'Date' attribute.
See Also:
getDate()

getTime

javax.xml.datatype.XMLGregorianCalendar getTime()
Returns the value of the 'Time' attribute.

If the meaning of the 'Time' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Time' attribute.
See Also:
setTime(XMLGregorianCalendar), CommonPackage.getCimDateTime_Time()

setTime

void setTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the 'Time' attribute.

Parameters:
value - the new value of the 'Time' attribute.
See Also:
getTime()

getDatetime

javax.xml.datatype.XMLGregorianCalendar getDatetime()
Returns the value of the 'Datetime' attribute.

If the meaning of the 'Datetime' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Datetime' attribute.
See Also:
setDatetime(XMLGregorianCalendar), CommonPackage.getCimDateTime_Datetime()

setDatetime

void setDatetime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the 'Datetime' attribute.

Parameters:
value - the new value of the 'Datetime' attribute.
See Also:
getDatetime()

getAnyAttribute

FeatureMap getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. The list contents are of type FeatureMap.Entry.

If the meaning of the 'Any Attribute' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Any Attribute' attribute list.
See Also:
CommonPackage.getCimDateTime_AnyAttribute()


© Copyright 2008 IBM Corp. 2008 All Rights Reserved