Package org.sblim.wbem.client.operations
Class CIMSetPropertyOp
- java.lang.Object
-
- org.sblim.wbem.client.operations.CIMOperation
-
- org.sblim.wbem.client.operations.CIMSetPropertyOp
-
public class CIMSetPropertyOp extends CIMOperation
-
-
Field Summary
Fields Modifier and Type Field Description protected CIMValue
iCimValue
protected java.lang.String
iPropertyName
-
Fields inherited from class org.sblim.wbem.client.operations.CIMOperation
iMethodCall, iNameSpace, iObjectName, iResult
-
-
Constructor Summary
Constructors Constructor Description CIMSetPropertyOp(CIMObjectPath objectName, java.lang.String propertyName, CIMValue cimValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CIMValue
getCimValue()
Returns cimValuejava.lang.String
getPropertyName()
Returns propertyName-
Methods inherited from class org.sblim.wbem.client.operations.CIMOperation
getMethodCall, getNameSpace, getObjectName, getResult, isException, setNameSpace, setResult
-
-
-
-
Field Detail
-
iPropertyName
protected java.lang.String iPropertyName
-
iCimValue
protected CIMValue iCimValue
-
-
Constructor Detail
-
CIMSetPropertyOp
public CIMSetPropertyOp(CIMObjectPath objectName, java.lang.String propertyName, CIMValue cimValue)
-
-
Method Detail
-
getCimValue
public CIMValue getCimValue()
Returns cimValue- Returns:
- The value of cimValue.
-
getPropertyName
public java.lang.String getPropertyName()
Returns propertyName- Returns:
- The value of propertyName.
-
-