Class ObjectDeltaOperationType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectDeltaOperationType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class ObjectDeltaOperationType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
TODO- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
protected OperationResultType
executionResult
static ItemName
F_EXECUTION_RESULT
static ItemName
F_OBJECT_DELTA
static ItemName
F_OBJECT_NAME
static ItemName
F_RESOURCE_NAME
static ItemName
F_RESOURCE_OID
protected ObjectDeltaType
objectDelta
protected PolyStringType
objectName
protected PolyStringType
resourceName
protected String
resourceOid
-
Constructor Summary
Constructors Constructor Description ObjectDeltaOperationType()
ObjectDeltaOperationType(ObjectDeltaOperationType other)
-
Method Summary
-
-
-
Field Detail
-
objectDelta
protected ObjectDeltaType objectDelta
-
executionResult
protected OperationResultType executionResult
-
objectName
protected PolyStringType objectName
-
resourceOid
protected String resourceOid
-
resourceName
protected PolyStringType resourceName
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_OBJECT_DELTA
public static final ItemName F_OBJECT_DELTA
-
F_EXECUTION_RESULT
public static final ItemName F_EXECUTION_RESULT
-
F_OBJECT_NAME
public static final ItemName F_OBJECT_NAME
-
F_RESOURCE_OID
public static final ItemName F_RESOURCE_OID
-
F_RESOURCE_NAME
public static final ItemName F_RESOURCE_NAME
-
-
Constructor Detail
-
ObjectDeltaOperationType
public ObjectDeltaOperationType()
-
ObjectDeltaOperationType
public ObjectDeltaOperationType(ObjectDeltaOperationType other)
-
-
Method Detail
-
getObjectDelta
public ObjectDeltaType getObjectDelta()
-
setObjectDelta
public void setObjectDelta(ObjectDeltaType value)
-
getExecutionResult
public OperationResultType getExecutionResult()
-
setExecutionResult
public void setExecutionResult(OperationResultType value)
-
getObjectName
public PolyStringType getObjectName()
-
setObjectName
public void setObjectName(PolyStringType value)
-
getResourceOid
public String getResourceOid()
-
setResourceOid
public void setResourceOid(String value)
-
getResourceName
public PolyStringType getResourceName()
-
setResourceName
public void setResourceName(PolyStringType value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
objectDelta
public ObjectDeltaOperationType objectDelta(ObjectDeltaType value)
-
executionResult
public ObjectDeltaOperationType executionResult(OperationResultType value)
-
beginExecutionResult
public OperationResultType beginExecutionResult()
-
objectName
public ObjectDeltaOperationType objectName(PolyStringType value)
-
objectName
public ObjectDeltaOperationType objectName(String value)
-
resourceOid
public ObjectDeltaOperationType resourceOid(String value)
-
resourceName
public ObjectDeltaOperationType resourceName(PolyStringType value)
-
resourceName
public ObjectDeltaOperationType resourceName(String value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public ObjectDeltaOperationType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-