org.sblim.wbem.client.operations
Class CIMSetInstanceOp

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

public class CIMSetInstanceOp
extends CIMOperation


Field Summary
protected  boolean iIncludeQualifiers
           
protected  CIMInstance iInstance
           
protected  java.lang.String[] iPropertyList
           
 
Fields inherited from class org.sblim.wbem.client.operations.CIMOperation
iMethodCall, iNameSpace, iObjectName, iResult
 
Constructor Summary
CIMSetInstanceOp(CIMObjectPath objectName, CIMInstance instance, boolean includeQualifiers, java.lang.String[] propertyList)
           
 
Method Summary
 CIMInstance getInstance()
          Returns instance
 java.lang.String[] getPropertyList()
          Returns propertyList
 boolean isIncludeQualifiers()
          Returns includeQualifiers
 
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

iInstance

protected CIMInstance iInstance

iIncludeQualifiers

protected boolean iIncludeQualifiers

iPropertyList

protected java.lang.String[] iPropertyList
Constructor Detail

CIMSetInstanceOp

public CIMSetInstanceOp(CIMObjectPath objectName,
                        CIMInstance instance,
                        boolean includeQualifiers,
                        java.lang.String[] propertyList)
Method Detail

isIncludeQualifiers

public boolean isIncludeQualifiers()
Returns includeQualifiers

Returns:
The value of includeQualifiers.

getInstance

public CIMInstance getInstance()
Returns instance

Returns:
The value of instance.

getPropertyList

public java.lang.String[] getPropertyList()
Returns propertyList

Returns:
The value of propertyList.


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