Class ObjectDeltaOperationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectDeltaOperationType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class ObjectDeltaOperationType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
TODOJava class for ObjectDeltaOperationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectDeltaOperationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="objectDelta" type="{http://prism.evolveum.com/xml/ns/public/types-3}ObjectDeltaType" minOccurs="0"/> <element name="executionResult" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultType" minOccurs="0"/> <element name="objectName" type="{http://prism.evolveum.com/xml/ns/public/types-3}PolyStringType" minOccurs="0"/> <element name="resourceOid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="resourceName" type="{http://prism.evolveum.com/xml/ns/public/types-3}PolyStringType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
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()
Creates a newObjectDeltaOperationType
instance.ObjectDeltaOperationType(ObjectDeltaOperationType o)
Creates a newObjectDeltaOperationType
instance by deeply copying a givenObjectDeltaOperationType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
OperationResultType
beginExecutionResult()
ObjectDeltaType
beginObjectDelta()
PolyStringType
beginObjectName()
PolyStringType
beginResourceName()
ObjectDeltaOperationType
clone()
Creates and returns a deep copy of this object.boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
ObjectDeltaOperationType
executionResult(OperationResultType value)
OperationResultType
getExecutionResult()
Gets the value of the executionResult property.ObjectDeltaType
getObjectDelta()
Gets the value of the objectDelta property.PolyStringType
getObjectName()
Gets the value of the objectName property.PolyStringType
getResourceName()
Gets the value of the resourceName property.String
getResourceOid()
Gets the value of the resourceOid property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
ObjectDeltaOperationType
objectDelta(ObjectDeltaType value)
ObjectDeltaOperationType
objectName(PolyStringType value)
ObjectDeltaOperationType
objectName(String value)
ObjectDeltaOperationType
resourceName(PolyStringType value)
ObjectDeltaOperationType
resourceName(String value)
ObjectDeltaOperationType
resourceOid(String value)
void
setExecutionResult(OperationResultType value)
Sets the value of the executionResult property.void
setObjectDelta(ObjectDeltaType value)
Sets the value of the objectDelta property.void
setObjectName(PolyStringType value)
Sets the value of the objectName property.void
setResourceName(PolyStringType value)
Sets the value of the resourceName property.void
setResourceOid(String value)
Sets the value of the resourceOid property.String
toString()
Generates a String representation of the contents of this type.
-
-
-
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()
Creates a newObjectDeltaOperationType
instance.
-
ObjectDeltaOperationType
public ObjectDeltaOperationType(ObjectDeltaOperationType o)
Creates a newObjectDeltaOperationType
instance by deeply copying a givenObjectDeltaOperationType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
getObjectDelta
public ObjectDeltaType getObjectDelta()
Gets the value of the objectDelta property.- Returns:
- possible object is
ObjectDeltaType
-
setObjectDelta
public void setObjectDelta(ObjectDeltaType value)
Sets the value of the objectDelta property.- Parameters:
value
- allowed object isObjectDeltaType
-
getExecutionResult
public OperationResultType getExecutionResult()
Gets the value of the executionResult property.- Returns:
- possible object is
OperationResultType
-
setExecutionResult
public void setExecutionResult(OperationResultType value)
Sets the value of the executionResult property.- Parameters:
value
- allowed object isOperationResultType
-
getObjectName
public PolyStringType getObjectName()
Gets the value of the objectName property.- Returns:
- possible object is
PolyStringType
-
setObjectName
public void setObjectName(PolyStringType value)
Sets the value of the objectName property.- Parameters:
value
- allowed object isPolyStringType
-
getResourceOid
public String getResourceOid()
Gets the value of the resourceOid property.- Returns:
- possible object is
String
-
setResourceOid
public void setResourceOid(String value)
Sets the value of the resourceOid property.- Parameters:
value
- allowed object isString
-
getResourceName
public PolyStringType getResourceName()
Gets the value of the resourceName property.- Returns:
- possible object is
PolyStringType
-
setResourceName
public void setResourceName(PolyStringType value)
Sets the value of the resourceName property.- Parameters:
value
- allowed object isPolyStringType
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals
-
objectDelta
public ObjectDeltaOperationType objectDelta(ObjectDeltaType value)
-
beginObjectDelta
public ObjectDeltaType beginObjectDelta()
-
executionResult
public ObjectDeltaOperationType executionResult(OperationResultType value)
-
beginExecutionResult
public OperationResultType beginExecutionResult()
-
objectName
public ObjectDeltaOperationType objectName(PolyStringType value)
-
objectName
public ObjectDeltaOperationType objectName(String value)
-
beginObjectName
public PolyStringType beginObjectName()
-
resourceOid
public ObjectDeltaOperationType resourceOid(String value)
-
resourceName
public ObjectDeltaOperationType resourceName(PolyStringType value)
-
resourceName
public ObjectDeltaOperationType resourceName(String value)
-
beginResourceName
public PolyStringType beginResourceName()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
-
clone
public ObjectDeltaOperationType clone()
Creates and returns a deep copy of this object.
-
-