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

    Java 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 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 ObjectDeltaOperationType instance.
      • ObjectDeltaOperationType

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