Class OperationExecutionRecordRealOwnerType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class OperationExecutionRecordRealOwnerType
    extends Object
    implements Serializable, Cloneable, Containerable
    Information about operation execution record real owner. It is created only in the case that the record belongs to object other than its current holder. (The only reason for such redirection is that real owner has no repository object to attach the record to.)

    Java class for OperationExecutionRecordRealOwnerType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="OperationExecutionRecordRealOwnerType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="objectType" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
             <element name="identification" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form