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 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()Creates a newObjectDeltaOperationTypeinstance.ObjectDeltaOperationType(ObjectDeltaOperationType o)Creates a newObjectDeltaOperationTypeinstance by deeply copying a givenObjectDeltaOperationTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)OperationResultTypebeginExecutionResult()ObjectDeltaTypebeginObjectDelta()PolyStringTypebeginObjectName()PolyStringTypebeginResourceName()ObjectDeltaOperationTypeclone()Creates and returns a deep copy of this object.booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)ObjectDeltaOperationTypeexecutionResult(OperationResultType value)OperationResultTypegetExecutionResult()Gets the value of the executionResult property.ObjectDeltaTypegetObjectDelta()Gets the value of the objectDelta property.PolyStringTypegetObjectName()Gets the value of the objectName property.PolyStringTypegetResourceName()Gets the value of the resourceName property.StringgetResourceOid()Gets the value of the resourceOid property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)ObjectDeltaOperationTypeobjectDelta(ObjectDeltaType value)ObjectDeltaOperationTypeobjectName(PolyStringType value)ObjectDeltaOperationTypeobjectName(String value)ObjectDeltaOperationTyperesourceName(PolyStringType value)ObjectDeltaOperationTyperesourceName(String value)ObjectDeltaOperationTyperesourceOid(String value)voidsetExecutionResult(OperationResultType value)Sets the value of the executionResult property.voidsetObjectDelta(ObjectDeltaType value)Sets the value of the objectDelta property.voidsetObjectName(PolyStringType value)Sets the value of the objectName property.voidsetResourceName(PolyStringType value)Sets the value of the resourceName property.voidsetResourceOid(String value)Sets the value of the resourceOid property.StringtoString()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 newObjectDeltaOperationTypeinstance.
-
ObjectDeltaOperationType
public ObjectDeltaOperationType(ObjectDeltaOperationType o)
Creates a newObjectDeltaOperationTypeinstance by deeply copying a givenObjectDeltaOperationTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
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:
hashCodein 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:
equalsin 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:
acceptin interfaceJaxbVisitable
-
clone
public ObjectDeltaOperationType clone()
Creates and returns a deep copy of this object.
-
-