Class TraceVisualizationInstructionType

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

    public class TraceVisualizationInstructionType
    extends Object
    implements Serializable, Cloneable, Containerable
    How to visualize trace file.

    Java class for TraceVisualizationInstructionType complex type.

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

     <complexType name="TraceVisualizationInstructionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="order" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="selector" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TraceSelectorType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="visualization" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TraceVisualizationType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form