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:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QName
protected OperationResultType
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
protected ObjectDeltaType
protected PolyStringType
protected String
protected PolyStringType
protected String
protected String
protected ShadowKindType
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(JaxbVisitor visitor) clone()
boolean
equals
(Object other, StructuredEqualsStrategy strategy) int
hashCode
(StructuredHashCodeStrategy strategy) objectDelta
(ObjectDeltaType value) objectName
(PolyStringType value) objectName
(String value) resourceName
(PolyStringType value) resourceName
(String value) resourceOid
(String value) void
void
setObjectDelta
(ObjectDeltaType value) void
setObjectName
(PolyStringType value) void
setObjectOid
(String value) void
setResourceName
(PolyStringType value) void
setResourceOid
(String value) void
setShadowIntent
(String value) void
setShadowKind
(ShadowKindType value) shadowIntent
(String value) shadowKind
(ShadowKindType value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
objectOid
-
objectDelta
-
executionResult
-
objectName
-
resourceOid
-
resourceName
-
shadowKind
-
shadowIntent
-
COMPLEX_TYPE
-
F_OBJECT_OID
-
F_OBJECT_DELTA
-
F_EXECUTION_RESULT
-
F_OBJECT_NAME
-
F_RESOURCE_OID
-
F_RESOURCE_NAME
-
F_SHADOW_KIND
-
F_SHADOW_INTENT
-
-
Constructor Details
-
ObjectDeltaOperationType
public ObjectDeltaOperationType() -
ObjectDeltaOperationType
-
-
Method Details
-
getObjectOid
-
setObjectOid
-
getObjectDelta
-
setObjectDelta
-
getExecutionResult
-
setExecutionResult
-
getObjectName
-
setObjectName
-
getResourceOid
-
setResourceOid
-
getResourceName
-
setResourceName
-
getShadowKind
-
setShadowKind
-
getShadowIntent
-
setShadowIntent
-
hashCode
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
objectOid
-
objectDelta
-
executionResult
-
beginExecutionResult
-
objectName
-
objectName
-
resourceOid
-
resourceName
-
resourceName
-
shadowKind
-
shadowIntent
-
accept
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-