Class TraceDictionaryType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class TraceDictionaryType
    extends Object
    implements Serializable, Cloneable, Containerable
    Object dictionary. Very experimental.

    Java class for TraceDictionaryType complex type.

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

     <complexType name="TraceDictionaryType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="identifier" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="entry" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TraceDictionaryEntryType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form