Class 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
    TODO <p>Java class for ObjectDeltaOperationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ObjectDeltaOperationType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="objectDelta" type="{http://prism.evolveum.com/xml/ns/public/types-3}ObjectDeltaType" minOccurs="0"/&gt; &lt;element name="executionResult" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultType" minOccurs="0"/&gt; &lt;element name="objectName" type="{http://prism.evolveum.com/xml/ns/public/types-3}PolyStringType" minOccurs="0"/&gt; &lt;element name="resourceOid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="resourceName" type="{http://prism.evolveum.com/xml/ns/public/types-3}PolyStringType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Detail

      • resourceOid

        protected String resourceOid
      • 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 new {@code ObjectDeltaOperationType} instance.
      • ObjectDeltaOperationType

        public ObjectDeltaOperationType​(ObjectDeltaOperationType o)
        Creates a new {@code ObjectDeltaOperationType} instance by deeply copying a given {@code ObjectDeltaOperationType} instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if {@code o} is {@code null}.