Class TraceDataFlowVisualizationInstructionType

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

    public class TraceDataFlowVisualizationInstructionType
    extends Object
    implements Serializable, Cloneable, Containerable
    Specification of the data flow(s) to be visualized.

    Java class for TraceDataFlowVisualizationInstructionType complex type.

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

     <complexType name="TraceDataFlowVisualizationInstructionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="item" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="lookBackward" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="lookForward" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form