Class RepositoryGetVersionTraceType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class RepositoryGetVersionTraceType
    extends RepositoryOperationTraceType
    implements Serializable, Cloneable, Containerable
    Trace for repository getVersion operation.

    Java class for RepositoryGetVersionTraceType complex type.

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

     <complexType name="RepositoryGetVersionTraceType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}RepositoryOperationTraceType">
           <sequence>
             <element name="objectType" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
             <element name="oid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="options" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form