org.sblim.wbem.client.operations
Class CIMSetQualifierTypeOp

java.lang.Object
  extended byorg.sblim.wbem.client.operations.CIMOperation
      extended byorg.sblim.wbem.client.operations.CIMSetQualifierTypeOp

public class CIMSetQualifierTypeOp
extends CIMOperation


Field Summary
protected  CIMQualifierType iQualifierType
           
 
Fields inherited from class org.sblim.wbem.client.operations.CIMOperation
iMethodCall, iNameSpace, iObjectName, iResult
 
Constructor Summary
CIMSetQualifierTypeOp(CIMObjectPath objectName, CIMQualifierType qualifierType)
           
 
Method Summary
 CIMQualifierType getQualifierType()
          Returns qualifierType
 
Methods inherited from class org.sblim.wbem.client.operations.CIMOperation
getMethodCall, getNameSpace, getObjectName, getResult, isException, setNameSpace, setResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iQualifierType

protected CIMQualifierType iQualifierType
Constructor Detail

CIMSetQualifierTypeOp

public CIMSetQualifierTypeOp(CIMObjectPath objectName,
                             CIMQualifierType qualifierType)
Method Detail

getQualifierType

public CIMQualifierType getQualifierType()
Returns qualifierType

Returns:
The value of qualifierType.


Copyright © 2005, 2010 IBM Corporation. All Rights Reserved.