javax.wbem.client
Class CIMSetQualifierTypeOp

java.lang.Object
  |
  +--javax.wbem.client.CIMOperation
        |
        +--javax.wbem.client.CIMSetQualifierTypeOp
All Implemented Interfaces:
java.io.Serializable

public synchronized class CIMSetQualifierTypeOp
extends CIMOperation


Constructor Summary
CIMSetQualifierTypeOp(CIMObjectPath, CIMQualifierType)
           
 
Method Summary
 CIMQualifierType getCIMQualifierType()
           
 CIMObjectPath getModelPath()
           
 
Methods inherited from class javax.wbem.client.CIMOperation
getNameSpace, getResult, setNameSpace, setResult
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CIMSetQualifierTypeOp

public CIMSetQualifierTypeOp(CIMObjectPath,
                             CIMQualifierType)
Method Detail

getModelPath

public CIMObjectPath getModelPath()

getCIMQualifierType

public CIMQualifierType getCIMQualifierType()