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 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 QNameCOMPLEX_TYPEprotected OperationResultTypeexecutionResultstatic ItemNameF_EXECUTION_RESULTstatic ItemNameF_OBJECT_DELTAstatic ItemNameF_OBJECT_NAMEstatic ItemNameF_RESOURCE_NAMEstatic ItemNameF_RESOURCE_OIDprotected ObjectDeltaTypeobjectDeltaprotected PolyStringTypeobjectNameprotected PolyStringTyperesourceNameprotected StringresourceOid
-
Constructor Summary
Constructors Constructor Description ObjectDeltaOperationType()ObjectDeltaOperationType(ObjectDeltaOperationType other)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
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:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractPlainStructured
-
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:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public ObjectDeltaOperationType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-