Class ConnIdOperationRecordType

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

    public class ConnIdOperationRecordType
    extends ItemRelatedRecordType
    implements Serializable, Cloneable, Containerable
    Information about a ConnId operation.

    Java class for ConnIdOperationRecordType complex type.

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

     <complexType name="ConnIdOperationRecordType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ItemRelatedRecordType">
           <sequence>
             <element name="identifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="resourceRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="objectClass" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
             <element name="operation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="status" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultStatusType" minOccurs="0"/>
             <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="size" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="startTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="endTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="duration" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form