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

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

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

Methods in org.dmtf.schemas.wscim.cim.common that return CimUnsignedLong
 CimUnsignedLong CommonFactory.createCimUnsignedLong()
          Returns a new object of class 'Cim Unsigned Long'.
 CimUnsignedLong CommonFactory.createCimUnsignedLongFromString(java.lang.String value)
          Creates a CimUnsignedLong object with given value
 

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

Methods in org.dmtf.schemas.wscim.cim.common.util with parameters of type CimUnsignedLong
 T CommonSwitch.caseCimUnsignedLong(CimUnsignedLong object)
          Returns the result of interpreting the object as an instance of 'Cim Unsigned Long'.
 boolean CommonValidator.validateCimUnsignedLong(CimUnsignedLong cimUnsignedLong, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of CimUnsignedLong in org.dmtf.schemas.wscim.rasd
 

Methods in org.dmtf.schemas.wscim.rasd that return CimUnsignedLong
 CimUnsignedLong DocumentRoot.getGeneration()
          Returns the value of the 'Generation' containment reference.
 CimUnsignedLong CIMResourceAllocationSettingDataType.getGeneration()
          Returns the value of the 'Generation' containment reference.
 CimUnsignedLong DocumentRoot.getLimit()
          Returns the value of the 'Limit' containment reference.
 CimUnsignedLong CIMResourceAllocationSettingDataType.getLimit()
          Returns the value of the 'Limit' containment reference.
 CimUnsignedLong DocumentRoot.getReservation()
          Returns the value of the 'Reservation' containment reference.
 CimUnsignedLong CIMResourceAllocationSettingDataType.getReservation()
          Returns the value of the 'Reservation' containment reference.
 CimUnsignedLong DocumentRoot.getVirtualQuantity()
          Returns the value of the 'Virtual Quantity' containment reference.
 CimUnsignedLong CIMResourceAllocationSettingDataType.getVirtualQuantity()
          Returns the value of the 'Virtual Quantity' containment reference.
 

Methods in org.dmtf.schemas.wscim.rasd with parameters of type CimUnsignedLong
 void DocumentRoot.setGeneration(CimUnsignedLong value)
          Sets the value of the 'Generation' containment reference.
 void CIMResourceAllocationSettingDataType.setGeneration(CimUnsignedLong value)
          Sets the value of the 'Generation' containment reference.
 void DocumentRoot.setLimit(CimUnsignedLong value)
          Sets the value of the 'Limit' containment reference.
 void CIMResourceAllocationSettingDataType.setLimit(CimUnsignedLong value)
          Sets the value of the 'Limit' containment reference.
 void DocumentRoot.setReservation(CimUnsignedLong value)
          Sets the value of the 'Reservation' containment reference.
 void CIMResourceAllocationSettingDataType.setReservation(CimUnsignedLong value)
          Sets the value of the 'Reservation' containment reference.
 void DocumentRoot.setVirtualQuantity(CimUnsignedLong value)
          Sets the value of the 'Virtual Quantity' containment reference.
 void CIMResourceAllocationSettingDataType.setVirtualQuantity(CimUnsignedLong value)
          Sets the value of the 'Virtual Quantity' containment reference.
 

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

Methods in org.dmtf.schemas.wscim.vssd that return CimUnsignedLong
 CimUnsignedLong DocumentRoot.getGeneration()
          Returns the value of the 'Generation' containment reference.
 CimUnsignedLong CIMVirtualSystemSettingDataType.getGeneration()
          Returns the value of the 'Generation' containment reference.
 

Methods in org.dmtf.schemas.wscim.vssd with parameters of type CimUnsignedLong
 void DocumentRoot.setGeneration(CimUnsignedLong value)
          Sets the value of the 'Generation' containment reference.
 void CIMVirtualSystemSettingDataType.setGeneration(CimUnsignedLong value)
          Sets the value of the 'Generation' containment reference.
 



© Copyright 2008 IBM Corp. 2008 All Rights Reserved