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

Packages that use CimDateTime
org.dmtf.schemas.wscim.cim.common   
org.dmtf.schemas.wscim.cim.common.util   
org.dmtf.schemas.wscim.vssd   
 

Uses of CimDateTime in org.dmtf.schemas.wscim.cim.common
 

Methods in org.dmtf.schemas.wscim.cim.common that return CimDateTime
 CimDateTime CommonFactory.createCimDateTime()
          Returns a new object of class 'Cim Date Time'.
 

Uses of CimDateTime in org.dmtf.schemas.wscim.cim.common.util
 

Methods in org.dmtf.schemas.wscim.cim.common.util with parameters of type CimDateTime
 T CommonSwitch.caseCimDateTime(CimDateTime object)
          Returns the result of interpreting the object as an instance of 'Cim Date Time'.
 boolean CommonValidator.validateCimDateTime(CimDateTime cimDateTime, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of CimDateTime in org.dmtf.schemas.wscim.vssd
 

Methods in org.dmtf.schemas.wscim.vssd that return CimDateTime
 CimDateTime DocumentRoot.getAutomaticStartupActionDelay()
          Returns the value of the 'Automatic Startup Action Delay' containment reference.
 CimDateTime CIMVirtualSystemSettingDataType.getAutomaticStartupActionDelay()
          Returns the value of the 'Automatic Startup Action Delay' containment reference.
 CimDateTime DocumentRoot.getCreationTime()
          Returns the value of the 'Creation Time' containment reference.
 CimDateTime CIMVirtualSystemSettingDataType.getCreationTime()
          Returns the value of the 'Creation Time' containment reference.
 

Methods in org.dmtf.schemas.wscim.vssd with parameters of type CimDateTime
 void DocumentRoot.setAutomaticStartupActionDelay(CimDateTime value)
          Sets the value of the 'Automatic Startup Action Delay' containment reference.
 void CIMVirtualSystemSettingDataType.setAutomaticStartupActionDelay(CimDateTime value)
          Sets the value of the 'Automatic Startup Action Delay' containment reference.
 void DocumentRoot.setCreationTime(CimDateTime value)
          Sets the value of the 'Creation Time' containment reference.
 void CIMVirtualSystemSettingDataType.setCreationTime(CimDateTime value)
          Sets the value of the 'Creation Time' containment reference.
 



© Copyright 2008 IBM Corp. 2008 All Rights Reserved